j3d
Class GCWrapper
java.lang.Object
j3d.GCWrapper
public class GCWrapper
- extends java.lang.Object
This class wraps a graphics configuration so that it can be
displayed nicely in components.
Constructor Summary |
GCWrapper(java.awt.GraphicsConfiguration gc,
int index)
|
Method Summary |
java.awt.GraphicsConfiguration |
getGC()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GCWrapper
public GCWrapper(java.awt.GraphicsConfiguration gc,
int index)
getGC
public java.awt.GraphicsConfiguration getGC()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object