class JFChartShapes extends Object
This is open source software released under the Apache 2.0 License
| Modifier and Type | Field and Description |
|---|---|
private Map<ChartShape,Shape> |
shapeMap |
| Modifier | Constructor and Description |
|---|---|
(package private) |
JFChartShapes()
Constructor
|
private |
JFChartShapes(double size)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
(package private) Shape |
getShape(ChartShape shape)
Returns the AWT shape object for the chart shape specifed
|
private static int[] |
intArray(double a,
double b,
double c) |
private static int[] |
intArray(double a,
double b,
double c,
double d) |
private Map<ChartShape,Shape> shapeMap
JFChartShapes()
private JFChartShapes(double size)
size - the size for shapesShape getShape(ChartShape shape)
shape - the chart shape identifierprivate static int[] intArray(double a,
double b,
double c)
private static int[] intArray(double a,
double b,
double c,
double d)
Copyright 2014-2017, Xavier Witdouck