Package | Description |
---|---|
org.swtchart | |
org.swtchart.internal.series |
Modifier and Type | Method and Description |
---|---|
IErrorBar.ErrorBarType |
IErrorBar.getType()
Gets the error type.
|
static IErrorBar.ErrorBarType |
IErrorBar.ErrorBarType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IErrorBar.ErrorBarType[] |
IErrorBar.ErrorBarType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IErrorBar.setType(IErrorBar.ErrorBarType type)
Sets the error type.
|
Modifier and Type | Field and Description |
---|---|
private static IErrorBar.ErrorBarType |
ErrorBar.DEFAULT_TYPE
the default error bar type
|
private IErrorBar.ErrorBarType |
ErrorBar.type
the error bar type
|
Modifier and Type | Method and Description |
---|---|
IErrorBar.ErrorBarType |
ErrorBar.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorBar.setType(IErrorBar.ErrorBarType type) |