|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.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.
| Method Summary | |
static ColorSurfaceData |
getData3D(int nx,
int ny,
java.lang.String dataName)
Returns the 3d data instance defined by name. |
static ColorSurfaceData |
getDefaultData3D(int nx,
int ny)
Returns the SmoothData3D instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ColorSurfaceData getDefaultData3D(int nx,
int ny)
public static ColorSurfaceData getData3D(int nx,
int ny,
java.lang.String dataName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||