Package hec.gfx2d
Class PlotDefaultsManager
java.lang.Object
hec.gfx2d.PlotDefaultsManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PlotDefaults
Retrieves the default plot data object used by all plots.static String
getFileName
(Class plotCompClass) static void
setDefaults
(PlotDefaults plotDefaults) This method sets the default plot data object that will be retrieved by every Properties class in the Gfx2D package.
-
Field Details
-
emptyClsArgs
-
loadDefaultsClsArgs
-
emptyObjArgs
-
-
Constructor Details
-
PlotDefaultsManager
public PlotDefaultsManager()
-
-
Method Details
-
setDefaults
This method sets the default plot data object that will be retrieved by every Properties class in the Gfx2D package. -
getDefaults
Retrieves the default plot data object used by all plots. -
getFileName
-