org.jopendocument.model.presentation
Class PresentationDim

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

public class PresentationDim
extends java.lang.Object


Constructor Summary
PresentationDim()
           
 
Method Summary
 java.lang.String getDrawColor()
          Gets the value of the drawColor property.
 java.lang.String getDrawShapeId()
          Gets the value of the drawShapeId property.
 PresentationSound getPresentationSound()
          Gets the value of the presentationSound property.
 void setDrawColor(java.lang.String value)
          Sets the value of the drawColor property.
 void setDrawShapeId(java.lang.String value)
          Sets the value of the drawShapeId property.
 void setPresentationSound(PresentationSound value)
          Sets the value of the presentationSound property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresentationDim

public PresentationDim()
Method Detail

getDrawColor

public java.lang.String getDrawColor()
Gets the value of the drawColor property.

Returns:
possible object is String

getDrawShapeId

public java.lang.String getDrawShapeId()
Gets the value of the drawShapeId property.

Returns:
possible object is String

getPresentationSound

public PresentationSound getPresentationSound()
Gets the value of the presentationSound property.

Returns:
possible object is PresentationSound

setDrawColor

public void setDrawColor(java.lang.String value)
Sets the value of the drawColor property.

Parameters:
value - allowed object is String

setDrawShapeId

public void setDrawShapeId(java.lang.String value)
Sets the value of the drawShapeId property.

Parameters:
value - allowed object is String

setPresentationSound

public void setPresentationSound(PresentationSound value)
Sets the value of the presentationSound property.

Parameters:
value - allowed object is PresentationSound