Uses of Class
org.eclipse.nebula.visualization.xygraph.figures.Trace.ErrorBarType
-
Packages that use Trace.ErrorBarType Package Description org.eclipse.nebula.visualization.internal.xygraph.undo org.eclipse.nebula.visualization.xygraph.figures -
-
Uses of Trace.ErrorBarType in org.eclipse.nebula.visualization.internal.xygraph.undo
Fields in org.eclipse.nebula.visualization.internal.xygraph.undo declared as Trace.ErrorBarType Modifier and Type Field Description private Trace.ErrorBarType
TraceMemento. xErrorBarType
private Trace.ErrorBarType
TraceMemento. yErrorBarType
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo that return Trace.ErrorBarType Modifier and Type Method Description Trace.ErrorBarType
TraceMemento. getXErrorBarType()
Trace.ErrorBarType
TraceMemento. getYErrorBarType()
Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type Trace.ErrorBarType Modifier and Type Method Description void
TraceMemento. setXErrorBarType(Trace.ErrorBarType errorBarType)
void
TraceMemento. setYErrorBarType(Trace.ErrorBarType errorBarType)
-
Uses of Trace.ErrorBarType in org.eclipse.nebula.visualization.xygraph.figures
Fields in org.eclipse.nebula.visualization.xygraph.figures declared as Trace.ErrorBarType Modifier and Type Field Description private Trace.ErrorBarType
Trace. xErrorBarType
private Trace.ErrorBarType
Trace. yErrorBarType
Methods in org.eclipse.nebula.visualization.xygraph.figures that return Trace.ErrorBarType Modifier and Type Method 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.Methods in org.eclipse.nebula.visualization.xygraph.figures with parameters of type Trace.ErrorBarType Modifier and Type Method Description void
Trace. setXErrorBarType(Trace.ErrorBarType errorBarType)
void
Trace. setYErrorBarType(Trace.ErrorBarType errorBarType)
-