| Home >> All >> com >> arranger >> jarl >> trait >> [ base Javadoc ] |
com.arranger.jarl.trait.base: Javadoc index of package com.arranger.jarl.trait.base.
Package Samples:
com.arranger.jarl.trait.base
Classes:
Painter: Painter gradually changes colored paints from the start paint to the end paint. It would be nice if you could chain these together maybe... Required attributes: startColor or startColorData endColor or endColorData
PositionPath: PositionPath is similar to position, but places the widget on the current position of another shape... In other words, if the shape is an ellipse, the motion path of the widget will follow the ellipse
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%" />
Rotate: Rotate will rotate a widget Required params: startAngle endAngle For example: <traitDef name="oneCircle" class="Rotate" startAngle="0" endAngle="360" />
Resize: Resize will resize the widget relative to the screen size. Required attributes: (should be percentages: eg. 10%) startWidth startHeight endWidth endHeight
RotationPainter: RotationPainter will cycle through the colors in a gradient one color per frame, or at the rate passed it
GradientColor: GradientColor Note: This is heavily based on java.awt.GradientPaintContext & java.awt.GradientPaint
Motion: Motion allows you to create quadratic motion paths for widets.
GradientPainter: GradientPainter created on Mar 26, 2003
Transparent: Transparent created on Feb 25, 2003
Shear: Shear implements Shear
| Home | Contact Us | Privacy Policy | Terms of Service |