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

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.display.xmlgen.AnnotationPainterSpec
      extended by com.metsci.glimpse.charts.vector.display.xmlgen.EncAnnotationPainterSpec

public class EncAnnotationPainterSpec
extends AnnotationPainterSpec

Java class for EncAnnotationPainterSpec complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EncAnnotationPainterSpec">
   <complexContent>
     <extension base="{http://geo.metsci.com}AnnotationPainterSpec">
       <sequence>
         <element name="attributeKey" type="{http://geo.metsci.com}EncAttributeTypeSpec"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
EncAnnotationPainterSpec()
           
 
Method Summary
 EncAttributeTypeSpec getAttributeKey()
          Gets the value of the attributeKey property.
 void setAttributeKey(EncAttributeTypeSpec value)
          Sets the value of the attributeKey property.
 
Methods inherited from class com.metsci.glimpse.charts.vector.display.xmlgen.AnnotationPainterSpec
getColor, getFont, getHeight, getOffsetX, getOffsetY, getText, getX, getY, isCenterX, isCenterY, setCenterX, setCenterY, setColor, setFont, setHeight, setOffsetX, setOffsetY, setText, setX, setY
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncAnnotationPainterSpec

public EncAnnotationPainterSpec()
Method Detail

getAttributeKey

public EncAttributeTypeSpec getAttributeKey()
Gets the value of the attributeKey property.

Returns:
possible object is EncAttributeTypeSpec

setAttributeKey

public void setAttributeKey(EncAttributeTypeSpec value)
Sets the value of the attributeKey property.

Parameters:
value - allowed object is EncAttributeTypeSpec


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