com.googlecode.charts4j
Class TextMarker

java.lang.Object
  extended by com.googlecode.charts4j.TextMarker
All Implemented Interfaces:
Marker

public class TextMarker
extends Object

Text markers for LineCharts, XYLineCharts, RadarChart s, ScatterPlots, and BarCharts. Markers are constructed with the Markers class.

Author:
Julien Chastang (julien.c.chastang at gmail dot com)
See Also:
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

getText

public final String getText()
Get the text associated with this text marker.

Returns:
text for this text marker.

getColor

public Color getColor()
Get the marker color.

Returns:
color

getSize

public int getSize()
Get the marker size.

Returns:
size

getPriority

public Priority getPriority()
Get the marker priority.

Returns:
priority