sgtplot
Class AnnotationCartesianRenderer
- java.lang.Object
-
- sgtplot.CartesianRenderer
-
- sgtplot.AnnotationCartesianRenderer
-
- All Implemented Interfaces:
- java.beans.PropertyChangeListener, java.util.EventListener
public class AnnotationCartesianRenderer extends CartesianRenderer
RendersAnnoteandAnnotationobjects.- Since:
- 3.0
-
-
Constructor Summary
Constructors Constructor and Description AnnotationCartesianRenderer(CartesianGraph cg, Annotation annotation, Attribute attr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddraw(org.freehep.graphics2d.VectorGraphics g)Render Annotation using java.awt.Graphic2D primatives.AttributegetAttribute()Get theAttributeassociated with the renderer.CartesianGraphgetCartesianGraph()Get theCartesianGraphassociated with the renderer.SGTDatagetDataAt(java.awt.Point pt)Find data object.voidpropertyChange(java.beans.PropertyChangeEvent evt)-
Methods inherited from class sgtplot.CartesianRenderer
getDataAt, getPane, getRenderer, modified
-
-
-
-
Constructor Detail
-
AnnotationCartesianRenderer
public AnnotationCartesianRenderer(CartesianGraph cg, Annotation annotation, Attribute attr)
-
-
Method Detail
-
getAttribute
public Attribute getAttribute()
Description copied from class:CartesianRendererGet theAttributeassociated with the renderer.- Specified by:
getAttributein classCartesianRenderer- Returns:
- the
Attribute
-
getCartesianGraph
public CartesianGraph getCartesianGraph()
Description copied from class:CartesianRendererGet theCartesianGraphassociated with the renderer.- Specified by:
getCartesianGraphin classCartesianRenderer- Returns:
- the
CartesianGraph
-
getDataAt
public SGTData getDataAt(java.awt.Point pt)
Description copied from class:CartesianRendererFind data object.- Specified by:
getDataAtin classCartesianRenderer
-
draw
public void draw(org.freehep.graphics2d.VectorGraphics g)
Render Annotation using java.awt.Graphic2D primatives.- Specified by:
drawin classCartesianRenderer- See Also:
Pane.draw(org.freehep.graphics2d.VectorGraphics, java.lang.String)
-
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
-
-
DMelt 3.0 © DataMelt by jWork.ORG