Package org.faceless.graph2
Class Text
- java.lang.Object
-
- org.faceless.graph2.AbstractMarker
-
- org.faceless.graph2.Text
-
- All Implemented Interfaces:
Cloneable
public class Text extends AbstractMarker
A type of Marker that represents an item of Text. These can be placed onto the Graph wherever anAbstractMarker
is required - ie with theSeries.addMarker
orPieGraph.setLabel
methods.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.faceless.graph2.AbstractMarker
setName
-
-