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

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

public class DncAnnotationPainterSpec
extends AnnotationPainterSpec

Java class for DncAnnotationPainterSpec complex type.

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

 <complexType name="DncAnnotationPainterSpec">
   <complexContent>
     <extension base="{http://geo.metsci.com}AnnotationPainterSpec">
       <sequence>
         <element name="attributeKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
DncAnnotationPainterSpec()
           
 
Method Summary
 java.lang.String getAttributeKey()
          Gets the value of the attributeKey property.
 void setAttributeKey(java.lang.String 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

DncAnnotationPainterSpec

public DncAnnotationPainterSpec()
Method Detail

getAttributeKey

public java.lang.String getAttributeKey()
Gets the value of the attributeKey property.

Returns:
possible object is String

setAttributeKey

public void setAttributeKey(java.lang.String value)
Sets the value of the attributeKey property.

Parameters:
value - allowed object is String


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