Uses of Class
dataPlotsFX.TDGraphParametersFX
-
Uses of TDGraphParametersFX in dataPlotsFX
Modifier and TypeFieldDescriptionTDParametersFX.graphParameters
A list of parameters for each tdGraph in the displayModifier and TypeMethodDescriptionvoid
TDParametersFX.addGraphParameters
(TDGraphParametersFX newGraph) -
Uses of TDGraphParametersFX in dataPlotsFX.layout
Modifier and TypeMethodDescriptionTDGraphFX.getGraphParameters()
Get the parameters for this graph.TDGraphSettingsPane.getParams
(TDGraphParametersFX currParams) TDGraphFX.prepareGraphParameters()
A bit different to the standard getter in that this only gets called just before the configuration is serialized into the .psfx.Modifier and TypeMethodDescriptionTDGraphFX.getTDGraphSettingsPane()
Get the pane which contains control to change generic graph settings.Modifier and TypeMethodDescriptionTDGraphSettingsPane.getParams
(TDGraphParametersFX currParams) void
TDGraphFX.setGraphParameters
(TDGraphParametersFX graphParams) This only gets called when the serialised settings from .psf file have been loaded, not at any other time !void
TDGraphSettingsPane.setParams
(TDGraphParametersFX input)