Uses of Class
dataPlotsFX.TDGraphParametersFX
Packages that use TDGraphParametersFX
-
Uses of TDGraphParametersFX in dataPlotsFX
Fields in dataPlotsFX with type parameters of type TDGraphParametersFXModifier and TypeFieldDescriptionTDParametersFX.graphParameters
A list of parameters for each tdGraph in the displayMethods in dataPlotsFX with parameters of type TDGraphParametersFXModifier and TypeMethodDescriptionvoid
TDParametersFX.addGraphParameters
(TDGraphParametersFX newGraph) -
Uses of TDGraphParametersFX in dataPlotsFX.layout
Methods in dataPlotsFX.layout that return TDGraphParametersFXModifier 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.Methods in dataPlotsFX.layout that return types with arguments of type TDGraphParametersFXModifier and TypeMethodDescriptionTDGraphFX.getTDGraphSettingsPane()
Get the pane which contains control to change generic graph settings.Methods in dataPlotsFX.layout with parameters of type TDGraphParametersFXModifier 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)