| Package | Description |
|---|---|
| com.zavtech.morpheus.viz.chart.xy |
| Modifier and Type | Class and Description |
|---|---|
private class |
XyPlotBase.StyleAdapter
A XyStyle adapter implementation
|
| Modifier and Type | Method and Description |
|---|---|
XyStyle |
XyPlotBase.style(Comparable seriesKey) |
XyStyle |
XyPlot.style(Comparable seriesKey)
Returns the series style interface for the series key specified
|
XyStyle |
XyStyle.withColor(Color color)
Sets the color for this series
|
XyStyle |
XyPlotBase.StyleAdapter.withColor(Color color) |
XyStyle |
XyStyle.withDashes(boolean dashed)
Sets whether line based plots should use a dashed line
|
XyStyle |
XyPlotBase.StyleAdapter.withDashes(boolean dashed) |
XyStyle |
XyStyle.withLineWidth(float width)
Sets the line width for the series for line based plots
|
XyStyle |
XyPlotBase.StyleAdapter.withLineWidth(float lineWidth) |
XyStyle |
XyStyle.withPointShape(ChartShape shape)
Sets the point shape to use for this series
|
XyStyle |
XyPlotBase.StyleAdapter.withPointShape(ChartShape pointShape) |
XyStyle |
XyStyle.withPointsVisible(boolean visible)
Sets whether points should be visible for this series
|
XyStyle |
XyPlotBase.StyleAdapter.withPointsVisible(boolean pointsVisible) |
Copyright 2014-2017, Xavier Witdouck