|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.chart.model.Plot
public abstract class Plot
Nested Class Summary | |
---|---|
static class |
Plot.Orientation
|
Field Summary | |
---|---|
static Palette |
DEFAULT_PALETTE
|
Constructor Summary | |
---|---|
Plot()
|
Method Summary | |
---|---|
Object |
getBackground()
|
Float |
getOpacity()
|
Plot.Orientation |
getOrientation()
|
Palette |
getPalette()
|
CssStyle |
getStyle()
|
void |
setBackground(Gradient backgroundGradient)
Not implemented |
void |
setBackground(Integer backgroundColor)
StyledText.setBackgroundColor(Integer) |
void |
setBackground(String backgroundImageLocation)
Not implemented |
void |
setBackground(Texture backgroundTexture)
Not implemented |
void |
setOpacity(Float opacity)
CssStyle.setOpacity(Float) |
void |
setOrientation(Plot.Orientation orientation)
Orientation of the chart. |
void |
setPalette(Palette colorPalette)
A Palette is a list of RGB colors in Hex format (i.e. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Palette DEFAULT_PALETTE
Constructor Detail |
---|
public Plot()
Method Detail |
---|
public Object getBackground()
public void setBackground(Integer backgroundColor)
StyledText.setBackgroundColor(Integer)
backgroundColor
- public void setBackground(String backgroundImageLocation)
backgroundImageLocation
- public void setBackground(Gradient backgroundGradient)
backgroundGradient
- public void setBackground(Texture backgroundTexture)
backgroundTexture
- public Plot.Orientation getOrientation()
public void setOrientation(Plot.Orientation orientation)
Possible values |
---|
vertical |
horizontal |
orientation
- public Palette getPalette()
public void setPalette(Palette colorPalette)
colorPalette
- public Float getOpacity()
public void setOpacity(Float opacity)
CssStyle.setOpacity(Float)
opacity
- public CssStyle getStyle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |