Modules

flower Flower library is a lightweight library for Moai SDK.
flower.Animation This is a class to animate the MOAIProp.
flower.BitUtils Small library for bit operation.
flower.Camera flower's idea of a Camera, which is a superclass of the Moai Camera.
flower.ClassFactory Factory that creates an instance of the Class.
flower.Config Config class.
flower.DebugUtils It is a debug utility class.
flower.DeckMgr This is a singleton class that manages MOAIDeck.
flower.Devices This is a class that lists information about the device.
flower.DisplayObject The base class of the display object, adding several useful methods.
flower.DrawableObject Class for drawing using the MOAIDraw.
flower.DrawableRect Class to fill a rectangle.
flower.Event A class for events, which are communicated to, and handled by, event handlers Holds the data of the Event.
flower.EventDispatcher This class is responsible for event notifications.
flower.EventListener A virtual superclass for EventListeners.
flower.Executors This is a utility class for asynchronous (coroutine-style) execution.
flower.Font Font class.
flower.Graphics The DisplayObject that has graphics capabilities.
flower.Group A class to manage and control sets of DisplayObjects.
flower.Image Class to display a simple texture.
flower.InputMgr This singleton class manages all input events (touch, key, cursor).
flower.Interceptor This is a class to add another process will intercept function of the table.
flower.KeyCode Enumeration of the key on the keyboard.
flower.Label Label for text display.
flower.Layer This is flower's idea of a Layer, which is a superclass of the MOAI concept of Layer.
flower.Logger Simple logger class.
flower.MapImage Class that loads a tiled map of images (see MOAIGrid).
flower.MovieClip Class for animated texture atlases ('MovieClip' is the Adobe Flash terminology)
flower.NineImage This class displays the NinePatch of Android.
flower.Particle A class that displays the particle based on the PEX file.
flower.PropertyUtils It is a property utility class.
flower.RenderMgr This is a singleton class that manages the rendering object.
flower.Resources A resource management system that caches loaded resources to maximize performance.
flower.Runtime This is a utility class which starts immediately upon library load and acts as the single handler for ENTER_FRAME events (which occur whenever Moai yields control to the Lua subsystem on each frame).
flower.Scene A scene class, handling display on one or more layers and receiving events from the EventMgr.
flower.SceneAnimations A class to handle transitions between scenes and defining various animations for those transitions.
flower.SceneMgr This is a singleton class to manage the scene object.
flower.SheetImage Class that displays an image from a sheet of images, supporting TexturePacker's format.
flower.Texture Texture class.
flower.TouchHandler Class to perform the handling of touch events emitted from a layer.
flower.Viewport The Viewport class.
flower.Window The Window class.
flower.audio Flower Extentions Library for Audio.
flower.audio.BaseSoundMgr Skeletal implementation of SoundMgr.
flower.audio.MockSoundMgr Mock for the environment without Sound.
flower.audio.UntzSoundMgr This is UntzSoundMgr class using MOAIUntz.
flower.class This implements object-oriented style classes in Lua, including multiple inheritance.
flower.dungeon Flower Extentions Library for Dungeon.
flower.dungeon.DungeonArea ダンジョン内の分割エリアクラスです.
flower.dungeon.DungeonItem
flower.dungeon.DungeonMap ダンジョンマップデータクラスです.
flower.dungeon.DungeonMapGenerator
flower.dungeon.DungeonMapView ダンジョンマップデータからタイルマップデータを生成するクラスです.
flower.dungeon.DungeonObject
flower.dungeon.DungeonRect 位置とサイズを持つ二次元空間座標を表現するクラスです.
flower.dungeon.DungeonRoad ダンジョンの通路クラスです.
flower.dungeon.DungeonRoom
flower.dungeon.DungeonTiledGenerator
flower.fsm Flower Extentions Library for FSM.
flower.fsm.State 状態そのものを表すクラスです.
flower.fsm.StateMachine Easy Finite State Machine.
flower.math This set of functions extends the native lua 'math' function set with additional useful methods.
flower.spine Flower Extentions Library for spine.
flower.spine.Animation Animation object.
flower.spine.AtlasMgr Read Spine atlas files
flower.spine.Attachment Attachment is a visual representation of the slot.
flower.spine.Bone Skeleton bone.
flower.spine.Skeleton
flower.spine.Slot
flower.spine.SpineEvent Custom events, that can be trigerred from animations.
flower.spine.SpineUtils Internal helper functions
flower.table The next group of functions extends the default lua table implementation to include some additional useful methods.
flower.tasker Flower Extentions Library for task system.
flower.tasker.AbortCommand TODO:LuaDoc
flower.tasker.BaseCommand
flower.tasker.CommandEvent TODO:LuaDoc
flower.tasker.CommandExecutor TODO:LuaDoc
flower.tasker.CommandGroup TODO:LuaDoc
flower.tasker.EchoCommand TODO:LuaDoc
flower.tasker.FunctionCommand TODO:LuaDoc
flower.tasker.SetContextCommand TODO:LuaDoc
flower.tasker.Task TODO:LuaDoc
flower.tasker.TaskContext TODO:LuaDoc
flower.tasker.TaskEvent TODO:LuaDoc
flower.tasker.TaskExecutor TODO:LuaDoc
flower.tasker.TaskMonitor
flower.tiled Flower Extentions Library for tiled.
flower.tiled.IsometricLayerRenderer This class is the renderer to draw Isometric view.
flower.tiled.TileFlag Constant representing the flag of the tile.
flower.tiled.TileLayer This class to display a tile layer.
flower.tiled.TileLayerRenderer Renderer class is used to draw a tile layer.
flower.tiled.TileLayerRendererFactory It is a factory class for creating a renderer TileLayer.
flower.tiled.TileMap Class that displays the map data created by Tiled Map Editor.
flower.tiled.TileMapImage MapImage an extension for the tile map.
flower.tiled.TileObject This class holds information TileObject.
flower.tiled.TileObjectGroup This class manages the TileObject.
flower.tiled.TileObjectRenderer This class is the renderer to draw TileObject.
flower.tiled.TileObjectRendererFactory This class is a factory for generating TileObjectRenderer.
flower.tiled.TileSheetImage SheetImage an extension for the tile map.
flower.tiled.Tileset This class holds information about the tile set.
flower.widget Flower Extentions Library for widget.
flower.widget.BaseItemRenderer This is the base class of the item renderer.
flower.widget.BaseTheme Widget Themes.
flower.widget.BoxLayout This is the class that sets the layout of the box.
flower.widget.Button This class is an image that can be pressed.
flower.widget.CheckBox This class is an checkbox.
flower.widget.CheckBoxItemRenderer This is the base class of the item renderer.
flower.widget.DialogBox This is the class that displays a message in the panel.
flower.widget.FocusMgr This is a class to manage the focus of the widget.
flower.widget.ImageButton This class is an Image that can be pressed.
flower.widget.ImageLabelItemRenderer This is the base class of the item renderer.
flower.widget.Joystick It is a virtual Joystick.
flower.widget.LabelItemRenderer Item renderer to display the label.
flower.widget.LayoutMgr This is a class to manage the layout of the widget.
flower.widget.ListBox It is a class that displays multiple items.
flower.widget.ListItem It is the item class ListBox.
flower.widget.ListView List view class.
flower.widget.ListViewLayout Layout class for the ListView.
flower.widget.MsgBox It is a class that displays the message.
flower.widget.Panel It is the only class to display the panel.
flower.widget.PanelView Scrollable view class in the Panel.
flower.widget.ScrollGroup Scrollable Group class.
flower.widget.ScrollView Scrollable UIView class.
flower.widget.SheetButton This class is an SheetImage that can be pressed.
flower.widget.SheetImageLabelItemRenderer This is the base class of the item renderer.
flower.widget.Slider This class is an slider that can be pressed and dragged.
flower.widget.Spacer Component class to fill the space.
flower.widget.TextAlign This is a table that defines the alignment of the text.
flower.widget.TextBox It is a class that displays the text.
flower.widget.TextInput This class is a line of text can be entered.
flower.widget.TextView View class that displays a scrollable text.
flower.widget.ThemeMgr This is a class to manage the Theme.
flower.widget.UIComponent The base class for all components.
flower.widget.UIEvent This is a class that defines the type of event.
flower.widget.UIGroup It is a class that can have on a child UIComponent.
flower.widget.UILabel It is a class that displays the text.
flower.widget.UILayer Layer class for the Widget.
flower.widget.UILayout This is a class to set the layout of UIComponent.
flower.widget.UIView This is a view class that displays the component.
generated by LDoc 1.3