| Package | Description |
|---|---|
| org.eclipse.nebula.visualization.internal.xygraph.undo | |
| org.eclipse.nebula.visualization.xygraph.figures |
| Modifier and Type | Method and Description |
|---|---|
Trace.ErrorBarType |
TraceMemento.getXErrorBarType() |
Trace.ErrorBarType |
TraceMemento.getYErrorBarType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TraceMemento.setXErrorBarType(Trace.ErrorBarType errorBarType) |
void |
TraceMemento.setYErrorBarType(Trace.ErrorBarType errorBarType) |
| Modifier and Type | Method and Description |
|---|---|
Trace.ErrorBarType |
Trace.getXErrorBarType() |
Trace.ErrorBarType |
Trace.getYErrorBarType() |
static Trace.ErrorBarType |
Trace.ErrorBarType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Trace.ErrorBarType[] |
Trace.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 |
Trace.setXErrorBarType(Trace.ErrorBarType errorBarType) |
void |
Trace.setYErrorBarType(Trace.ErrorBarType errorBarType) |