Package
Class
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
F
G
I
P
R
S
A
AnimatedBorder
- class com.sygem.swing.borders.
AnimatedBorder
.
This border cycles between a set of borders to achieve an animated effect.
AnimatedBorder()
- Constructor for class com.sygem.swing.borders.
AnimatedBorder
Constructs an AnimatedBorder.
addBorder(Border)
- Method in class com.sygem.swing.borders.
AnimatedBorder
Adds a border to the end of the border list
addBorder(int, Border)
- Method in class com.sygem.swing.borders.
AnimatedBorder
Adds a border into the border list at a specified position.
B
Blue_Wood_Inset
- Static variable in class com.sygem.swing.borders.
PictureFrameBorder
A blue wood picture frame
C
Classic_Wood_Brass_1
- Static variable in class com.sygem.swing.borders.
PictureFrameBorder
A classic looking picture frame, dark wood and brass
Classic_Wood_Brass_2
- Static variable in class com.sygem.swing.borders.
PictureFrameBorder
Another dark wood and brass insert picture frame
Classic_Wood_Brass_3
- Static variable in class com.sygem.swing.borders.
PictureFrameBorder
Another dark wood and brass insert picture frame
com.sygem.swing.borders
- package com.sygem.swing.borders
F
FlashingBorder
- class com.sygem.swing.borders.
FlashingBorder
.
This border cycles between two borders to achieve a flashing effect.
FlashingBorder()
- Constructor for class com.sygem.swing.borders.
FlashingBorder
Creates a FlashingBorder.
G
getAnimationDelay()
- Method in class com.sygem.swing.borders.
AnimatedBorder
Gets the value of the animation delay.
getAnimationDelay()
- Method in class com.sygem.swing.borders.
FlashingBorder
Gets the value of the animation delay.
getBorder1()
- Method in class com.sygem.swing.borders.
FlashingBorder
Gets the first border used in the flashing sequence.
getBorder2()
- Method in class com.sygem.swing.borders.
FlashingBorder
Gets the second border used in the flashing sequence.
getBorderAt(int)
- Method in class com.sygem.swing.borders.
AnimatedBorder
Returns the border at the specified position in the border list.
getBorderInsets(Component)
- Method in class com.sygem.swing.borders.
AnimatedBorder
Returns the insets of the current border.
getBorderInsets(Component)
- Method in class com.sygem.swing.borders.
FlashingBorder
Returns the insets of the current border.
getBorderInsets(Component)
- Method in class com.sygem.swing.borders.
PictureFrameBorder
Returns the insets of the border.
getBorderInsets(Component)
- Method in class com.sygem.swing.borders.
ShadowedBorder
Returns the insets of the border.
getBorderInsets(Component)
- Method in class com.sygem.swing.borders.
StrokedBorder
Returns the insets of the border.
I
isBorderOpaque()
- Method in class com.sygem.swing.borders.
AnimatedBorder
Returns whether or not the current border is opaque.
isBorderOpaque()
- Method in class com.sygem.swing.borders.
FlashingBorder
Returns whether or not the current border is opaque.
isBorderOpaque()
- Method in class com.sygem.swing.borders.
PictureFrameBorder
Returns whether or not the border is opaque.
isBorderOpaque()
- Method in class com.sygem.swing.borders.
ShadowedBorder
Returns whether or not the border is opaque.
isBorderOpaque()
- Method in class com.sygem.swing.borders.
StrokedBorder
Returns whether or not the border is opaque.
P
PictureFrameBorder
- class com.sygem.swing.borders.
PictureFrameBorder
.
Creates a picture frame effect around a component by interpolating between key colors.
PictureFrameBorder()
- Constructor for class com.sygem.swing.borders.
PictureFrameBorder
Constructs a PictureFrame border without any frame definition.
PictureFrameBorder(String, int)
- Constructor for class com.sygem.swing.borders.
PictureFrameBorder
Constructs a PictureFrame border with a frame definition, and sets the thickness.
Pine_Border_1
- Static variable in class com.sygem.swing.borders.
PictureFrameBorder
A simple pine picture frame
Pine_Border_2
- Static variable in class com.sygem.swing.borders.
PictureFrameBorder
Another pine picture frame
Pine_Border_3
- Static variable in class com.sygem.swing.borders.
PictureFrameBorder
Another pine picture frame, with a plain insert
paintBorder(Component, Graphics, int, int, int, int)
- Method in class com.sygem.swing.borders.
AnimatedBorder
Paints the border for the specified component with the specified position and size.
paintBorder(Component, Graphics, int, int, int, int)
- Method in class com.sygem.swing.borders.
FlashingBorder
Paints the border for the specified component with the specified position and size.
paintBorder(Component, Graphics, int, int, int, int)
- Method in class com.sygem.swing.borders.
PictureFrameBorder
Paints the border for the specified component with the specified position and size.
paintBorder(Component, Graphics, int, int, int, int)
- Method in class com.sygem.swing.borders.
ShadowedBorder
Paints the border for the specified component with the specified position and size.
paintBorder(Component, Graphics, int, int, int, int)
- Method in class com.sygem.swing.borders.
StrokedBorder
Paints the border for the specified component with the specified position and size.
R
removeBorder(Border)
- Method in class com.sygem.swing.borders.
AnimatedBorder
Removes the specified border from the border list.
removeBorder(int)
- Method in class com.sygem.swing.borders.
AnimatedBorder
Removes a border at the specified position.
S
ShadowedBorder
- class com.sygem.swing.borders.
ShadowedBorder
.
A simple but effective border that draws a shadow around a component.
ShadowedBorder()
- Constructor for class com.sygem.swing.borders.
ShadowedBorder
Contructs a ShadowedBorder.
StrokedBorder
- class com.sygem.swing.borders.
StrokedBorder
.
Paints the component border using the Java2D Stroke and Paint classes.
StrokedBorder()
- Constructor for class com.sygem.swing.borders.
StrokedBorder
Constructs a StrokedBorder with a one pixel thick solid black border.
StrokedBorder(Stroke)
- Constructor for class com.sygem.swing.borders.
StrokedBorder
Constucts a StrokedBorder using the specified Stroke.
StrokedBorder(Stroke, int)
- Constructor for class com.sygem.swing.borders.
StrokedBorder
Constucts a StrokedBorder using the specified Stroke, overriding the thickness value with the passed in thickness value.
StrokedBorder(Stroke, Paint)
- Constructor for class com.sygem.swing.borders.
StrokedBorder
Constucts a StrokedBorder using the specified Stroke and Paint.
StrokedBorder(Stroke, int, Paint)
- Constructor for class com.sygem.swing.borders.
StrokedBorder
Constucts a StrokedBorder using the specified Stroke, thickness and Paint.
setAnimationDelay(int)
- Method in class com.sygem.swing.borders.
AnimatedBorder
Sets the size of the delay between border changes.
setAnimationDelay(int)
- Method in class com.sygem.swing.borders.
FlashingBorder
Sets the size of the delay between border changes.
setBorder1(Border)
- Method in class com.sygem.swing.borders.
FlashingBorder
Sets the first border for the flashing sequence.
setBorder2(Border)
- Method in class com.sygem.swing.borders.
FlashingBorder
Sets the second border for the flashing sequence.
setFrame(String)
- Method in class com.sygem.swing.borders.
PictureFrameBorder
Sets the frame for this border.
setThickness(int)
- Method in class com.sygem.swing.borders.
PictureFrameBorder
Sets the thickness of the frame border.
startAnimation()
- Method in class com.sygem.swing.borders.
AnimatedBorder
Starts the animation from the beginning of the sequence.
startFlashing()
- Method in class com.sygem.swing.borders.
FlashingBorder
Starts the flashing with the first border.
stopAnimation()
- Method in class com.sygem.swing.borders.
AnimatedBorder
Stops the animation.
stopFlashing()
- Method in class com.sygem.swing.borders.
FlashingBorder
Stops the flashing.
A
B
C
F
G
I
P
R
S
Package
Class
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004 SyGem Software. All Rights Reserved.