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, requiresConfigureFromBoundspublic 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()
PlotStateFactorygetParameters in class PlotStateFactoryprotected PlotState createPlotState()
PlotStateFactorycreatePlotState in class PlotStateFactoryprotected void configurePlotState(PlotState state, Environment env) throws TaskException
PlotStateFactoryPlotStateFactory.createPlotState().configurePlotState in class PlotStateFactorystate - plot state to configureenv - execution environmentTaskExceptionCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.