|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.draw.DrawHatch
public class DrawHatch
Field Summary | |
---|---|
protected String |
drawColor
|
protected String |
drawDistance
|
protected String |
drawName
|
protected String |
drawRotation
|
protected String |
drawStyle
|
Constructor Summary | |
---|---|
DrawHatch()
|
Method Summary | |
---|---|
String |
getDrawColor()
Gets the value of the drawColor property. |
String |
getDrawDistance()
Gets the value of the drawDistance property. |
String |
getDrawName()
Gets the value of the drawName property. |
String |
getDrawRotation()
Gets the value of the drawRotation property. |
String |
getDrawStyle()
Gets the value of the drawStyle property. |
void |
setDrawColor(String value)
Sets the value of the drawColor property. |
void |
setDrawDistance(String value)
Sets the value of the drawDistance property. |
void |
setDrawName(String value)
Sets the value of the drawName property. |
void |
setDrawRotation(String value)
Sets the value of the drawRotation 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 drawColor
protected String drawDistance
protected String drawName
protected String drawRotation
protected String drawStyle
Constructor Detail |
---|
public DrawHatch()
Method Detail |
---|
public String getDrawColor()
String
public String getDrawDistance()
String
public String getDrawName()
String
public String getDrawRotation()
String
public String getDrawStyle()
String
public void setDrawColor(String value)
value
- allowed object is String
public void setDrawDistance(String value)
value
- allowed object is String
public void setDrawName(String value)
value
- allowed object is String
public void setDrawRotation(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 |