| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.chart | |
| com.zavtech.morpheus.viz.chart.xy | |
| com.zavtech.morpheus.viz.google | |
| com.zavtech.morpheus.viz.jfree |
| Modifier and Type | Field and Description |
|---|---|
private ChartShape[] |
ChartShape.DefaultProvider.shapes |
| Modifier and Type | Field and Description |
|---|---|
private Map<Object,ChartShape> |
ChartShape.DefaultProvider.shapeMap |
| Modifier and Type | Method and Description |
|---|---|
ChartShape |
ChartShape.Provider.getShape(Object key)
Returns a shape for the key specified
|
ChartShape |
ChartShape.DefaultProvider.getShape(Object key) |
private ChartShape |
ChartShape.DefaultProvider.next()
Returns the next shape in line
|
static ChartShape |
ChartShape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartShape[] |
ChartShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private ChartShape |
XyPlotBase.StyleAdapter.pointShape |
| Modifier and Type | Method and Description |
|---|---|
ChartShape |
XyPlotBase.getSeriesPointShape(Comparable seriesKey)
Returns the series override shape, or null if not set
This is only relevant for series rendered with points
|
| Modifier and Type | Method and Description |
|---|---|
XyStyle |
XyStyle.withPointShape(ChartShape shape)
Sets the point shape to use for this series
|
XyStyle |
XyPlotBase.StyleAdapter.withPointShape(ChartShape pointShape) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Optional<ChartShape> |
GXyRender.getSeriesPointShape(Comparable seriesKey)
Returns the series override shape, or null if not set
This is only relevant for series rendered with points
|
| Modifier and Type | Method and Description |
|---|---|
private void |
GXyPlot.applyShape(JsObject object,
ChartShape shape)
Applies a point shape style to the series entry
|
| Modifier and Type | Field and Description |
|---|---|
private Map<ChartShape,Shape> |
JFChartShapes.shapeMap |
| Modifier and Type | Method and Description |
|---|---|
(package private) Shape |
JFChartShapes.getShape(ChartShape shape)
Returns the AWT shape object for the chart shape specifed
|
Copyright 2014-2017, Xavier Witdouck