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.ErrorBarTypeTraceMemento. xErrorBarTypeprivate Trace.ErrorBarTypeTraceMemento. yErrorBarTypeMethods in org.eclipse.nebula.visualization.internal.xygraph.undo that return Trace.ErrorBarType Modifier and Type Method Description Trace.ErrorBarTypeTraceMemento. getXErrorBarType()Trace.ErrorBarTypeTraceMemento. getYErrorBarType()Methods in org.eclipse.nebula.visualization.internal.xygraph.undo with parameters of type Trace.ErrorBarType Modifier and Type Method Description voidTraceMemento. setXErrorBarType(Trace.ErrorBarType errorBarType)voidTraceMemento. 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.ErrorBarTypeTrace. xErrorBarTypeprivate Trace.ErrorBarTypeTrace. yErrorBarTypeMethods in org.eclipse.nebula.visualization.xygraph.figures that return Trace.ErrorBarType Modifier and Type Method Description Trace.ErrorBarTypeTrace. getXErrorBarType()Trace.ErrorBarTypeTrace. getYErrorBarType()static Trace.ErrorBarTypeTrace.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 voidTrace. setXErrorBarType(Trace.ErrorBarType errorBarType)voidTrace. setYErrorBarType(Trace.ErrorBarType errorBarType)
-