|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.charts4j.TextMarker
public class TextMarker
Text markers for LineChart
s, XYLineChart
s, RadarChart
s, ScatterPlot
s, and BarChart
s. Markers are constructed with
the Markers
class.
LineChart
,
XYLineChart
,
ScatterPlot
,
BarChart
Method Summary | |
---|---|
Color |
getColor()
Get the marker color. |
Priority |
getPriority()
Get the marker priority. |
int |
getSize()
Get the marker size. |
String |
getText()
Get the text associated with this text marker. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final String getText()
public Color getColor()
public int getSize()
public Priority getPriority()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |