org.jopendocument.model.presentation
Class PresentationPlaceholder

java.lang.Object
  extended by org.jopendocument.model.presentation.PresentationPlaceholder

public class PresentationPlaceholder
extends Object


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

presentationObject

protected String presentationObject

svgHeight

protected String svgHeight

svgWidth

protected String svgWidth

svgX

protected String svgX

svgY

protected String svgY
Constructor Detail

PresentationPlaceholder

public PresentationPlaceholder()
Method Detail

getPresentationObject

public String getPresentationObject()
Gets the value of the presentationObject property.

Returns:
possible object is String

getSvgHeight

public String getSvgHeight()
Gets the value of the svgHeight property.

Returns:
possible object is String

getSvgWidth

public String getSvgWidth()
Gets the value of the svgWidth property.

Returns:
possible object is String

getSvgX

public String getSvgX()
Gets the value of the svgX property.

Returns:
possible object is String

getSvgY

public String getSvgY()
Gets the value of the svgY property.

Returns:
possible object is String

setPresentationObject

public void setPresentationObject(String value)
Sets the value of the presentationObject property.

Parameters:
value - allowed object is String

setSvgHeight

public void setSvgHeight(String value)
Sets the value of the svgHeight property.

Parameters:
value - allowed object is String

setSvgWidth

public void setSvgWidth(String value)
Sets the value of the svgWidth property.

Parameters:
value - allowed object is String

setSvgX

public void setSvgX(String value)
Sets the value of the svgX property.

Parameters:
value - allowed object is String

setSvgY

public void setSvgY(String value)
Sets the value of the svgY property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.