| Package | Description |
|---|---|
| com.orsoncharts | |
| com.orsoncharts.style |
Classes for controlling chart styles.
|
| com.orsoncharts.table |
Classes and interfaces for constructing tables for display to the user.
|
| Modifier and Type | Method and Description |
|---|---|
RectanglePainter |
Chart3D.getBackground()
Returns the background painter (an object that is responsible for filling
the background area before charts are rendered).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chart3D.setBackground(RectanglePainter background)
Sets the background painter and sends a
Chart3DChangeEvent to
all registered listeners. |
| Modifier and Type | Method and Description |
|---|---|
RectanglePainter |
StandardChartStyle.getBackgroundPainter()
Returns the background painter.
|
RectanglePainter |
ChartStyle.getBackgroundPainter()
Returns the painter that fills the background for the chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardChartStyle.setBackgroundPainter(RectanglePainter painter)
Sets the background painter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GradientRectanglePainter
A
RectanglePainter that can fill a rectangle with a gradient (the
gradient is generated using anchor points to fit any size rectangle on
demand). |
class |
StandardRectanglePainter
A
RectanglePainter that fills the rectangle with a
color or image. |
| Modifier and Type | Method and Description |
|---|---|
RectanglePainter |
AbstractTableElement.getBackground()
Returns the background painter for the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTableElement.setBackground(RectanglePainter background)
Sets the background for the element.
|