org.jopendocument.model.draw
Class DrawParam
java.lang.Object
org.jopendocument.model.draw.DrawParam
public class DrawParam
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
drawName
protected String drawName
drawValue
protected String drawValue
DrawParam
public DrawParam()
getDrawName
public String getDrawName()
- Gets the value of the drawName property.
- Returns:
- possible object is
String
getDrawValue
public String getDrawValue()
- Gets the value of the drawValue property.
- Returns:
- possible object is
String
setDrawName
public void setDrawName(String value)
- Sets the value of the drawName property.
- Parameters:
value
- allowed object is String
setDrawValue
public void setDrawValue(String value)
- Sets the value of the drawValue property.
- Parameters:
value
- allowed object is String
Copyright © 2010 jOpenDocument All Rights Reserved.