org.pentaho.chart.model
Class DialPlot

java.lang.Object
  extended by org.pentaho.chart.model.Plot
      extended by org.pentaho.chart.model.DialPlot
All Implemented Interfaces:
Serializable

public class DialPlot
extends Plot
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class DialPlot.DialRange
           
static class DialPlot.Scale
           
 
Nested classes/interfaces inherited from class org.pentaho.chart.model.Plot
Plot.Orientation
 
Field Summary
 
Fields inherited from class org.pentaho.chart.model.Plot
DEFAULT_PALETTE
 
Constructor Summary
DialPlot()
           
 
Method Summary
 boolean getAnimate()
           
 StyledText getAnnotation()
           
 DialPlot.Scale getScale()
           
 void setAnimate(boolean animate)
          PiePlot.setAnimate(boolean)
 void setAnnotation(StyledText annotation)
           
 
Methods inherited from class org.pentaho.chart.model.Plot
getBackground, getOpacity, getOrientation, getPalette, getStyle, setBackground, setBackground, setBackground, setBackground, setOpacity, setOrientation, setPalette
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialPlot

public DialPlot()
Method Detail

getScale

public DialPlot.Scale getScale()

getAnnotation

public StyledText getAnnotation()

setAnnotation

public void setAnnotation(StyledText annotation)
Parameters:
annotation -
See Also:
StyledText

getAnimate

public boolean getAnimate()

setAnimate

public void setAnimate(boolean animate)
PiePlot.setAnimate(boolean)