EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.google.chart.internal
Class Marker

java.lang.Object
  extended by echopoint.google.chart.internal.Marker
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FillArea, RangeMarker, ShapeMarker

public abstract class Marker
extends Object
implements Serializable

An abstract base class used to represent markers for data points or ranges displayed on graphs. See Shape markers for specifications.

Version:
$Id: Marker.java 63 2008-08-29 07:46:39Z sptrakesh $
Author:
Rakesh Vidyadharan 2008-08-10
See Also:
Serialized Form

Field Summary
protected  String color
          The colour for the marker.
protected  String markerType
          The marker type indicator.
 
Constructor Summary
Marker()
           
 
Method Summary
 String getColor()
          Accessor for property 'color'.
 String getMarkerType()
          Accessor for property 'markerType'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

markerType

protected String markerType
The marker type indicator. For text (t) markers also specify the value to display using the encoding specified.


color

protected String color
The colour for the marker. Colour is expressed in RRGGBB hexadecimal format.

Constructor Detail

Marker

public Marker()
Method Detail

getMarkerType

public String getMarkerType()
Accessor for property 'markerType'.

Returns:
Value for property 'markerType'.

getColor

public String getColor()
Accessor for property 'color'.

Returns:
Value for property 'color'.

EchoPoint API - 3.0.0b5
App Webcontainer