org.jopendocument.model.draw
Class DrawGradient

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

public class DrawGradient
extends Object


Field Summary
protected  String drawAngle
           
protected  String drawBorder
           
protected  String drawCx
           
protected  String drawCy
           
protected  String drawEndColor
           
protected  String drawEndIntensity
           
protected  String drawName
           
protected  String drawStartColor
           
protected  String drawStartIntensity
           
protected  String drawStyle
           
 
Constructor Summary
DrawGradient()
           
 
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 getDrawEndColor()
          Gets the value of the drawEndColor property.
 String getDrawEndIntensity()
          Gets the value of the drawEndIntensity property.
 String getDrawName()
          Gets the value of the drawName property.
 String getDrawStartColor()
          Gets the value of the drawStartColor property.
 String getDrawStartIntensity()
          Gets the value of the drawStartIntensity 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 setDrawEndColor(String value)
          Sets the value of the drawEndColor property.
 void setDrawEndIntensity(String value)
          Sets the value of the drawEndIntensity property.
 void setDrawName(String value)
          Sets the value of the drawName property.
 void setDrawStartColor(String value)
          Sets the value of the drawStartColor property.
 void setDrawStartIntensity(String value)
          Sets the value of the drawStartIntensity 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

drawEndColor

protected String drawEndColor

drawEndIntensity

protected String drawEndIntensity

drawName

protected String drawName

drawStartColor

protected String drawStartColor

drawStartIntensity

protected String drawStartIntensity

drawStyle

protected String drawStyle
Constructor Detail

DrawGradient

public DrawGradient()
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

getDrawEndColor

public String getDrawEndColor()
Gets the value of the drawEndColor property.

Returns:
possible object is String

getDrawEndIntensity

public String getDrawEndIntensity()
Gets the value of the drawEndIntensity property.

Returns:
possible object is String

getDrawName

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

Returns:
possible object is String

getDrawStartColor

public String getDrawStartColor()
Gets the value of the drawStartColor property.

Returns:
possible object is String

getDrawStartIntensity

public String getDrawStartIntensity()
Gets the value of the drawStartIntensity 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

setDrawEndColor

public void setDrawEndColor(String value)
Sets the value of the drawEndColor property.

Parameters:
value - allowed object is String

setDrawEndIntensity

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

setDrawStartColor

public void setDrawStartColor(String value)
Sets the value of the drawStartColor property.

Parameters:
value - allowed object is String

setDrawStartIntensity

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