com.sas.graphics.components
Class DataZone

com.sas.graphics.components.DataZone
Direct Known Subclasses:
ChartValueZone, LabelZoneList, PlotValueZone, ValueZone

public class DataZone

A DataZone is used with imagemap information to record the location of some graphic with its associated data value. For example it can be used to identify the values on a category axis, the label on a legend, the graph's data elements etc. The DataZone class is designed as an abstract superclass for internal development.

Since:
SAS 9.1
See Also:
LabelZoneList

Constructor Summary
DataZone(java.awt.Shape shape)
           
DataZone(java.awt.Shape shape, TupleElementInterface tupleElement)
           
DataZone(java.awt.Shape shape, TupleElementInterface tupleElement, java.lang.String annotationValue)
           
 
Method Summary
 java.lang.String getAnnotationValue()
          Get the annotation value.
 java.awt.Shape getShape()
          Returns the shape.
 TupleElementInterface getTupleElement()
          Returns a TupleElementInterface if there is one associated with this shape.
 

Constructor Detail

DataZone

public DataZone(java.awt.Shape shape)

DataZone

public DataZone(java.awt.Shape shape,
                TupleElementInterface tupleElement)

DataZone

public DataZone(java.awt.Shape shape,
                TupleElementInterface tupleElement,
                java.lang.String annotationValue)
Method Detail

getShape

public java.awt.Shape getShape()
Returns the shape.

Returns:
Shape

getTupleElement

public TupleElementInterface getTupleElement()
Returns a TupleElementInterface if there is one associated with this shape. Returns null if no TupleElement is associated with this shape.


getAnnotationValue

public java.lang.String getAnnotationValue()
Get the annotation value. This is the contents of the annotate data set html column.




Copyright © 2009 SAS Institute Inc. All Rights Reserved.