Uses of Class
adams.flow.container.SequencePlotterContainer.ContentType
-
Packages that use SequencePlotterContainer.ContentType Package Description adams.flow.container adams.flow.control adams.flow.control.plotprocessor adams.flow.sink adams.flow.transformer -
-
Uses of SequencePlotterContainer.ContentType in adams.flow.container
Methods in adams.flow.container that return SequencePlotterContainer.ContentType Modifier and Type Method Description static SequencePlotterContainer.ContentType
SequencePlotterContainer.ContentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SequencePlotterContainer.ContentType[]
SequencePlotterContainer.ContentType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in adams.flow.container with parameters of type SequencePlotterContainer.ContentType Constructor Description SequencePlotterContainer(String plotName, Comparable y, SequencePlotterContainer.ContentType type)
Initializes the container with the specified plot name and no X value.SequencePlotterContainer(String plotName, Comparable x, Comparable y, SequencePlotterContainer.ContentType type)
Initializes the container with the default plot name.SequencePlotterContainer(String plotName, Comparable x, Comparable y, Double[] errorX, Double[] errorY, SequencePlotterContainer.ContentType type)
Initializes the container with the default plot name. -
Uses of SequencePlotterContainer.ContentType in adams.flow.control
Fields in adams.flow.control declared as SequencePlotterContainer.ContentType Modifier and Type Field Description protected SequencePlotterContainer.ContentType
PlotProcessor. m_Type
the type to use.Methods in adams.flow.control that return SequencePlotterContainer.ContentType Modifier and Type Method Description SequencePlotterContainer.ContentType
PlotProcessor. getType()
Returns the type of container to create.Methods in adams.flow.control with parameters of type SequencePlotterContainer.ContentType Modifier and Type Method Description void
PlotProcessor. setType(SequencePlotterContainer.ContentType value)
Sets the type of container to create. -
Uses of SequencePlotterContainer.ContentType in adams.flow.control.plotprocessor
Methods in adams.flow.control.plotprocessor that return SequencePlotterContainer.ContentType Modifier and Type Method Description protected SequencePlotterContainer.ContentType
AbstractPlotProcessor. getPlotType()
Returns the type of plot to use. -
Uses of SequencePlotterContainer.ContentType in adams.flow.sink
Methods in adams.flow.sink with parameters of type SequencePlotterContainer.ContentType Modifier and Type Method Description protected boolean
SequencePlotter. writePlotContainer(String name, SequencePlotterContainer.ContentType type, Comparable x, Comparable y, double dX, double dY, Double[] errorX, Double[] errorY)
Writes the plot container to the output file.protected boolean
SimplePlot. writePlotContainer(String name, SequencePlotterContainer.ContentType type, Comparable x, Comparable y, double dX, double dY, Double[] errorX, Double[] errorY)
Writes the plot container to the output file. -
Uses of SequencePlotterContainer.ContentType in adams.flow.transformer
Fields in adams.flow.transformer declared as SequencePlotterContainer.ContentType Modifier and Type Field Description protected SequencePlotterContainer.ContentType
MakePlotContainer. m_Type
the type plot container to create.Methods in adams.flow.transformer that return SequencePlotterContainer.ContentType Modifier and Type Method Description SequencePlotterContainer.ContentType
MakePlotContainer. getType()
Returns the type of container to create.Methods in adams.flow.transformer with parameters of type SequencePlotterContainer.ContentType Modifier and Type Method Description void
MakePlotContainer. setType(SequencePlotterContainer.ContentType value)
Sets the type of container to create.
-