echopoint.google.chart.model
Class FillArea
java.lang.Object
echopoint.google.chart.internal.Marker
echopoint.google.chart.model.FillArea
- All Implemented Interfaces:
- Serializable
public class FillArea
- extends Marker
A model object used to represent a fill that represents an area between
two sets of lines plotted. See
Fill
area specifications.
- Version:
- $Id: FillArea.java 116 2009-02-19 00:23:08Z sptrakesh $
- Author:
- Rakesh 2008-08-10
- See Also:
- Serialized Form
|
Constructor Summary |
FillArea(String markerType,
String color,
int startIndex,
int endIndex)
Create a new instance using the specified values. |
|
Method Summary |
int |
getEndIndex()
Accessor for property 'endIndex'. |
int |
getStartIndex()
Accessor for property 'startIndex'. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FillArea
public FillArea(String markerType,
String color,
int startIndex,
int endIndex)
- Create a new instance using the specified values.
- Parameters:
markerType - The Marker.markerType value to use.color - The Marker.color value to use.startIndex - The startIndex value to use.endIndex - The endIndex value to use.
getStartIndex
public int getStartIndex()
- Accessor for property 'startIndex'.
- Returns:
- Value for property 'startIndex'.
getEndIndex
public int getEndIndex()
- Accessor for property 'endIndex'.
- Returns:
- Value for property 'endIndex'.