|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.javagl.swogl.SwoglComponents
public class SwoglComponents
Factory methods for creating SwoglComponents.
| Method Summary | |
|---|---|
static SwoglComponent |
create(Geometry geometry,
Texture texture,
javax.swing.JComponent component)
Create a new SwoglComponent that contains the given Swing component and consists of the given geometry and texture. |
static SwoglComponent |
create(javax.swing.JComponent component)
Creates a new SwoglComponent that contains the given Swing component. |
static SwoglComponent |
create(javax.swing.JComponent component,
int w,
int h)
Creates a new SwoglComponent that contains the given Swing component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SwoglComponent create(javax.swing.JComponent component)
component - The component
public static SwoglComponent create(javax.swing.JComponent component,
int w,
int h)
component - The componentw - The widthh - The height
public static SwoglComponent create(Geometry geometry,
Texture texture,
javax.swing.JComponent component)
geometry - The geometrytexture - The texturecomponent - The component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||