Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AbortRule
com.kraftner.justlineon This class is a collection of rules to determine if a line should end at the Point where it is or not.
 AlwaysTurn
com.kraftner.justlineon.lineservers This LineServer always starts from the center and moves until it hits the end of the stage or a certain distance from the center.
 AlwaysTurnImplosion
com.kraftner.justlineon.lineservers This LineServer always starts from the boundaries of the Stage and moves until it hits the end of the stage or a certain distance from the center.
 BitString
com.adobe.images 
 CircularExplosion
com.kraftner.justlineon.lineservers This LineServer always starts from the center and moves until it hits the end of the stage or a certain distance from the center.
 CircularImplosion
com.kraftner.justlineon.lineservers This LineServer always starts from the boundaries of the Stage and moves until it hits the end of the stage or a certain distance from the center.
 Color
com.kraftner.geom Represents one RGBA Color that can be manipulated in different ways.
 ControllerConnection
com.kraftner.communication Handles the LocalConnections to request new controls and handles and dispatches changes from the Controller Application.
 DotPainter
com.kraftner.justlineon.painters This Painter draws Circles on the line.
 DynamicPaletteHueCircle
com.kraftner.geom Circles through a 360 degree Hue Circle based on a start color.
 DynamicPaletteRandom
com.kraftner.geom Palette of totally randomly mixed Colors
 EndpointPainter
com.kraftner.justlineon.painters This Painter draws basic geometric shapes at the end of each line.
 JPGEncoder
com.adobe.images Class that converts BitmapData into a valid JPEG
 JustLineOn
Top Level This is the Main Class of the JustLineOn Application.
 LineServer
com.kraftner.justlineon.lineservers Template for all kinds of LineServers

This Class defines the base functionality of all LineServers.

 NumberUtils
com.kraftner.utils ...
 Painter
com.kraftner.justlineon.painters Template for all kinds of Painters

This Class defines the base functionality of all Painters.

 Palette
com.kraftner.geom Template for all kinds of Palettes.
 Palettes
com.kraftner.geom This Class is a collection of Palettes.
 PathPlayer
com.kraftner.justlineon.lineservers This LineServer loads a file which contains comma separated point-values on the format x1,y1,x2,y2,...
 PNGEncoder
com.adobe.images Class that converts BitmapData into a valid PNG
 PointPlusRandom
com.kraftner.justlineon.pointtransformers This PointTransformer changes the original coordinate as created by a LineServer in a certain range.
 PointTransformer
com.kraftner.justlineon.pointtransformers Template for all kinds of PointTransformers

This Class defines the base functionality of all PointTransformers.

 RibbonPainter
com.kraftner.justlineon.painters This Painter draws Ribbons with a wide range of options.
 Rnd
com.gskinner.utils 
 Rndm
com.gskinner.utils 
 SaveAs
com.kraftner.net This class offers an easy way to export JPGs oder PNGs.
 Segment
com.kraftner.justlineon This class represents one segment of a line in JustLineOn.
 StaticPalette
com.kraftner.geom Basic Palette which you can edit manually.