|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.graphics.components.DataZone
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.
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 |
---|
public DataZone(java.awt.Shape shape)
public DataZone(java.awt.Shape shape, TupleElementInterface tupleElement)
public DataZone(java.awt.Shape shape, TupleElementInterface tupleElement, java.lang.String annotationValue)
Method Detail |
---|
public java.awt.Shape getShape()
public TupleElementInterface getTupleElement()
public java.lang.String getAnnotationValue()
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |