org.telscenter.sail.webapp.presentation.google.charts.options
Class RangeMarker
java.lang.Object
org.telscenter.sail.webapp.presentation.google.charts.options.RangeMarker
- All Implemented Interfaces:
- ChartOption
public class RangeMarker
- extends Object
- implements ChartOption
- Version:
- $Id:$
- Author:
- patrick lawler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RangeMarker
public RangeMarker()
addRangeMarkers
public void addRangeMarkers(String type,
String color,
double start,
double end)
throws Exception
- Throws:
Exception
addRangeMarkers
public void addRangeMarkers(List<String> type,
List<String> color,
List<Double> start,
List<Double> end)
throws Exception
- Throws:
Exception
getOptionString
public String getOptionString()
- Description copied from interface:
ChartOption
- Returns a
String of this option's parameters in
Google API format.
- Specified by:
getOptionString in interface ChartOption
- Returns:
String
Copyright © 2012. All Rights Reserved.