public class LineStyle extends ChartStyle
LinePlot
.LINE
,
LINE_STACKED
,
LINE_PERCENT
,
LINE_MARKER
,
LINE_MARKER_STACKED
,
LINE_MARKER_PERCENT
,
Serialized FormModifier and Type | Field and Description |
---|---|
static LineStyle |
LINE
The simple line chart style.
|
static LineStyle |
LINE_MARKER
The line chart style with marker.
|
static LineStyle |
LINE_MARKER_PERCENT
The line chart style with marker and percent values.
|
static LineStyle |
LINE_MARKER_STACKED
The line chart style with marker and stacked values.
|
static LineStyle |
LINE_PERCENT
The simple line chart style with percent values.
|
static LineStyle |
LINE_STACKED
The simple line chart style with stacked values.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List |
getAllowedDatasets(Chart2 chart)
Returns the list of dataset supported by this chart style.
|
AbstractPlot |
getDefaultPlot()
Creates a new line plot and initializes the plot with default settings.
|
boolean |
isMarkerLine()
Returns this line style has shapes on the lines.
|
boolean |
isPercentLine()
Returns this is a percent style with or without marker.
|
boolean |
isSimpleLine()
Returns this is a simple style with or without marker.
|
boolean |
isStackedLine()
Returns this is a stacked style with or without marker.
|
public static final LineStyle LINE
public static final LineStyle LINE_STACKED
public static final LineStyle LINE_PERCENT
public static final LineStyle LINE_MARKER
public static final LineStyle LINE_MARKER_STACKED
public static final LineStyle LINE_MARKER_PERCENT
public boolean equals(java.lang.Object obj)
public AbstractPlot getDefaultPlot()
getDefaultPlot
in class ChartStyle
LinePlot
.AbstractPlot
public java.util.List getAllowedDatasets(Chart2 chart)
getAllowedDatasets
in class ChartStyle
chart
- the chartChart2
public boolean isSimpleLine()
public boolean isStackedLine()
public boolean isPercentLine()
public boolean isMarkerLine()
Copyright © 1999-2020 by i-net software GmbH