|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.dmi.jog.GridGraphics
An graphics class for displaying Grid
data.
In this version only contouring is supported. Other kinds
of graphics will be supported in future versions.
Method Summary | |
JPlotLayout |
contourGridXY(int k,
int t)
Makes a contour plot of a given vertical level at a given time of a Grid . |
static GridGraphics |
getInstance(Grid g)
Returns a GridGraphics representation of the arguments. |
SimpleGrid |
getSimpleGrid()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public JPlotLayout contourGridXY(int k, int t)
Grid
.
k
- vertical level to contour.t
- time step to contour.
GridGraphics
representation of the arguments.public static GridGraphics getInstance(Grid g)
GridGraphics
representation of the arguments.
g
- Grid
to contour.
GridGraphics
representation of the arguments.public SimpleGrid getSimpleGrid()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |