PackageTop Level
Classpublic class JustLineOn
InheritanceJustLineOn Inheritance flash.display.Sprite

This is the Main Class of the JustLineOn Application.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
JustLineOn(p:String = null)
JustLineOn
  
dump():void
JustLineOn
  
JustLineOn
Property detail
bmpMultiproperty
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
centerproperty 
center:Point  [read-only]

Center of the Stage

Implementation
    public static function get center():Point
dumpproperty 
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
heightproperty 
height:Number  [read-only]

Height of the Stage

Implementation
    public static function get height():Number
pathproperty 
public var path:String

Define a path to a Project XML that is automatically loaded on Application Startup.

widthproperty 
width:Number  [read-only]

Width of the Stage

Implementation
    public static function get width():Number
Constructor detail
JustLineOn()constructor
public function JustLineOn(p:String = null)Parameters
p:String (default = null)
Method detail
dump()method
public function dump():void
toggleDrawTimer()method 
public function toggleDrawTimer():void