org.jopendocument.model.draw
Class DrawStrokeDash

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

public class DrawStrokeDash
extends Object


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

drawDistance

protected String drawDistance

drawDots1

protected String drawDots1

drawDots1Length

protected String drawDots1Length

drawDots2

protected String drawDots2

drawDots2Length

protected String drawDots2Length

drawName

protected String drawName

drawStyle

protected String drawStyle
Constructor Detail

DrawStrokeDash

public DrawStrokeDash()
Method Detail

getDrawDistance

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

Returns:
possible object is String

getDrawDots1

public String getDrawDots1()
Gets the value of the drawDots1 property.

Returns:
possible object is String

getDrawDots1Length

public String getDrawDots1Length()
Gets the value of the drawDots1Length property.

Returns:
possible object is String

getDrawDots2

public String getDrawDots2()
Gets the value of the drawDots2 property.

Returns:
possible object is String

getDrawDots2Length

public String getDrawDots2Length()
Gets the value of the drawDots2Length property.

Returns:
possible object is String

getDrawName

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

Returns:
possible object is String

getDrawStyle

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

Returns:
possible object is String

setDrawDistance

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

Parameters:
value - allowed object is String

setDrawDots1

public void setDrawDots1(String value)
Sets the value of the drawDots1 property.

Parameters:
value - allowed object is String

setDrawDots1Length

public void setDrawDots1Length(String value)
Sets the value of the drawDots1Length property.

Parameters:
value - allowed object is String

setDrawDots2

public void setDrawDots2(String value)
Sets the value of the drawDots2 property.

Parameters:
value - allowed object is String

setDrawDots2Length

public void setDrawDots2Length(String value)
Sets the value of the drawDots2Length 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

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.