org.pentaho.chart.model
Class LinePlot
java.lang.Object
org.pentaho.chart.model.Plot
org.pentaho.chart.model.TwoAxisPlot
org.pentaho.chart.model.LinePlot
- All Implemented Interfaces:
- Serializable
public class LinePlot
- extends TwoAxisPlot
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class org.pentaho.chart.model.Plot |
getBackground, getOpacity, getOrientation, getPalette, getStyle, setBackground, setBackground, setBackground, setBackground, setOpacity, setPalette |
LinePlot
public LinePlot()
LinePlot
public LinePlot(LinePlot.LinePlotFlavor flavor)
getFlavor
public LinePlot.LinePlotFlavor getFlavor()
setFlavor
public void setFlavor(LinePlot.LinePlotFlavor flavor)
- Set the visual appeal of the chart.
Possible values |
PLAIN | Standard chart |
THREED | Three-dimensional chart |
DOT | Lines made of dots |
DASH | Lines made of dashes |
DASHDOT | Lines made of a dash then a dot, repeated |
DASHDOTDOT | Lines made of a dash a dot and another dot, repeated |
- Parameters:
flavor
-
setLineWidth
public void setLineWidth(Integer width)
- The width of the lines that represent data in pixels.
- Parameters:
width
-
getLineWidth
public Integer getLineWidth()