org.telscenter.sail.webapp.presentation.google.charts.options
Class RangeMarker

java.lang.Object
  extended by 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

Constructor Summary
RangeMarker()
           
 
Method Summary
 void addRangeMarkers(List<String> type, List<String> color, List<Double> start, List<Double> end)
           
 void addRangeMarkers(String type, String color, double start, double end)
           
 String getOptionString()
          Returns a String of this option's parameters in Google API format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RangeMarker

public RangeMarker()
Method Detail

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.