class JFXyRender extends Object implements XyRender
This is open source software released under the Apache 2.0 License
| Modifier and Type | Class and Description |
|---|---|
private class |
JFXyRender.MorpheusAreaRenderer
A Morpheus extension for drawing Area Charts
|
private class |
JFXyRender.MorpheusBarRenderer
A Morpheus extension for drawing withBarPlot in an XY plot
|
private class |
JFXyRender.MorpheusDotRenderer
A Morpheus extension for drawing scatter charts with dots
|
private class |
JFXyRender.MorpheusLineAndShapeRenderer
An extension of a JFreeChart renderer that integrates support for series specific styling
|
private class |
JFXyRender.MorpheusSplineRenderer
An extension of an XYSplineRenderer that adds support for series specific styling
|
private class |
JFXyRender.MorpheusStackedAreaRenderer
A Morpheus extension for drawing Area Charts
|
private class |
JFXyRender.MorpheusStackedBarRenderer
A Morpheus extension for drawing stacked withBarPlot in an XY plot
|
| Modifier and Type | Field and Description |
|---|---|
private int |
index |
private JFXyPlot<?> |
plot |
| Constructor and Description |
|---|
JFXyRender(JFXyPlot<?> plot,
int index)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
withArea(boolean stacked)
Configures the renderer to draw area either stacked or unstacked
|
void |
withBars(boolean stacked,
double margin)
Configures the renderer to draw bars either stacked or unstacked
|
void |
withDots()
Configures the renderer to draw dots in a scatter plot
|
void |
withDots(int diameter)
Configures the renderer to draw dots in a scatter plot
|
void |
withLines(boolean shapes,
boolean dashed)
Configures the renderer to draw lines with optional shapes and dashes
|
void |
withShapes()
Configures the renderer to draw shapes in a scatter plot
|
void |
withSpline(boolean shapes,
boolean dashed)
Configures the renderer to draw splines with optional shapes and dashes
|
private int index
private JFXyPlot<?> plot
JFXyRender(JFXyPlot<?> plot, int index)
plot - the plot referenceindex - the dataset indexpublic void withDots()
XyRenderpublic void withDots(int diameter)
XyRenderpublic void withShapes()
XyRenderwithShapes in interface XyRenderpublic void withArea(boolean stacked)
XyRenderpublic void withLines(boolean shapes,
boolean dashed)
XyRenderpublic void withSpline(boolean shapes,
boolean dashed)
XyRenderwithSpline in interface XyRendershapes - if true, include shapes at each datumdashed - if true, make the line dashedpublic void withBars(boolean stacked,
double margin)
XyRenderCopyright 2014-2017, Xavier Witdouck