org.jopendocument.model.draw
Class DrawHatch

java.lang.Object
  extended by org.jopendocument.model.draw.DrawHatch

public class DrawHatch
extends Object


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

drawColor

protected String drawColor

drawDistance

protected String drawDistance

drawName

protected String drawName

drawRotation

protected String drawRotation

drawStyle

protected String drawStyle
Constructor Detail

DrawHatch

public DrawHatch()
Method Detail

getDrawColor

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

Returns:
possible object is String

getDrawDistance

public String getDrawDistance()
Gets the value of the drawDistance property.

Returns:
possible object is String

getDrawName

public String getDrawName()
Gets the value of the drawName property.

Returns:
possible object is String

getDrawRotation

public String getDrawRotation()
Gets the value of the drawRotation property.

Returns:
possible object is String

getDrawStyle

public String getDrawStyle()
Gets the value of the drawStyle property.

Returns:
possible object is String

setDrawColor

public void setDrawColor(String value)
Sets the value of the drawColor property.

Parameters:
value - allowed object is String

setDrawDistance

public void setDrawDistance(String value)
Sets the value of the drawDistance property.

Parameters:
value - allowed object is String

setDrawName

public void setDrawName(String value)
Sets the value of the drawName property.

Parameters:
value - allowed object is String

setDrawRotation

public void setDrawRotation(String value)
Sets the value of the drawRotation property.

Parameters:
value - allowed object is String

setDrawStyle

public void setDrawStyle(String value)
Sets the value of the drawStyle property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.