|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.presentation.PresentationDim
public class PresentationDim
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 |
---|
protected String drawColor
protected String drawShapeId
protected PresentationSound presentationSound
Constructor Detail |
---|
public PresentationDim()
Method Detail |
---|
public String getDrawColor()
String
public String getDrawShapeId()
String
public PresentationSound getPresentationSound()
PresentationSound
public void setDrawColor(String value)
value
- allowed object is String
public void setDrawShapeId(String value)
value
- allowed object is String
public void setPresentationSound(PresentationSound value)
value
- allowed object is PresentationSound
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |