|
What this is
Other links
The source codepackage intrinsic.mx.effects; public class Glow extends intrinsic.mx.effects.TweenEffect { /** Accessors */ /** Variables */ public double blurXTo; public boolean inner; public double alphaTo; public double strength; public double blurYTo; public int color; public double blurXFrom; public boolean knockout; public double alphaFrom; public double blurYFrom; public intrinsic.Function easingFunction; public double perElementOffset; public int repeatDelay; public int startDelay; public int repeatCount; public intrinsic.Class instanceClass; public boolean suspendBackgroundProcessing; /** Constants */ public static final String VERSION = "version"; /** Class Accessors */ /** Class variables */ /** Contructors */ public Glow() { } public Glow(Object arg0) { } /** Static Methods */ /** Methods */ public native intrinsic.Array getAffectedProperties(); } |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.