A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
a — Property in class com.kraftner.geom.Color
alpha part of this Color

Only takes values between 0 and 1, Higher/Lower values are trimmed to 0/1.

AbortRule — Class in package 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.
AbortRule() — Constructor in class com.kraftner.justlineon.AbortRule
addButton(label, handlerFunction) — Method in class com.kraftner.communication.ControllerConnection
Asks the controller to create a Button
addChoice(label, handlerFunction, numChoices, value) — Method in class com.kraftner.communication.ControllerConnection
Asks the controller to create a Rotary Selector to switch between choices.
addColor(c:com.kraftner.geom:Color) — Method in class com.kraftner.geom.StaticPalette
Add a Color to this Palette
addGradient(start:com.kraftner.geom:Color, end:com.kraftner.geom:Color, steps) — Method in class com.kraftner.geom.StaticPalette
Add a number of Colors representing a Gradient to this palette.
addPainter(painter:com.kraftner.justlineon.painters:Painter) — Method in class com.kraftner.justlineon.lineservers.LineServer
Adds a Painter to this LineServer
addPalette(palette:com.kraftner.geom:Palette) — Method in class com.kraftner.justlineon.painters.Painter
Adds a Palette to this Painter
addPointTransformer(pointTransformer:com.kraftner.justlineon.pointtransformers:PointTransformer) — Method in class com.kraftner.justlineon.lineservers.LineServer
Adds a PointTransformer to this LineServer
addRange(label, handlerFunction, minimum, maximum, value) — Method in class com.kraftner.communication.ControllerConnection
Asks the controller to create a Knob to control a range.
AFlockofSeagulls — Static property in class com.kraftner.geom.Palettes
AlwaysTurn — Class in package 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.
AlwaysTurn(length, lengthMulti, lengthAdd, angleDegreeMin, angleDegreeMax, away, breakOutChance, randomAbort) — Constructor in class com.kraftner.justlineon.lineservers.AlwaysTurn
AlwaysTurnImplosion — Class in package 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.
AlwaysTurnImplosion(length, lengthMulti, lengthAdd, angleDegreeMin, angleDegreeMax, away, breakInChance, randomAbort) — Constructor in class com.kraftner.justlineon.lineservers.AlwaysTurnImplosion
angle — Property in class com.kraftner.justlineon.Segment
angle of this Segment
average() — Method in class com.kraftner.geom.Palette
Returns a Color Object representing the average color of this Palette
AwayFromCenter(p, distance) — Static method in class com.kraftner.justlineon.AbortRule
Determines if the line is closer to the center of the Stage than a certain distance.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z