org.wicketstuff.jquery.sparkline
Class SparklineOptions

java.lang.Object
  extended by org.wicketstuff.jquery.Options
      extended by org.wicketstuff.jquery.sparkline.SparklineOptions
All Implemented Interfaces:
Serializable

public class SparklineOptions
extends Options

See Also:
Serialized Form

Nested Class Summary
static class SparklineOptions.TYPE
           
 
Field Summary
 
Fields inherited from class org.wicketstuff.jquery.Options
options_
 
Constructor Summary
SparklineOptions()
           
SparklineOptions(SparklineOptions.TYPE type)
           
 
Method Summary
 SparklineOptions setChartRangeMax(int v)
           
 SparklineOptions setChartRangeMin(int v)
           
 SparklineOptions setFillColor(String v)
           
 SparklineOptions setHeight(String h)
           
 SparklineOptions setLineColor(String v)
           
 SparklineOptions setType(SparklineOptions.TYPE type)
           
 SparklineOptions setWidth(String w)
           
 
Methods inherited from class org.wicketstuff.jquery.Options
get, get, set, set, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SparklineOptions

public SparklineOptions()

SparklineOptions

public SparklineOptions(SparklineOptions.TYPE type)
Method Detail

setType

public SparklineOptions setType(SparklineOptions.TYPE type)

setWidth

public SparklineOptions setWidth(String w)

setHeight

public SparklineOptions setHeight(String h)

setLineColor

public SparklineOptions setLineColor(String v)

setFillColor

public SparklineOptions setFillColor(String v)

setChartRangeMin

public SparklineOptions setChartRangeMin(int v)

setChartRangeMax

public SparklineOptions setChartRangeMax(int v)


Copyright © 2012. All Rights Reserved.