All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- CENTER.
Static variable in class PhantomScroll
- Ease-of-use constant for bgDisplay parameter of setBackground method.
- getActiveLinkColor().
Method in class PhantomScroll
- Returns the active hyperlink color.
- getAmplitude().
Method in class PhantomScroll
- Returns the amplitude of the oscillation.
- getAppletInfo().
Method in class PhantomScroll
- Returns information about this applet.
- getBackgroundColor().
Method in class PhantomScroll
- Returns the background color.
- getBackgroundImage().
Method in class PhantomScroll
- Returns the background image.
- getDelay().
Method in class PhantomScroll
- Returns the delay between frames/iterations.
- getForegroundColor().
Method in class PhantomScroll
- Returns the foreground color.
- getForegroundImage().
Method in class PhantomScroll
- Returns the foreground image.
- getLinkColor().
Method in class PhantomScroll
- Returns the hyperlink color.
- getParameterInfo().
Method in class PhantomScroll
- Returns information about the parameters that are understood by this applet.
- getPeriod().
Method in class PhantomScroll
- Returns the period of the oscillation.
- getSpeed().
Method in class PhantomScroll
- Returns the speed
- getTarget().
Method in class PhantomScroll
- Returns the default target frame.
- imageUpdate(Image, int, int, int, int, int).
Method in class PhantomScroll
- Repaints the component when the image has changed.
- init().
Method in class PhantomScroll
- Initializes the applet.
- mouseDown(Event, int, int).
Method in class PhantomScroll
- This method is called when the mouse button is pushed inside this component.
- mouseDrag(Event, int, int).
Method in class PhantomScroll
- This method is called when the mouse button is moved inside this component with the button
pushed.
- mouseEnter(Event, int, int).
Method in class PhantomScroll
- This method is called when the mouse first enters this component.
- mouseExit(Event, int, int).
Method in class PhantomScroll
- This method is called when the mouse exits this component.
- mouseMove(Event, int, int).
Method in class PhantomScroll
- This method is called when the mouse is moved inside this component with the mouse button
not pushed.
- mouseUp(Event, int, int).
Method in class PhantomScroll
- This method is called when the mouse button is released inside this component.
- paint(Graphics).
Method in class PhantomScroll
- Paints the component.
- PhantomScroll().
Constructor for class PhantomScroll
-
- preferredSize().
Method in class PhantomScroll
- Determines the preferred size of the component.
- resize(int, int).
Method in class PhantomScroll
- Resizes this component to the specified width and height.
- run().
Method in class PhantomScroll
- Invoked when the scroller's internal thread is started through a call to the start
method.
- setActiveLinkColor(Color).
Method in class PhantomScroll
- Sets the color of the hyperlink to which the mouse cursor is pointing
- setAmplitude(int).
Method in class PhantomScroll
- Sets the amplitude of the oscillation.
- setBackground(Color).
Method in class PhantomScroll
- Sets the background to a solid color.
- setBackground(Image, Color, int).
Method in class PhantomScroll
- Sets the background image.
- setDelay(int).
Method in class PhantomScroll
- Sets the frame rate.
- setForeground(Color).
Method in class PhantomScroll
- Sets the foreground to a solid color.
- setForeground(Image).
Method in class PhantomScroll
- Sets the foreground image pattern.
- setLinkColor(Color).
Method in class PhantomScroll
- Sets the color of the hyperlinks.
- setPeriod(int).
Method in class PhantomScroll
- Sets the period (inverse of frequency) of the oscillation.
- setSpeed(int).
Method in class PhantomScroll
- Sets the speed of the scrolling motion
- setTarget(String).
Method in class PhantomScroll
- Sets the default target frame.
- setText(String, Font).
Method in class PhantomScroll
- Sets the text to be scrolled.
- setText(URL, Font).
Method in class PhantomScroll
- Sets the text to be scrolled from a text file.
- setTrail(double).
Method in class PhantomScroll
- Sets the fading trail effect.
- start().
Method in class PhantomScroll
- Starts the scrolling animation.
- stop().
Method in class PhantomScroll
- Stops the scrolling animation.
- TILE.
Static variable in class PhantomScroll
- Ease-of-use constant for bgDisplay parameter of setBackground method.
- update(Graphics).
Method in class PhantomScroll
- Redraws the portion of the canvas that has been affected since the last animation frame.