|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.metamorphosis.IntroPageView
final class IntroPageView
Builds the Metamorphosis intro panel and provides the animation.
Field Summary | |
---|---|
private com.jgoodies.animation.Animation |
animation
|
private com.jgoodies.animation.components.GlyphLabel |
glyphLabel
|
private com.jgoodies.animation.components.BasicTextLabel |
label1
|
private com.jgoodies.animation.components.BasicTextLabel |
label2
|
private Metamorphosis |
metamorphosis
|
private JButton |
skipButton
|
Constructor Summary | |
---|---|
IntroPageView(Metamorphosis metamorphosis)
Constructs an IntroPanel for a given Metamorphosis instance. |
Method Summary | |
---|---|
(package private) com.jgoodies.animation.Animation |
animation()
Returns the intro animation. |
(package private) Component |
build()
Builds and answers the intro panel. |
private com.jgoodies.animation.Animation |
createAnimation()
Creates and answers a composed animation for the intro. |
private Component |
createColoredBar()
Creates and answers a gray bar. |
private void |
goToStart()
Goes to the start panel. |
private void |
initComponents()
Creates and configures the UI components. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final Metamorphosis metamorphosis
private com.jgoodies.animation.components.BasicTextLabel label1
private com.jgoodies.animation.components.BasicTextLabel label2
private com.jgoodies.animation.components.GlyphLabel glyphLabel
private JButton skipButton
private com.jgoodies.animation.Animation animation
Constructor Detail |
---|
IntroPageView(Metamorphosis metamorphosis)
IntroPanel
for a given Metamorphosis instance.
Method Detail |
---|
com.jgoodies.animation.Animation animation()
private void initComponents()
Component build()
private Component createColoredBar()
private com.jgoodies.animation.Animation createAnimation()
private void goToStart()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |