Uses of Interface
nl.javel.gisbeans.map.LayerInterface

Packages that use LayerInterface
nl.javel.gisbeans.map   
 

Uses of LayerInterface in nl.javel.gisbeans.map
 

Classes in nl.javel.gisbeans.map that implement LayerInterface
 class Layer
          This interface defines the image as defined in the mapInterface
 

Methods in nl.javel.gisbeans.map that return LayerInterface
 LayerInterface AbstractAttribute.getLayer()
           
 LayerInterface AttributeInterface.getLayer()
          returns the layer
 

Methods in nl.javel.gisbeans.map with parameters of type LayerInterface
 void MapInterface.addLayer(LayerInterface layer)
          Setter for property layers.
 void Map.addLayer(LayerInterface layer)
           
 void MapInterface.setLayer(int index, LayerInterface layer)
          Setter for property layers.
 void Map.setLayer(int index, LayerInterface layer)
           
 

Constructors in nl.javel.gisbeans.map with parameters of type LayerInterface
AbstractAttribute(LayerInterface layer)
          constructs a new AbstractAttribute
Attribute(LayerInterface layer, short mode, int angleColumn, int valueColumn)
          constructs a new Attribute
StaticAttribute(LayerInterface layer, double angle, String value)
          constructs a new StaticAttribute