org.jopendocument.model.draw
Class DrawTransparency

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

public class DrawTransparency
extends Object


Field Summary
protected  String drawAngle
           
protected  String drawBorder
           
protected  String drawCx
           
protected  String drawCy
           
protected  String drawEnd
           
protected  String drawName
           
protected  String drawStart
           
protected  String drawStyle
           
 
Constructor Summary
DrawTransparency()
           
 
Method Summary
 String getDrawAngle()
          Gets the value of the drawAngle property.
 String getDrawBorder()
          Gets the value of the drawBorder property.
 String getDrawCx()
          Gets the value of the drawCx property.
 String getDrawCy()
          Gets the value of the drawCy property.
 String getDrawEnd()
          Gets the value of the drawEnd property.
 String getDrawName()
          Gets the value of the drawName property.
 String getDrawStart()
          Gets the value of the drawStart property.
 String getDrawStyle()
          Gets the value of the drawStyle property.
 void setDrawAngle(String value)
          Sets the value of the drawAngle property.
 void setDrawBorder(String value)
          Sets the value of the drawBorder property.
 void setDrawCx(String value)
          Sets the value of the drawCx property.
 void setDrawCy(String value)
          Sets the value of the drawCy property.
 void setDrawEnd(String value)
          Sets the value of the drawEnd property.
 void setDrawName(String value)
          Sets the value of the drawName property.
 void setDrawStart(String value)
          Sets the value of the drawStart 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

drawAngle

protected String drawAngle

drawBorder

protected String drawBorder

drawCx

protected String drawCx

drawCy

protected String drawCy

drawEnd

protected String drawEnd

drawName

protected String drawName

drawStart

protected String drawStart

drawStyle

protected String drawStyle
Constructor Detail

DrawTransparency

public DrawTransparency()
Method Detail

getDrawAngle

public String getDrawAngle()
Gets the value of the drawAngle property.

Returns:
possible object is String

getDrawBorder

public String getDrawBorder()
Gets the value of the drawBorder property.

Returns:
possible object is String

getDrawCx

public String getDrawCx()
Gets the value of the drawCx property.

Returns:
possible object is String

getDrawCy

public String getDrawCy()
Gets the value of the drawCy property.

Returns:
possible object is String

getDrawEnd

public String getDrawEnd()
Gets the value of the drawEnd property.

Returns:
possible object is String

getDrawName

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

Returns:
possible object is String

getDrawStart

public String getDrawStart()
Gets the value of the drawStart property.

Returns:
possible object is String

getDrawStyle

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

Returns:
possible object is String

setDrawAngle

public void setDrawAngle(String value)
Sets the value of the drawAngle property.

Parameters:
value - allowed object is String

setDrawBorder

public void setDrawBorder(String value)
Sets the value of the drawBorder property.

Parameters:
value - allowed object is String

setDrawCx

public void setDrawCx(String value)
Sets the value of the drawCx property.

Parameters:
value - allowed object is String

setDrawCy

public void setDrawCy(String value)
Sets the value of the drawCy property.

Parameters:
value - allowed object is String

setDrawEnd

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

setDrawStart

public void setDrawStart(String value)
Sets the value of the drawStart 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.