Uses of Class
com.alienfactory.javamappy.MapHeader

Packages that use MapHeader
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 MapHeader in com.alienfactory.javamappy
 

Methods in com.alienfactory.javamappy that return MapHeader
 MapHeader Map.getMapHeader()
           
 MapHeader Layer.getMapHeader()
          Returns the MapHeader associated with this Layer.
 

Constructors in com.alienfactory.javamappy with parameters of type MapHeader
Layer(MapHeader mapHeader, short[][] layerData, Block[] blocks, AnimBlock[] animBlocks)
           
 

Uses of MapHeader in com.alienfactory.javamappy.viewer
 

Fields in com.alienfactory.javamappy.viewer declared as MapHeader
protected  MapHeader Viewer.mapHeader
           
 

Methods in com.alienfactory.javamappy.viewer that return MapHeader
 MapHeader Viewer.getMapHeader()
          Returns the MapHeader associated with this Viewer.
 

Constructors in com.alienfactory.javamappy.viewer with parameters of type MapHeader
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.
Viewer(MapHeader mapHeader, Renderer renderer, int viewWidth, int viewHeight, int viewOffsetX, int viewOffsetY)
          Creates a Viewer and places the viewing area at the given offset.
 



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