Package xal.extension.widgets.plot
Class Data3DFactory
java.lang.Object
xal.extension.widgets.plot.Data3DFactory
This class is a 3D data factory class for colored surface data used in the
FunctionGraphsJPanel class. By default it returns the SmoothData3D instance.
- Version:
- 1.0
- Author:
- A. Shishlo
-
Method Summary
Modifier and TypeMethodDescriptionstatic ColorSurfaceData
Returns the 3d data instance defined by name.static ColorSurfaceData
getDefaultData3D
(int nx, int ny) Returns the SmoothData3D instance.
-
Method Details
-
getDefaultData3D
Returns the SmoothData3D instance. -
getData3D
Returns the 3d data instance defined by name. The name could be "smooth", "linear", "point like", and "black&white".
-