com.google.gwt.visualization.client.visualizations
Class AnnotatedTimeLine.Options

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.ajaxloader.client.Properties
          extended by com.google.gwt.visualization.client.AbstractDrawOptions
              extended by com.google.gwt.visualization.client.visualizations.AnnotatedTimeLine.Options
Enclosing class:
AnnotatedTimeLine

public static class AnnotatedTimeLine.Options
extends AbstractDrawOptions

Options for drawing the chart.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.ajaxloader.client.Properties
Properties.TypeException
 
Constructor Summary
protected AnnotatedTimeLine.Options()
           
 
Method Summary
static AnnotatedTimeLine.Options create()
           
 void setAllowHtml(boolean allowHtml)
           
 void setAllowRedraw(boolean allowRedraw)
           
 void setAllValuesSuffix(java.lang.String suffix)
           
 void setAnnotationsWidth(int width)
           
 void setColors(com.google.gwt.core.client.JsArrayString colors)
           
 void setColors(java.lang.String... colors)
           
 void setDateFormat(java.lang.String dateFormat)
           
 void setDisplayAnnotations(boolean display)
           
 void setDisplayAnnotationsFilter(boolean display)
           
 void setDisplayDateBarSeparator(boolean display)
           
 void setDisplayExactValues(boolean display)
           
 void setDisplayLegendDots(boolean display)
           
 void setDisplayLegendValues(boolean display)
           
 void setDisplayRangeSelector(boolean display)
           
 void setDisplayZoomButtons(boolean display)
           
 void setFill(int fill)
           
 void setHighlightDotMode(AnnotatedTimeLine.HighlightDotMode highlightDotMode)
           
 void setLegendPosition(AnnotatedTimeLine.AnnotatedLegendPosition position)
           
 void setMax(int max)
           
 void setMin(int min)
           
 void setNumberFormat(java.lang.String numberFormat)
           
 void setNumberFormats(java.util.Map<java.lang.Integer,java.lang.String> numberFormats)
           
 void setScaleColumns(int... scaleColumns)
           
 void setScaleColumns(com.google.gwt.core.client.JsArrayInteger scaleColumns)
           
 void setScaleFormat(java.lang.String scaleFormat)
           
 void setScaleType(AnnotatedTimeLine.ScaleType type)
           
 void setThickness(int thickness)
           
 void setWindowMode(AnnotatedTimeLine.WindowMode wmode)
           
 void setZoomEndTime(java.util.Date endTime)
           
 void setZoomStartTime(java.util.Date startTime)
           
 
Methods inherited from class com.google.gwt.ajaxloader.client.Properties
getBoolean, getDate, getNumber, getObject, getString, remove, set, set, set, set, set, typeof
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotatedTimeLine.Options

protected AnnotatedTimeLine.Options()
Method Detail

create

public static AnnotatedTimeLine.Options create()

setAllowHtml

public final void setAllowHtml(boolean allowHtml)

setAllowRedraw

public final void setAllowRedraw(boolean allowRedraw)

setAllValuesSuffix

public final void setAllValuesSuffix(java.lang.String suffix)

setAnnotationsWidth

public final void setAnnotationsWidth(int width)

setColors

public final void setColors(com.google.gwt.core.client.JsArrayString colors)

setColors

public final void setColors(java.lang.String... colors)

setDateFormat

public final void setDateFormat(java.lang.String dateFormat)

setDisplayAnnotations

public final void setDisplayAnnotations(boolean display)

setDisplayAnnotationsFilter

public final void setDisplayAnnotationsFilter(boolean display)

setDisplayDateBarSeparator

public final void setDisplayDateBarSeparator(boolean display)

setDisplayExactValues

public final void setDisplayExactValues(boolean display)

setDisplayLegendDots

public final void setDisplayLegendDots(boolean display)

setDisplayLegendValues

public final void setDisplayLegendValues(boolean display)

setDisplayRangeSelector

public final void setDisplayRangeSelector(boolean display)

setDisplayZoomButtons

public final void setDisplayZoomButtons(boolean display)

setFill

public final void setFill(int fill)

setHighlightDotMode

public final void setHighlightDotMode(AnnotatedTimeLine.HighlightDotMode highlightDotMode)

setLegendPosition

public final void setLegendPosition(AnnotatedTimeLine.AnnotatedLegendPosition position)

setMax

public final void setMax(int max)

setMin

public final void setMin(int min)

setNumberFormat

public final void setNumberFormat(java.lang.String numberFormat)

setNumberFormats

public final void setNumberFormats(java.util.Map<java.lang.Integer,java.lang.String> numberFormats)

setScaleColumns

public final void setScaleColumns(int... scaleColumns)

setScaleColumns

public final void setScaleColumns(com.google.gwt.core.client.JsArrayInteger scaleColumns)

setScaleFormat

public final void setScaleFormat(java.lang.String scaleFormat)

setScaleType

public final void setScaleType(AnnotatedTimeLine.ScaleType type)

setThickness

public final void setThickness(int thickness)

setWindowMode

public final void setWindowMode(AnnotatedTimeLine.WindowMode wmode)

setZoomEndTime

public final void setZoomEndTime(java.util.Date endTime)

setZoomStartTime

public final void setZoomStartTime(java.util.Date startTime)