EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.google.chart.model
Class FillArea

java.lang.Object
  extended by echopoint.google.chart.internal.Marker
      extended by 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

Field Summary
 
Fields inherited from class echopoint.google.chart.internal.Marker
color, markerType
 
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 echopoint.google.chart.internal.Marker
getColor, getMarkerType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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'.

EchoPoint API - 3.0.0b5
App Webcontainer