|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.beamertool.viewer.gui.opengl.PhotoCube
public class PhotoCube
A simple representation of a cube with photos plastered on each of the six faces.
| Constructor Summary | |
|---|---|
PhotoCube(Settings theSettings)
Default constructor. |
|
| Method Summary | |
|---|---|
float |
getAlpha()
|
float |
getSize()
|
void |
initTextures()
Loads each of the six images into texture memory. |
void |
nextTexture()
|
void |
render(GL gl)
Renders the cube into the given graphics context. |
void |
setAlpha(float alpha)
|
void |
setSize(float size)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PhotoCube(Settings theSettings)
| Method Detail |
|---|
public float getAlpha()
public float getSize()
public void initTextures()
public void nextTexture()
public void render(GL gl)
public void setAlpha(float alpha)
public void setSize(float size)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||