com.googlecode.charts4j
Class ShapeMarker

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

public class ShapeMarker
extends Object

Shape markers for LineCharts, XYLineCharts, RadarCharts, 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.
 Shape getShape()
          Get the shape associated with ShapeMarker.
 int getSize()
          Get the marker size.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getShape

public final Shape getShape()
Get the shape associated with ShapeMarker.

Returns:
shape

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