Serialized Form


Package net.java.swingfx.jdraggable.demo

Class net.java.swingfx.jdraggable.demo.DraggableLabel extends javax.swing.JLabel implements Serializable

serialVersionUID: 3544671789059028281L

Class net.java.swingfx.jdraggable.demo.DraggablePanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 3256725069878538292L

Serialized Fields

border

javax.swing.border.TitledBorder border

Package net.java.swingfx.waitwithstyle

Class net.java.swingfx.waitwithstyle.AnimatedPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 3257288036894324529L

Serialized Fields

gradient

float gradient

message

java.lang.String message

animator

java.lang.Thread animator

convolvedImage

java.awt.image.BufferedImage convolvedImage

originalImage

java.awt.image.BufferedImage originalImage

brightnessHints

java.awt.RenderingHints brightnessHints

Class net.java.swingfx.waitwithstyle.InfiniteProgressPanel extends javax.swing.JComponent implements Serializable

serialVersionUID: 3546080263571714356L

Serialized Fields

ticker

java.awt.geom.Area[] ticker
Contains the bars composing the circular shape.


animation

java.lang.Thread animation
The animation thread is responsible for fade in/out and rotation.


started

boolean started
Notifies whether the animation is running or not.


alphaLevel

int alphaLevel
Alpha level of the veil, used for fade in/out.


rampDelay

int rampDelay
Duration of the veil's fade in/out.


shield

float shield
Alpha level of the veil.


text

java.lang.String text
Message displayed below the circular shape.


barsCount

int barsCount
Amount of bars composing the circular shape.


fps

float fps
Amount of frames per seconde. Lowers this to save CPU.


hints

java.awt.RenderingHints hints
Rendering hints to set anti aliasing.

Class net.java.swingfx.waitwithstyle.PerformanceInfiniteProgressPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

dScale

double dScale

mouseAdapter

java.awt.event.MouseAdapter mouseAdapter

mouseMotionAdapter

java.awt.event.MouseMotionAdapter mouseMotionAdapter

keyAdapter

java.awt.event.KeyAdapter keyAdapter

componentAdapter

java.awt.event.ComponentAdapter componentAdapter

imageBuf

java.awt.image.BufferedImage imageBuf

bars

java.awt.geom.Area[] bars

barsBounds

java.awt.Rectangle barsBounds

barsScreenBounds

java.awt.Rectangle barsScreenBounds

centerAndScaleTransform

java.awt.geom.AffineTransform centerAndScaleTransform

timer

javax.swing.Timer timer

colors

java.awt.Color[] colors

colorOffset

int colorOffset

useBackBuffer

boolean useBackBuffer

tempHide

boolean tempHide

iterate

int iterate