Package com.alienfactory.javamappy

Contains the core API and objects that mimic the logical structure of a .FMP Map.

See:
          Description

Class Summary
AnimBlock AnimBlock represents a sequence of frames (images) that will be played out according to the animation type and a speed dictated by the frame delay.
Block A simple bean class which represents a Block as used by Mappy.
Layer Represents one of the layers in a Map.
Map A standard bean class representing a .FMP map.
MapHeader MapHeader :: This class represents the data held within the MPHD chunk.
MapObject A simple bean class which represents a MapObject as used by Mappy.
PixelData Holds raw pixel data for an image - used by Renderers.
 

Exception Summary
JavaMappyException A JavaMappyException is thrown when something fishy happens!
 

Package com.alienfactory.javamappy Description

Contains the core API and objects that mimic the logical structure of a .FMP Map. E.g. a Map contains Layer objects, which contain Block objects etc. These objects don't attempt to do anything clever, they're just data objects with hard typed getters and setters.



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