Class Map

java.lang.Object
mgui.interfaces.AbstractInterfaceObject
mgui.interfaces.maps.Map
All Implemented Interfaces:
InterfaceObject, NamedObject, TreeObject, CleanableObject, XMLObject
Direct Known Subclasses:
Map2D, Map3D

public abstract class Map
extends AbstractInterfaceObject
implements XMLObject
Represents a coordinate mapping from one coordinate system to another (typically a model system to screen or printer coordinates)
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Field Details

  • Constructor Details

    • Map

      public Map()
  • Method Details

    • getType

      public int getType()
    • getZoom

      public double getZoom()
    • setZoom

      public void setZoom​(double z)
    • fireMapListeners

      public void fireMapListeners()
    • addMapListener

      public void addMapListener​(MapListener l)
    • removeMapListener

      public void removeMapListener​(MapListener l)