Uses of Class
adams.flow.sink.sequenceplotter.SimpleErrorPaintlet.PlotType
-
Packages that use SimpleErrorPaintlet.PlotType Package Description adams.flow.sink.sequenceplotter -
-
Uses of SimpleErrorPaintlet.PlotType in adams.flow.sink.sequenceplotter
Fields in adams.flow.sink.sequenceplotter declared as SimpleErrorPaintlet.PlotType Modifier and Type Field Description protected SimpleErrorPaintlet.PlotTypeSimpleErrorPaintlet. m_PlotTypethe plot type.Methods in adams.flow.sink.sequenceplotter that return SimpleErrorPaintlet.PlotType Modifier and Type Method Description SimpleErrorPaintlet.PlotTypeSimpleErrorPaintlet. getPlotType()Returns the type of plot.static SimpleErrorPaintlet.PlotTypeSimpleErrorPaintlet.PlotType. valueOf(String name)Returns the enum constant of this type with the specified name.static SimpleErrorPaintlet.PlotType[]SimpleErrorPaintlet.PlotType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.sink.sequenceplotter with parameters of type SimpleErrorPaintlet.PlotType Modifier and Type Method Description voidSimpleErrorPaintlet. setPlotType(SimpleErrorPaintlet.PlotType value)Sets the type of plot.
-