public interface XyRender
This is open source software released under the Apache 2.0 License
| 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
|
void withDots()
void withDots(int diameter)
diameter - the diameter of dots measured in pixelsvoid withShapes()
void withLines(boolean shapes,
boolean dashed)
shapes - if true, include shapes at each datumdashed - if true, make the line dashedvoid withSpline(boolean shapes,
boolean dashed)
shapes - if true, include shapes at each datumdashed - if true, make the line dashedvoid withBars(boolean stacked,
double margin)
stacked - if true, the bars will be stackedmargin - the margin between the barsvoid withArea(boolean stacked)
stacked - if true, the areas will be stackedCopyright 2014-2017, Xavier Witdouck