Package | Description |
---|---|
org.swtchart | |
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(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 | 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 | Method and Description |
---|---|
LineStyle |
LineSeries.getLineStyle() |
Modifier and Type | Method and Description |
---|---|
void |
LineSeries.setLineStyle(LineStyle style) |
Copyright © 2013. All rights reserved.