public class AbstractXYChart.RenderOptsImpl extends RenderOptions
SHAPE_LIST, STYLE_3D_LINE, STYLE_AREA, STYLE_BAR, STYLE_BAR_NO_SHADOW, STYLE_DOT, STYLE_LINE, STYLE_LINE_AND_SHAPE, STYLE_LINE_DISCONTINUOUS, STYLE_SHAPE, STYLE_STEP, STYLE_STEP_AREA| Constructor and Description |
|---|
RenderOptsImpl(int style,
java.util.List<Pen> pens) |
| Modifier and Type | Method and Description |
|---|---|
protected java.awt.Color |
getSeriesColor(int s) |
protected int |
getSeriesCount() |
protected java.lang.String |
getSeriesDashString(int s) |
protected float |
getSeriesLineWeight(int s) |
protected int |
getSeriesShape(int s) |
protected boolean |
isSeriesBarLabelsVisible(int s) |
protected boolean |
isSeriesFillShape(int s) |
createRenderer, getBarMargin, getGapThreshold, getStyle, getxOffset3D, getyOffset3D, parseDashPattern, setBarMargin, setGapThreshold, setxOffset3D, setyOffset3Dpublic RenderOptsImpl(int style,
java.util.List<Pen> pens)
protected int getSeriesCount()
getSeriesCount in class RenderOptionsprotected java.awt.Color getSeriesColor(int s)
getSeriesColor in class RenderOptionsprotected java.lang.String getSeriesDashString(int s)
getSeriesDashString in class RenderOptionsprotected float getSeriesLineWeight(int s)
getSeriesLineWeight in class RenderOptionsprotected int getSeriesShape(int s)
getSeriesShape in class RenderOptionsprotected boolean isSeriesBarLabelsVisible(int s)
isSeriesBarLabelsVisible in class RenderOptionsprotected boolean isSeriesFillShape(int s)
isSeriesFillShape in class RenderOptions