Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.arranger.jarl.trait.base

Class Summary
GradientColor GradientColor Note: This is heavily based on java.awt.GradientPaintContext & java.awt.GradientPaint
GradientColor.GradientPaintContext  
GradientPainter GradientPainter created on Mar 26, 2003
GradientPainter.GradientConfigSegment  
Motion Motion allows you to create quadratic motion paths for widets.
Motion.MotionConfigSegment  
Painter Painter gradually changes colored paints from the start paint to the end paint.
Painter.ColorConfigSegment  
Position Position Required params are either: pos: x%, y% (eg 5%, 7%) or startPos, endPos For example: <traitDef name="upperLeft" class="Position" pos="7%, 5%" />
Position.PositionConfigSegment  
PositionPath PositionPath is similar to position, but places the widget on the current position of another shape...
PositionPath.PositionPathConfigSegment  
Resize Resize will resize the widget relative to the screen size.
Resize.ResizeConfigSegment  
Rotate Rotate will rotate a widget Required params: startAngle endAngle For example: <traitDef name="oneCircle" class="Rotate" startAngle="0" endAngle="360" />
Rotate.RotateConfigSegment  
RotationPainter RotationPainter will cycle through the colors in a gradient one color per frame, or at the rate passed it
RotationPainter.RotationPainterConfigSegment  
Shear Shear implements Shear
Shear.ShearConfigSegment  
Transparent Transparent created on Feb 25, 2003
Transparent.TransparentConfigSegment