| Package | com.kraftner.justlineon |
| Class | public class JustLineOn |
| Inheritance | JustLineOn flash.display.Sprite |
| Property | Defined by | ||
|---|---|---|---|
| bmpMulti : Number [static][read-only]
Sets the mulitplier vor the bitmap caching.
| JustLineOn | ||
| center : Point [static][read-only]
Center of the Stage
| JustLineOn | ||
| dump : Boolean [static][read-only]
Shows if bitmap caching is on/off.
| JustLineOn | ||
| height : Number [static][read-only]
Height of the Stage
| JustLineOn | ||
| path : String
Define a path to a Project XML that is automatically loaded on Application Startup.
| JustLineOn | ||
| width : Number [static][read-only]
Width of the Stage
| JustLineOn | ||
| Method | Defined by | ||
|---|---|---|---|
|
JustLineOn(p:String = null)
| JustLineOn | ||
|
dump():void
| JustLineOn | ||
|
toggleDrawTimer():void
| JustLineOn | ||
| bmpMulti | property |
bmpMulti:Number [read-only]Sets the mulitplier vor the bitmap caching. If the Stage is 500x500 a value of 2 renders and exports in 1000x1000
Implementation public static function get bmpMulti():Number
| center | property |
center:Point [read-only]Center of the Stage
Implementation public static function get center():Point
| dump | property |
dump:Boolean [read-only]Shows if bitmap caching is on/off. Should only be off for Vectordata-Export.
Implementation public static function get dump():Boolean
| height | property |
height:Number [read-only]Height of the Stage
Implementation public static function get height():Number
| path | property |
public var path:StringDefine a path to a Project XML that is automatically loaded on Application Startup.
| width | property |
width:Number [read-only]Width of the Stage
Implementation public static function get width():Number
| JustLineOn | () | constructor |
public function JustLineOn(p:String = null)Parameters
p:String (default = null) |
| dump | () | method |
public function dump():void
| toggleDrawTimer | () | method |
public function toggleDrawTimer():void