|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectObjectDisplayContainer
edu.bonn.xulu.plugin.gui.DisplayContainer_GeomAndGrid
public class DisplayContainer_GeomAndGrid
Diese Klasse stellt eine GUI-Komponente dar, in der immer eine der folgenden Instanzen grafisch angezeigt werden kann:
GridCoverage2D
FeatureCollection
JMapPane
Constructor Summary | |
---|---|
DisplayContainer_GeomAndGrid()
Erzeugt eine neue Darstellungskomponente. |
|
DisplayContainer_GeomAndGrid(Object data)
Erzeugt eine neue Darstellungskomponente und zeigt sofort ein Objekt an. |
Method Summary | |
---|---|
boolean |
canDisplay(Object data)
Prueft, ob ein Objekt darstellbar ist. |
void |
refresh()
Aktualisiert die Darstellung des aktuell angezeigten Objekts. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DisplayContainer_GeomAndGrid()
public DisplayContainer_GeomAndGrid(Object data)
data
- anzuzeigendes ObjektMethod Detail |
---|
public boolean canDisplay(Object data)
true
gdw. das angegebene Objekt eine Instanz von
GridCoverage2D
oder FeatureCollection
ist.public void refresh()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |