|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.charts.vector.display.xmlgen.AnnotationPainterSpec
public abstract class AnnotationPainterSpec
Java class for AnnotationPainterSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnotationPainterSpec"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="centerX" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="centerY" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="color" type="{http://geo.metsci.com}ColorSpec" minOccurs="0"/> <element name="font" type="{http://geo.metsci.com}AnnotationFontSpec" minOccurs="0"/> <element name="height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="offset_x" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="offset_y" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="x" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="y" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AnnotationPainterSpec()
|
Method Summary | |
---|---|
ColorSpec |
getColor()
Gets the value of the color property. |
AnnotationFontSpec |
getFont()
Gets the value of the font property. |
java.lang.Integer |
getHeight()
Gets the value of the height property. |
java.lang.Integer |
getOffsetX()
Gets the value of the offsetX property. |
java.lang.Integer |
getOffsetY()
Gets the value of the offsetY property. |
java.lang.String |
getText()
Gets the value of the text property. |
java.lang.Float |
getX()
Gets the value of the x property. |
java.lang.Float |
getY()
Gets the value of the y property. |
java.lang.Boolean |
isCenterX()
Gets the value of the centerX property. |
java.lang.Boolean |
isCenterY()
Gets the value of the centerY property. |
void |
setCenterX(java.lang.Boolean value)
Sets the value of the centerX property. |
void |
setCenterY(java.lang.Boolean value)
Sets the value of the centerY property. |
void |
setColor(ColorSpec value)
Sets the value of the color property. |
void |
setFont(AnnotationFontSpec value)
Sets the value of the font property. |
void |
setHeight(java.lang.Integer value)
Sets the value of the height property. |
void |
setOffsetX(java.lang.Integer value)
Sets the value of the offsetX property. |
void |
setOffsetY(java.lang.Integer value)
Sets the value of the offsetY property. |
void |
setText(java.lang.String value)
Sets the value of the text property. |
void |
setX(java.lang.Float value)
Sets the value of the x property. |
void |
setY(java.lang.Float value)
Sets the value of the y property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationPainterSpec()
Method Detail |
---|
public java.lang.Boolean isCenterX()
Boolean
public void setCenterX(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isCenterY()
Boolean
public void setCenterY(java.lang.Boolean value)
value
- allowed object is
Boolean
public ColorSpec getColor()
ColorSpec
public void setColor(ColorSpec value)
value
- allowed object is
ColorSpec
public AnnotationFontSpec getFont()
AnnotationFontSpec
public void setFont(AnnotationFontSpec value)
value
- allowed object is
AnnotationFontSpec
public java.lang.Integer getHeight()
Integer
public void setHeight(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getOffsetX()
Integer
public void setOffsetX(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getOffsetY()
Integer
public void setOffsetY(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getText()
String
public void setText(java.lang.String value)
value
- allowed object is
String
public java.lang.Float getX()
Float
public void setX(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Float getY()
Float
public void setY(java.lang.Float value)
value
- allowed object is
Float
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |