| Package | Description |
|---|---|
| com.orsoncharts.renderer |
Base package for renderer support.
|
| com.orsoncharts.renderer.xyz |
Renderers that can be used with the
XYZPlot class. |
| Modifier and Type | Method and Description |
|---|---|
static ComposeType |
ComposeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComposeType[] |
ComposeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ComposeType |
XYZRenderer.getComposeType()
Returns the type of composition performed by the renderer.
|
ComposeType |
SurfaceRenderer.getComposeType()
Returns the compose-type for the renderer.
|
ComposeType |
AbstractXYZRenderer.getComposeType()
Returns the type of composition performed by this renderer.
|