com.metsci.glimpse.charts.vector.display.xmlgen
Class AnnotationPainterSpec

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.display.xmlgen.AnnotationPainterSpec
Direct Known Subclasses:
DncAnnotationPainterSpec, EncAnnotationPainterSpec

public abstract class AnnotationPainterSpec
extends java.lang.Object

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

AnnotationPainterSpec

public AnnotationPainterSpec()
Method Detail

isCenterX

public java.lang.Boolean isCenterX()
Gets the value of the centerX property.

Returns:
possible object is Boolean

setCenterX

public void setCenterX(java.lang.Boolean value)
Sets the value of the centerX property.

Parameters:
value - allowed object is Boolean

isCenterY

public java.lang.Boolean isCenterY()
Gets the value of the centerY property.

Returns:
possible object is Boolean

setCenterY

public void setCenterY(java.lang.Boolean value)
Sets the value of the centerY property.

Parameters:
value - allowed object is Boolean

getColor

public ColorSpec getColor()
Gets the value of the color property.

Returns:
possible object is ColorSpec

setColor

public void setColor(ColorSpec value)
Sets the value of the color property.

Parameters:
value - allowed object is ColorSpec

getFont

public AnnotationFontSpec getFont()
Gets the value of the font property.

Returns:
possible object is AnnotationFontSpec

setFont

public void setFont(AnnotationFontSpec value)
Sets the value of the font property.

Parameters:
value - allowed object is AnnotationFontSpec

getHeight

public java.lang.Integer getHeight()
Gets the value of the height property.

Returns:
possible object is Integer

setHeight

public void setHeight(java.lang.Integer value)
Sets the value of the height property.

Parameters:
value - allowed object is Integer

getOffsetX

public java.lang.Integer getOffsetX()
Gets the value of the offsetX property.

Returns:
possible object is Integer

setOffsetX

public void setOffsetX(java.lang.Integer value)
Sets the value of the offsetX property.

Parameters:
value - allowed object is Integer

getOffsetY

public java.lang.Integer getOffsetY()
Gets the value of the offsetY property.

Returns:
possible object is Integer

setOffsetY

public void setOffsetY(java.lang.Integer value)
Sets the value of the offsetY property.

Parameters:
value - allowed object is Integer

getText

public java.lang.String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(java.lang.String value)
Sets the value of the text property.

Parameters:
value - allowed object is String

getX

public java.lang.Float getX()
Gets the value of the x property.

Returns:
possible object is Float

setX

public void setX(java.lang.Float value)
Sets the value of the x property.

Parameters:
value - allowed object is Float

getY

public java.lang.Float getY()
Gets the value of the y property.

Returns:
possible object is Float

setY

public void setY(java.lang.Float value)
Sets the value of the y property.

Parameters:
value - allowed object is Float


Copyright © 2012 Metron, Inc.. All Rights Reserved.