org.jopendocument.model.presentation
Class PresentationDim

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

public class PresentationDim
extends Object


Field Summary
protected  String drawColor
           
protected  String drawShapeId
           
protected  PresentationSound presentationSound
           
 
Constructor Summary
PresentationDim()
           
 
Method Summary
 String getDrawColor()
          Gets the value of the drawColor property.
 String getDrawShapeId()
          Gets the value of the drawShapeId property.
 PresentationSound getPresentationSound()
          Gets the value of the presentationSound property.
 void setDrawColor(String value)
          Sets the value of the drawColor property.
 void setDrawShapeId(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

drawColor

protected String drawColor

drawShapeId

protected String drawShapeId

presentationSound

protected PresentationSound presentationSound
Constructor Detail

PresentationDim

public PresentationDim()
Method Detail

getDrawColor

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

Returns:
possible object is String

getDrawShapeId

public 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(String value)
Sets the value of the drawColor property.

Parameters:
value - allowed object is String

setDrawShapeId

public void setDrawShapeId(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


Copyright © 2010 jOpenDocument All Rights Reserved.