public class Style
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Style.Builder
Geometry style builder.
|
| Modifier and Type | Field and Description |
|---|---|
double |
buffer |
org.oscim.backend.canvas.Paint.Cap |
cap |
float |
fillAlpha |
int |
fillColor |
boolean |
fixed |
int |
generalization |
static int |
GENERALIZATION_HIGH |
static int |
GENERALIZATION_MEDIUM |
static int |
GENERALIZATION_NONE |
static int |
GENERALIZATION_SMALL |
float |
heightOffset |
boolean |
randomOffset |
int |
scalingZoomLevel |
int |
stipple |
int |
stippleColor |
float |
stippleWidth |
int |
strokeColor |
float |
strokeWidth |
org.oscim.renderer.bucket.TextureItem |
texture |
| Modifier and Type | Method and Description |
|---|---|
static Style.Builder |
builder() |
static Style |
defaultStyle() |
public static final int GENERALIZATION_HIGH
public static final int GENERALIZATION_MEDIUM
public static final int GENERALIZATION_SMALL
public static final int GENERALIZATION_NONE
public final float strokeWidth
public final int strokeColor
public final int fillColor
public final float fillAlpha
public final double buffer
public final int scalingZoomLevel
public final int generalization
public final org.oscim.backend.canvas.Paint.Cap cap
public final boolean fixed
public final int stipple
public final int stippleColor
public final float stippleWidth
public final org.oscim.renderer.bucket.TextureItem texture
public final float heightOffset
public final boolean randomOffset
public static Style defaultStyle()
public static Style.Builder builder()