public class LiteralPointSet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.nio.ByteBuffer |
colors |
java.nio.FloatBuffer |
coordinates |
int |
pointCount |
| Constructor and Description |
|---|
LiteralPointSet(LiteralPointTile tile,
DynamicByteArray innie,
int pointCount) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
getColors() |
java.nio.FloatBuffer |
getCoordinates() |
int |
getPointCount() |
LiteralPointTile |
getTile() |
void |
renderTo(javax.media.opengl.GL gl,
boolean tilted) |
public int pointCount
public java.nio.FloatBuffer coordinates
public java.nio.ByteBuffer colors
public LiteralPointSet(LiteralPointTile tile, DynamicByteArray innie, int pointCount)
public LiteralPointTile getTile()
public int getPointCount()
public java.nio.FloatBuffer getCoordinates()
public java.nio.ByteBuffer getColors()
public void renderTo(javax.media.opengl.GL gl,
boolean tilted)