org.apache.batik.gvt
Class Marker
java.lang.Object
|
+--org.apache.batik.gvt.Marker
- public class Marker
- extends java.lang.Object
A Marker describes a GraphicsNode with a reference point that can
be used to position the Marker at a particular location and a
particular policy for rotating the marker when drawing it.
Constructor Summary |
Marker(GraphicsNode markerNode,
java.awt.geom.Point2D ref,
double orient)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Marker
public Marker(GraphicsNode markerNode,
java.awt.geom.Point2D ref,
double orient)
getRef
public java.awt.geom.Point2D getRef()
getOrient
public double getOrient()
- See Also:
#orient
getMarkerNode
public GraphicsNode getMarkerNode()
- Returns the
GraphicsNode
that draws this
Marker
Copyright © 2001 Apache Software Foundation. All Rights Reserved.