|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.draw.DrawGradient
public class DrawGradient
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 |
---|
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 Detail |
---|
public DrawGradient()
Method Detail |
---|
public String getDrawAngle()
String
public String getDrawBorder()
String
public String getDrawCx()
String
public String getDrawCy()
String
public String getDrawEndColor()
String
public String getDrawEndIntensity()
String
public String getDrawName()
String
public String getDrawStartColor()
String
public String getDrawStartIntensity()
String
public String getDrawStyle()
String
public void setDrawAngle(String value)
value
- allowed object is String
public void setDrawBorder(String value)
value
- allowed object is String
public void setDrawCx(String value)
value
- allowed object is String
public void setDrawCy(String value)
value
- allowed object is String
public void setDrawEndColor(String value)
value
- allowed object is String
public void setDrawEndIntensity(String value)
value
- allowed object is String
public void setDrawName(String value)
value
- allowed object is String
public void setDrawStartColor(String value)
value
- allowed object is String
public void setDrawStartIntensity(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 |