public class Plot3DStateFactory extends PlotStateFactory
AUX_VARIABLE, SUBSET_VARIABLE, TABLE_VARIABLE| Constructor | Description |
|---|---|
Plot3DStateFactory(java.lang.String[] dimNames,
boolean useAux,
boolean useLabel,
int errNdim) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
configurePlotState(PlotState state,
uk.ac.starlink.task.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.
|
uk.ac.starlink.task.Parameter[] |
getParameters() |
Returns the parameters associated with this object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadjustFromData, calculateBounds, configureFromBounds, configureFromData, createPlotData, createStyleFactory, getPlotState, requiresAdjustFromData, requiresConfigureFromBoundspublic Plot3DStateFactory(java.lang.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 uk.ac.starlink.task.Parameter[] getParameters()
PlotStateFactorygetParameters in class PlotStateFactoryprotected PlotState createPlotState()
PlotStateFactorycreatePlotState in class PlotStateFactoryprotected void configurePlotState(PlotState state, uk.ac.starlink.task.Environment env) throws uk.ac.starlink.task.TaskException
PlotStateFactoryPlotStateFactory.createPlotState().configurePlotState in class PlotStateFactorystate - plot state to configureenv - execution environmentuk.ac.starlink.task.TaskExceptionCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.