Uses of Class
com.alienfactory.javamappy.Layer

Packages that use Layer
com.alienfactory.javamappy Contains the core API and objects that mimic the logical structure of a .FMP Map. 
com.alienfactory.javamappy.viewer These classes, when given the relevant Mappy data objects, concern themselves with displaying Maps and Layers. 
 

Uses of Layer in com.alienfactory.javamappy
 

Methods in com.alienfactory.javamappy that return Layer
 Layer[] Map.getLayers()
           
 

Methods in com.alienfactory.javamappy with parameters of type Layer
 void Map.setLayers(Layer[] layers)
           
 

Uses of Layer in com.alienfactory.javamappy.viewer
 

Methods in com.alienfactory.javamappy.viewer that return Layer
 Layer TiledLayerWrapper.getLayer()
          Returns the Layer associated with this Viewer.
 Layer LayerViewer.getLayer()
          Returns the Layer associated with this Viewer.
 

Constructors in com.alienfactory.javamappy.viewer with parameters of type Layer
LayerViewer(Layer layer, MapHeader mapHeader, Renderer renderer, int viewWidth, int viewHeight)
          Creates a LayerViewer and places the viewing area at the top left corner.
LayerViewer(Layer layer, MapHeader mapHeader, Renderer renderer, int viewWidth, int viewHeight, int viewOffsetX, int viewOffsetY)
          Creates a LayerViewer and places the viewing area at the given offset.
TiledLayerWrapper(Layer layer, int imageLayer, javax.microedition.lcdui.Image tileSheetImage, boolean block0included)
          Creates a TiledLayer to display the given Layer
 



Copyright © 2001-2009 Alien-Factory Ltd. All Rights Reserved.