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  
destroy() — Method in class com.kraftner.justlineon.lineservers.LineServer
Contains Code to be executed when this LineServer is destroyed.
destroy() — Method in class com.kraftner.justlineon.painters.Painter
DotPainter — Class in package com.kraftner.justlineon.painters
This Painter draws Circles on the line.
DotPainter(chance, min_widthDivisor, max_widthDivisor, border, borderWidth) — Constructor in class com.kraftner.justlineon.painters.DotPainter
draw(s:com.kraftner.justlineon:Segment) — Method in class com.kraftner.justlineon.painters.Painter
Method that is called by a Lineserver.
drawPrevStart(s:com.kraftner.justlineon:Segment) — Method in class com.kraftner.justlineon.painters.DotPainter
Nothing is drawn at the Start of a Segment.
drawPrevStart(s:com.kraftner.justlineon:Segment) — Method in class com.kraftner.justlineon.painters.EndpointPainter
Nothing is drawn at the Start of a Segment.
drawPrevStart(s:com.kraftner.justlineon:Segment) — Method in class com.kraftner.justlineon.painters.Painter
Method being called when the previous Segment was a start-Segment
drawPrevStart(s:com.kraftner.justlineon:Segment) — Method in class com.kraftner.justlineon.painters.RibbonPainter
The Ribbon concentrates to one point at each end.
drawStandard(s:com.kraftner.justlineon:Segment) — Method in class com.kraftner.justlineon.painters.DotPainter
Dot-drawing method
drawStandard(s:com.kraftner.justlineon:Segment) — Method in class com.kraftner.justlineon.painters.EndpointPainter
Nothing is drawn for normal Segments.
drawStandard(s:com.kraftner.justlineon:Segment) — Method in class com.kraftner.justlineon.painters.Painter
Method that handles a normal Segment
drawStandard(s:com.kraftner.justlineon:Segment) — Method in class com.kraftner.justlineon.painters.RibbonPainter
For each Palette in this Painter one Ribbon is painted.
drawStart(s:com.kraftner.justlineon:Segment) — Method in class com.kraftner.justlineon.painters.DotPainter
Nothing is drawn at the End of a Segment but the current color of the palettes is changed.
drawStart(s:com.kraftner.justlineon:Segment) — Method in class com.kraftner.justlineon.painters.EndpointPainter
Drawing Routine
drawStart(s:com.kraftner.justlineon:Segment) — Method in class com.kraftner.justlineon.painters.Painter
Method being called when the current Segment is a start-Segment
drawStart(s:com.kraftner.justlineon:Segment) — Method in class com.kraftner.justlineon.painters.RibbonPainter
The Ribbon concentrates to one point at each end.
dump() — Method in class JustLineOn
dump — Static property in class JustLineOn
Shows if bitmap caching is on/off.
dump() — Method in class com.kraftner.justlineon.lineservers.LineServer
Dumps the content of all Painters in this LineServer to a Bitmap.
dump() — Method in class com.kraftner.justlineon.painters.Painter
Dumps the vector data from canvas to the Bitmap object
DynamicPaletteHueCircle — Class in package com.kraftner.geom
Circles through a 360 degree Hue Circle based on a start color.
DynamicPaletteHueCircle(startColor:com.kraftner.geom:Color, stepWithDegree) — Constructor in class com.kraftner.geom.DynamicPaletteHueCircle
Constructor method
DynamicPaletteRandom — Class in package com.kraftner.geom
Palette of totally randomly mixed Colors
DynamicPaletteRandom(randomize_red, randomize_green, randomize_blue, randomize_alpha, fillWith) — Constructor in class com.kraftner.geom.DynamicPaletteRandom
Constructor method.
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