public final class Graphics3D
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TRUE_COLOR |
| Modifier and Type | Method and Description |
|---|---|
void |
bindTarget(java.lang.Object target,
boolean depthBuffer,
int hints) |
void |
clear(Background background) |
static Graphics3D |
getInstance() |
static java.util.Hashtable |
getProperties() |
void |
releaseTarget() |
void |
setViewport(int x,
int y,
int width,
int height) |
public static final int TRUE_COLOR
public static Graphics3D getInstance()
public void bindTarget(java.lang.Object target,
boolean depthBuffer,
int hints)
public void releaseTarget()
public void clear(Background background)
public void setViewport(int x,
int y,
int width,
int height)
public static java.util.Hashtable getProperties()