echopoint.google.chart.model
Class RangeMarker
java.lang.Object
echopoint.google.chart.internal.Marker
echopoint.google.chart.model.RangeMarker
- All Implemented Interfaces:
- Serializable
public class RangeMarker
- extends Marker
A model object that represents a range marker for the graph. See
Range
marker specifications.
- Version:
- $Id: RangeMarker.java 63 2008-08-29 07:46:39Z sptrakesh $
- Author:
- Rakesh Vidyadharan 2008-08-10
- See Also:
- Serialized Form
|
Constructor Summary |
RangeMarker(String markerType,
String color,
double startPoint,
double endPoint)
Create a new instance using the specified values. |
|
Method Summary |
double |
getEndPoint()
Accessor for property 'endPoint'. |
double |
getStartPoint()
Accessor for property 'startPoint'. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RangeMarker
public RangeMarker(String markerType,
String color,
double startPoint,
double endPoint)
- Create a new instance using the specified values.
- Parameters:
markerType - The Marker.markerType to use.color - The Marker.color to use.startPoint - The startPoint to use.endPoint - The endPoint to use.
getStartPoint
public double getStartPoint()
- Accessor for property 'startPoint'.
- Returns:
- Value for property 'startPoint'.
getEndPoint
public double getEndPoint()
- Accessor for property 'endPoint'.
- Returns:
- Value for property 'endPoint'.