public class RenderLegendOld
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
lod |
MapSet |
mapSet |
PointStyle[] |
pointToStyle |
PolylineStyle[] |
polygonToStyle |
PolylineStyle[] |
polylineToStyle |
LegendScaleRegion |
region |
float |
scaleThreshold |
TextStyle[] |
textToStyle |
| Constructor and Description |
|---|
RenderLegendOld(Legend legend,
LegendScaleRegion region,
MapSet mapSet,
RoverSet roverSet,
boolean fillInBlanks,
boolean printing) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
fillInStyle(Legend legend,
float threshold,
java.lang.String type)
Finds a visible style (for detail/highlight display) in another legend
"nearest" the given threshold.
|
public MapSet mapSet
public float scaleThreshold
public int lod
public PolylineStyle[] polygonToStyle
public PolylineStyle[] polylineToStyle
public PointStyle[] pointToStyle
public TextStyle[] textToStyle
public LegendScaleRegion region
public RenderLegendOld(Legend legend, LegendScaleRegion region, MapSet mapSet, RoverSet roverSet, boolean fillInBlanks, boolean printing)
public java.lang.String fillInStyle(Legend legend, float threshold, java.lang.String type)