public class Plot3DStateFactory extends PlotStateFactory
AUX_VARIABLE, SUBSET_VARIABLE, TABLE_VARIABLE
Constructor and Description |
---|
Plot3DStateFactory(String[] dimNames,
boolean useAux,
boolean useLabel,
int errNdim)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
configurePlotState(PlotState state,
Environment env)
Configures a PlotState object by examining parameter values in a
given execution environment.
|
protected PlotState |
createPlotState()
Creates a new unconfigured PlotState object suitable for configuration
by this factory.
|
Parameter<?>[] |
getParameters()
Returns the parameters associated with this object.
|
adjustFromData, calculateBounds, configureFromBounds, configureFromData, createPlotData, createStyleFactory, getPlotState, requiresAdjustFromData, requiresConfigureFromBounds
public Plot3DStateFactory(String[] dimNames, boolean useAux, boolean useLabel, int errNdim)
dimNames
- names of main plot dimensions (typically "X", "Y", etc);useAux
- whether auxiliary axes are useduseLabel
- whether point text labelling is usederrNdim
- number of axes for which errors can be plottedpublic Parameter<?>[] getParameters()
PlotStateFactory
getParameters
in class PlotStateFactory
protected PlotState createPlotState()
PlotStateFactory
createPlotState
in class PlotStateFactory
protected void configurePlotState(PlotState state, Environment env) throws TaskException
PlotStateFactory
PlotStateFactory.createPlotState()
.configurePlotState
in class PlotStateFactory
state
- plot state to configureenv
- execution environmentTaskException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.