| Package | Description |
|---|---|
| de.topobyte.jeography.viewer.geometry | |
| de.topobyte.jeography.viewer.geometry.manage |
| Modifier and Type | Method and Description |
|---|---|
void |
OverlayManager.ruleAdded(GeometryRule
|
void |
OverlayManager.ruleChanged(GeometryRule
|
void |
OverlayManager.ruleRemoved(GeometryRule
|
| Modifier and Type | Method and Description |
|---|---|
GeometryRule |
GeometryRulesModel.getElementAt(int index)
|
GeometryRule |
GeometryRulesModel.getRuleByName(String
Get the rule denoted by the given name.
|
| Modifier and Type | Method and Description |
|---|---|
static List |
GeometryRulesModel.deserialize(SAXParser
Read a GeometryRulesModel from the given Inputstream and SAXParser
|
List |
GeometryRulesModel.getRules()
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryRulesModel.add(GeometryRule
|
StyledGeometry |
GeometryManager.getStyledGeometry(GeometryRule
Get the StyledGeometry instance for the denoted rule.
|
void |
GeometryRulesModel.refresh(GeometryRule
Call this to trigger an event that proclaims a change in the denoted rule.
|
void |
GeometryRulesModel.removeRule(GeometryRule
Remove the denoted rule.
|
void |
GeometryRuleModelListener.ruleAdded(GeometryRule
Triggered when a rule has been added to the model.
|
void |
GeometryRuleModelListener.ruleChanged(GeometryRule
Triggered when a rule has been changed somehow.
|
void |
GeometryRuleModelListener.ruleRemoved(GeometryRule
Triggered when a rule has been removed from the model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryRulesModel.setRules(List
Set the rules of the model to the denoted list.
|