| java.lang.Object abbot.editor.widgets.AnimatedIcon abbot.editor.widgets.AbstractAnimatedIcon abbot.editor.widgets.SpinningDial
Field Summary | |
final public static int | SPIN_INTERVAL This is a good delay between increasing the phase. |
SPIN_INTERVAL | final public static int SPIN_INTERVAL(Code) | | This is a good delay between increasing the phase.
|
SpinningDial | public SpinningDial()(Code) | | |
SpinningDial | public SpinningDial(int diameter)(Code) | | Not recommended to go below 16 pixels.
|
SpinningDial | public SpinningDial(int w, int h)(Code) | | Not recommended to go below 16x16.
|
SpinningDial | public SpinningDial(int w, int h, int spokes)(Code) | | |
getIconHeight | public int getIconHeight()(Code) | | |
getIconWidth | public int getIconWidth()(Code) | | |
getStrokeWidth | protected float getStrokeWidth(int size)(Code) | | Set the stroke width according to the size.
|
Methods inherited from abbot.editor.widgets.AnimatedIcon | public int getIconHeight()(Code)(Java Doc) public int getIconWidth()(Code)(Java Doc) public static boolean isAnimated(Icon icon)(Code)(Java Doc) protected void paintFrame(Component c, Graphics g, int x, int y)(Code)(Java Doc) public synchronized void paintIcon(Component c, Graphics g, int x, int y)(Code)(Java Doc) protected void registerRepaintArea(Component c, int x, int y, int w, int h)(Code)(Java Doc) protected synchronized void repaint()(Code)(Java Doc)
|
|
|