public abstract class AbstractMarker extends Object
Text
and Marker
classes). It has no public methods of its
own, so please see the subclasses for more information.Series.addMarker
,
PieGraph.setLabel
Modifier and Type | Field and Description |
---|---|
protected org.faceless.graph2.BoundingBox |
box |
protected org.faceless.graph2.Point |
centroid |
protected AffineTransform3D |
matrix |
Constructor and Description |
---|
AbstractMarker() |
Modifier and Type | Method and Description |
---|---|
void |
setName(String name)
Set the name of this marker, so it can later be found through the
Output.getAreas()
method. |
protected AffineTransform3D matrix
protected org.faceless.graph2.BoundingBox box
protected org.faceless.graph2.Point centroid
public void setName(String name)
Output.getAreas()
method. The final name for the marker will be graph.marker.name
.name
- the name of the marker, or null
for no name (the default).Copyright © 2001-2016 Big Faceless Organization