Package | Description |
---|---|
org.swtchart | |
org.swtchart.ext.internal.properties | |
org.swtchart.internal | |
org.swtchart.internal.series |
Modifier and Type | Method and Description |
---|---|
LineStyle |
ILineSeries.getLineStyle()
Gets line style.
|
LineStyle |
IGrid.getStyle()
Gets the line style.
|
static LineStyle |
LineStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineStyle[] |
LineStyle.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.setLineStyle(LineStyle style)
Sets line style.
|
void |
IGrid.setStyle(LineStyle style)
Sets the line style.
|
Modifier and Type | Field and Description |
---|---|
protected LineStyle[] |
SeriesPage.lineStyles
the line styles
|
protected LineStyle[] |
GridPage.styles
the line styles
|
Modifier and Type | Field and Description |
---|---|
private static LineStyle |
Grid.DEFAULT_STYLE
the default style
|
private LineStyle |
Grid.lineStyle
the line style
|
Modifier and Type | Method and Description |
---|---|
LineStyle |
Grid.getStyle() |
Modifier and Type | Method and Description |
---|---|
static int |
Util.getIndexDefinedInSWT(LineStyle lineStyle)
Gets the index defined in SWT.
|
void |
Grid.setStyle(LineStyle style) |
Modifier and Type | Field and Description |
---|---|
private static LineStyle |
LineSeries.DEFAULT_LINE_STYLE
the default line style
|
private LineStyle |
LineSeries.lineStyle
the line style
|
Modifier and Type | Method and Description |
---|---|
LineStyle |
LineSeries.getLineStyle() |
Modifier and Type | Method and Description |
---|---|
void |
LineSeries.setLineStyle(LineStyle style) |