|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.presentation.PresentationPlaceholder
public class PresentationPlaceholder
Field Summary | |
---|---|
protected String |
presentationObject
|
protected String |
svgHeight
|
protected String |
svgWidth
|
protected String |
svgX
|
protected String |
svgY
|
Constructor Summary | |
---|---|
PresentationPlaceholder()
|
Method Summary | |
---|---|
String |
getPresentationObject()
Gets the value of the presentationObject property. |
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 |
setPresentationObject(String value)
Sets the value of the presentationObject property. |
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 presentationObject
protected String svgHeight
protected String svgWidth
protected String svgX
protected String svgY
Constructor Detail |
---|
public PresentationPlaceholder()
Method Detail |
---|
public String getPresentationObject()
String
public String getSvgHeight()
String
public String getSvgWidth()
String
public String getSvgX()
String
public String getSvgY()
String
public void setPresentationObject(String value)
value
- allowed object is String
public void setSvgHeight(String value)
value
- allowed object is String
public void setSvgWidth(String value)
value
- allowed object is String
public void setSvgX(String value)
value
- allowed object is String
public void setSvgY(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |