Package | Description |
---|---|
org.swtchart | |
org.swtchart.ext.internal.properties | |
org.swtchart.internal.series |
Modifier and Type | Method and Description |
---|---|
ILineSeries.PlotSymbolType |
ILineSeries.getSymbolType()
Gets the symbol type.
|
static ILineSeries.PlotSymbolType |
ILineSeries.PlotSymbolType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ILineSeries.PlotSymbolType[] |
ILineSeries.PlotSymbolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ILineSeries.setSymbolType(ILineSeries.PlotSymbolType type)
Sets the symbol type.
|
Modifier and Type | Field and Description |
---|---|
protected ILineSeries.PlotSymbolType[] |
SeriesPage.symbolTypes
the symbol types
|
Modifier and Type | Field and Description |
---|---|
private static ILineSeries.PlotSymbolType |
LineSeries.DEFAULT_SYMBOL_TYPE
the default symbol type
|
private ILineSeries.PlotSymbolType |
LineSeries.symbolType
the symbol type
|
Modifier and Type | Method and Description |
---|---|
ILineSeries.PlotSymbolType |
LineSeries.getSymbolType() |
Modifier and Type | Method and Description |
---|---|
void |
LineSeries.setSymbolType(ILineSeries.PlotSymbolType type) |