public class LineBucket extends RenderBucket
| Modifier and Type | Class and Description |
|---|---|
static class |
LineBucket.Renderer |
Inlist.List<T extends Inlist<?>>| Modifier and Type | Field and Description |
|---|---|
static float |
DIR_SCALE
scale factor mapping extrusion vector to short values
|
float |
heightOffset |
LineStyle |
line |
LineBucket |
outlines |
boolean |
roundCap |
float |
scale |
BITMAP, CIRCLE, EXTRUSION, HAIRLINE, indiceItems, indiceOffset, LINE, MESH, numIndices, numVertices, POLYGON, SYMBOL, TEXLINE, type, vertexItems, vertexOffset| Constructor and Description |
|---|
LineBucket(int layer) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLine(float[] points,
int numPoints,
boolean closed) |
void |
addLine(GeometryBuffer geom) |
void |
addOutline(LineBucket link) |
void |
setDropDistance(float minDist)
For point reduction by minimal distance.
|
void |
setExtents(int min,
int max) |
clear, compile, compileIndicesItems, compileVertexItems, getIndiceOffset, getVertexOffset, prepare, setLevel, setVertexOffsetappendItem, appendList, get, last, next, prependRelative, push, remove, sizepublic static final float DIR_SCALE
public LineBucket outlines
public LineStyle line
public float scale
public boolean roundCap
public float heightOffset
public void addOutline(LineBucket link)
public void setExtents(int min,
int max)
public void setDropDistance(float minDist)
public void addLine(GeometryBuffer geom)
public void addLine(float[] points,
int numPoints,
boolean closed)