public class RenderScaleRegion
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
RenderImageStyle[] |
imageToStyle |
int |
lod |
RenderPointStyle[] |
pointToStyle |
RenderPolygonStyle[] |
polygonToStyle |
RenderPolylineStyle[] |
polylineToStyle |
boolean |
printing |
RenderLegend |
renderLegend |
int |
scaleRegionIndex |
float |
scaleThreshold |
RenderTextStyle[] |
textToStyle |
| Constructor and Description |
|---|
RenderScaleRegion(RenderLegend renderLegend,
int scaleRegionIndex) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocationString() |
LegendScaleRegion |
getScaleRegion() |
int |
getScaleRegionIndex() |
java.lang.String |
toString() |
public int lod
public RenderPolygonStyle[] polygonToStyle
public RenderImageStyle[] imageToStyle
public RenderPolylineStyle[] polylineToStyle
public RenderTextStyle[] textToStyle
public RenderPointStyle[] pointToStyle
public RenderLegend renderLegend
public int scaleRegionIndex
public float scaleThreshold
public boolean printing
public RenderScaleRegion(RenderLegend renderLegend, int scaleRegionIndex)
public LegendScaleRegion getScaleRegion()
public int getScaleRegionIndex()
public java.lang.String getLocationString()
public java.lang.String toString()
toString in class java.lang.Object