class JFCatRender extends Object implements XyRender
This is open source software released under the Apache 2.0 License
| Modifier and Type | Class and Description |
|---|---|
private class |
JFCatRender.MorpheusBarRenderer
A Morpheus extension of the standard BarRenderer
|
private class |
JFCatRender.MorpheusDotRenderer
A Morpheus render for rendering dots on a category plot
|
private class |
JFCatRender.MorpheusStackedBarRenderer
A Morpheus extension of the standard StackedBarRenderer
|
| Modifier and Type | Field and Description |
|---|---|
private int |
index |
private JFCatPlot |
plot |
| Constructor and Description |
|---|
JFCatRender(JFCatPlot plot,
int index)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
withArea(boolean shapes)
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 JFCatPlot plot
JFCatRender(JFCatPlot plot, int index)
index - the dataset indexplot - the plot adapterpublic void withDots()
XyRenderpublic void withDots(int diameter)
XyRenderpublic void withShapes()
XyRenderwithShapes in interface XyRenderpublic void withArea(boolean shapes)
XyRenderpublic void withBars(boolean stacked,
double margin)
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 dashedCopyright 2014-2017, Xavier Witdouck