|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.j3d.exp.swing.JCanvas3D.ResizeSwingRunnable
static class JCanvas3D.ResizeSwingRunnable
This Runnable is the class used when the canvas has to be resized.
Field Summary | |
---|---|
(package private) JCanvas3D |
canvas
The component that is displaying the canvas |
(package private) int |
height
latest height that was requested |
(package private) int |
width
latest width that was requested |
Constructor Summary | |
---|---|
private |
JCanvas3D.ResizeSwingRunnable()
Creates a new ResizeSwingRunnable object. |
|
JCanvas3D.ResizeSwingRunnable(JCanvas3D canvas,
int width,
int height)
Creates a new ResizeSwingRunnable object. |
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
JCanvas3D canvas
int height
int width
Constructor Detail |
---|
private JCanvas3D.ResizeSwingRunnable()
public JCanvas3D.ResizeSwingRunnable(JCanvas3D canvas, int width, int height)
canvas
- the canvas to checkwidth
- the width that is requestedheight
- the height that is requestedMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |