| Package | Description |
|---|---|
| org.orbisgis.legend.thematic | |
| org.orbisgis.legend.thematic.categorize | |
| org.orbisgis.legend.thematic.constant | |
| org.orbisgis.legend.thematic.recode |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaParameters
A simple java "tuple" that embeds the six parameters needed to draw a polygon as defined with a
SolidFill. |
class |
PointParameters
A simple java "tuple" that embeds the nine parameters needed to draw a graphic as defined with a
MarkGraphic
configured with a well-known name. |
| Modifier and Type | Method and Description |
|---|---|
LineParameters |
CategorizedLine.get(Object o) |
LineParameters |
CategorizedLine.getFallbackParameters() |
LineParameters |
CategorizedLine.put(Double d,
LineParameters lp) |
LineParameters |
CategorizedLine.remove(Object o) |
| Modifier and Type | Method and Description |
|---|---|
LineParameters |
CategorizedLine.put(Double d,
LineParameters lp) |
void |
CategorizedLine.setFallbackParameters(LineParameters fallback) |
| Modifier and Type | Method and Description |
|---|---|
LineParameters |
UniqueSymbolLine.getLineParameters()
Gets the representation of this
UniqueSymbolLine with the equivalent LineParameters instance. |
| Constructor and Description |
|---|
UniqueSymbolLine(LineParameters lp)
Builds a new
UniqueSymbolLine using the needed parameters gathered in the given LineParameters
instance. |
| Modifier and Type | Method and Description |
|---|---|
LineParameters |
RecodedLine.get(Object objKey)
Gets the
LineParameters that is used to build the line associated to key. |
LineParameters |
RecodedLine.getFallbackParameters() |
LineParameters |
RecodedLine.put(String key,
LineParameters value)
Puts the given line configuration in the unique values managed by this
RecodedLine. |
LineParameters |
RecodedLine.remove(Object objKey)
Removes the mapping for the given key.
|
| Modifier and Type | Method and Description |
|---|---|
LineParameters |
RecodedLine.put(String key,
LineParameters value)
Puts the given line configuration in the unique values managed by this
RecodedLine. |
void |
RecodedLine.setFallbackParameters(LineParameters lps) |
Copyright © 2015 IRSTV CNRS-FR-2488. All Rights Reserved.