org.apache.batik.gvt
public class Marker extends Object
Field Summary | |
---|---|
protected GraphicsNode | markerNode
GraphicsNode this marker is associated to |
protected double | orient
Rotation angle, about (0, 0) is user space. |
protected Point2D | ref
Reference point about which the marker should be drawn |
Constructor Summary | |
---|---|
Marker(GraphicsNode markerNode, Point2D ref, double orient)
Constructs a new marker.
|
Method Summary | |
---|---|
GraphicsNode | getMarkerNode()
Returns the GraphicsNode that draws this marker. |
double | getOrient()
Returns the orientation of this marker. |
Point2D | getRef()
Returns the reference point of this marker. |
Parameters: markerNode the graphics node that represents the marker ref the reference point orient the orientation of the marker
GraphicsNode
that draws this marker.