|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.draw.DrawFrame
public class DrawFrame
| Field Summary | |
|---|---|
protected String |
svgHeight
|
protected String |
svgWidth
|
protected String |
svgX
|
protected String |
svgY
|
| Constructor Summary | |
|---|---|
DrawFrame()
|
|
| Method Summary | |
|---|---|
void |
addTextBox(DrawTextBox textBox)
|
DrawImage |
getDrawImage()
|
String |
getSvgHeight()
Gets the value of the svgHeight property. |
String |
getSvgWidth()
Gets the value of the svgWidth property. |
String |
getSvgX()
Gets the value of the svgX property. |
String |
getSvgY()
Gets the value of the svgY property. |
void |
setDrawImage(DrawImage p)
|
void |
setSvgHeight(String value)
Sets the value of the svgHeight property. |
void |
setSvgWidth(String value)
Sets the value of the svgWidth property. |
void |
setSvgX(String value)
Sets the value of the svgX property. |
void |
setSvgY(String value)
Sets the value of the svgY property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String svgHeight
protected String svgWidth
protected String svgX
protected String svgY
| Constructor Detail |
|---|
public DrawFrame()
| Method Detail |
|---|
public DrawImage getDrawImage()
public String getSvgHeight()
Stringpublic String getSvgWidth()
Stringpublic String getSvgX()
Stringpublic String getSvgY()
Stringpublic void setDrawImage(DrawImage p)
public void setSvgHeight(String value)
value - allowed object is Stringpublic void setSvgWidth(String value)
value - allowed object is Stringpublic void setSvgX(String value)
value - allowed object is Stringpublic void setSvgY(String value)
value - allowed object is Stringpublic void addTextBox(DrawTextBox textBox)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||