|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.draw.DrawStrokeDash
public class DrawStrokeDash
Field Summary | |
---|---|
protected String |
drawDistance
|
protected String |
drawDots1
|
protected String |
drawDots1Length
|
protected String |
drawDots2
|
protected String |
drawDots2Length
|
protected String |
drawName
|
protected String |
drawStyle
|
Constructor Summary | |
---|---|
DrawStrokeDash()
|
Method Summary | |
---|---|
String |
getDrawDistance()
Gets the value of the drawDistance property. |
String |
getDrawDots1()
Gets the value of the drawDots1 property. |
String |
getDrawDots1Length()
Gets the value of the drawDots1Length property. |
String |
getDrawDots2()
Gets the value of the drawDots2 property. |
String |
getDrawDots2Length()
Gets the value of the drawDots2Length property. |
String |
getDrawName()
Gets the value of the drawName property. |
String |
getDrawStyle()
Gets the value of the drawStyle property. |
void |
setDrawDistance(String value)
Sets the value of the drawDistance property. |
void |
setDrawDots1(String value)
Sets the value of the drawDots1 property. |
void |
setDrawDots1Length(String value)
Sets the value of the drawDots1Length property. |
void |
setDrawDots2(String value)
Sets the value of the drawDots2 property. |
void |
setDrawDots2Length(String value)
Sets the value of the drawDots2Length property. |
void |
setDrawName(String value)
Sets the value of the drawName property. |
void |
setDrawStyle(String value)
Sets the value of the drawStyle property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String drawDistance
protected String drawDots1
protected String drawDots1Length
protected String drawDots2
protected String drawDots2Length
protected String drawName
protected String drawStyle
Constructor Detail |
---|
public DrawStrokeDash()
Method Detail |
---|
public String getDrawDistance()
String
public String getDrawDots1()
String
public String getDrawDots1Length()
String
public String getDrawDots2()
String
public String getDrawDots2Length()
String
public String getDrawName()
String
public String getDrawStyle()
String
public void setDrawDistance(String value)
value
- allowed object is String
public void setDrawDots1(String value)
value
- allowed object is String
public void setDrawDots1Length(String value)
value
- allowed object is String
public void setDrawDots2(String value)
value
- allowed object is String
public void setDrawDots2Length(String value)
value
- allowed object is String
public void setDrawName(String value)
value
- allowed object is String
public void setDrawStyle(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |