public interface MapDataSet
| Modifier and Type | Method and Description |
|---|---|
void |
addChangeListener(javax.swing.event.ChangeListener nosey) |
MapDataItem |
fetchDataItem(int dataID)
Subclasses must also provide this facility.
|
void |
fireChanged() |
java.lang.String |
getName() |
RoverBytes |
graphicsFor(int dataID)
All subclasses must provide this facility.
|
RoverBytes[] |
graphicsInside(MapViewFrame frame)
All subclasses must provide this facility.
|
void |
removeChangeListener(javax.swing.event.ChangeListener nosey) |
RoverBytes[] graphicsInside(MapViewFrame frame)
RoverBytes graphicsFor(int dataID)
MapDataItem fetchDataItem(int dataID)
java.lang.String getName()
void addChangeListener(javax.swing.event.ChangeListener nosey)
void removeChangeListener(javax.swing.event.ChangeListener nosey)
void fireChanged()