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

A

add(AlphaColor, AlphaColor). Method in class COM.ibm.beans.gauge.ColorGradient
Add a color transition to the end of the color gradient.
add(AlphaColor, AlphaColor, int, int). Method in class COM.ibm.beans.gauge.ColorGradient
Add a color transition to the end of the color gradient.
add(AlphaColor[], AlphaColor[]). Method in class COM.ibm.beans.gauge.ColorGradient
Add color transitions to the end of the color gradient.
add(AlphaColor[], AlphaColor[], int[], int[]). Method in class COM.ibm.beans.gauge.ColorGradient
Add color transitions to the end of the color gradient.
add(Color, Color). Method in class COM.ibm.beans.gauge.ColorGradient
Add a color transition to the end of the color gradient.
add(Color, Color, int, int). Method in class COM.ibm.beans.gauge.ColorGradient
Add a color transition to the end of the color gradient.
add(Color[], Color[]). Method in class COM.ibm.beans.gauge.ColorGradient
Add color transitions to the end of the color gradient.
add(Color[], Color[], int[], int[]). Method in class COM.ibm.beans.gauge.ColorGradient
Add color transitions to the end of the color gradient.
add(ColorGradient). Method in class COM.ibm.beans.gauge.ColorGradient
Add a color gradient to the end of this color gradient.
add(ColorGradient[]). Method in class COM.ibm.beans.gauge.ColorGradient
Add an array of color gradients to the end of this color gradient.
addImage(Image). Method in class COM.ibm.beans.gauge.BaseGauge
Register an image to be monitored during loading
addImages(Image[]). Method in class COM.ibm.beans.gauge.BaseGauge
Register images to be monitored during loading
addNotify(). Method in class COM.ibm.beans.gauge.BaseGauge
 
addPropertyChangeListener(PropertyChangeListener). Method in class COM.ibm.beans.gauge.BaseGauge
Add listeners to gauge properties
adjustBrightness(Color, float). Static method in class COM.ibm.beans.gauge.AlphaColor
Return a Color based on a supplied Color with its brightness adjusted.
adjustBrightness(float). Method in class COM.ibm.beans.gauge.AlphaColor
Return a copy of the AlphaColor with its brightness adjusted.
adjustValue(long). Method in class COM.ibm.beans.gauge.BaseGauge
Adjust the value for the gauge to present by a relative amount.
AlphaColor(Color). Constructor for class COM.ibm.beans.gauge.AlphaColor
Create an AlphaColor from the specified Color.
AlphaColor(Color, int). Constructor for class COM.ibm.beans.gauge.AlphaColor
Create an AlphaColor from the specified Color and alpha value.
AlphaColor(float, float, float). Constructor for class COM.ibm.beans.gauge.AlphaColor
Create an AlphaColor with the specified red, green, and blue values in the range (0.0 - 1.0).
AlphaColor(float, float, float, float). Constructor for class COM.ibm.beans.gauge.AlphaColor
Create an AlphaColor with the specified red, green, blue and alpha values in the range (0.0 - 1.0).
AlphaColor(int). Constructor for class COM.ibm.beans.gauge.AlphaColor
Create an AlphaColor with the specified combined RGB value consisting of the alpha component in bits 24-31, the red component in bits 16-23, the green component in bits 8-15, and the blue component in bits 0-7.
AlphaColor(int, int, int). Constructor for class COM.ibm.beans.gauge.AlphaColor
Create an AlphaColor with the specified red, green, and blue values in the range (0 - 255).
AlphaColor(int, int, int, int). Constructor for class COM.ibm.beans.gauge.AlphaColor
Create an AlphaColor with the specified red, green, blue and alpha values in the range (0 - 255).
ANTICLOCKWISE_90. Static variable in class COM.ibm.beans.gauge.ImageManipulator
Rotation constant for 90 degree anti-clockwise rotation.
areImagesReady(). Method in class COM.ibm.beans.gauge.BaseGauge
Return true if all images registered to be monitored during loading are now ready.
areImagesReady(). Method in class COM.ibm.beans.gauge.LEDCounter
Return true if all images registered to be monitored during loading are now ready.
areImagesReady(). Method in class COM.ibm.beans.gauge.RollingCounter
Return true if all images registered to be monitored during loading are now ready.


B

background(). Method in class COM.ibm.beans.gauge.BaseGauge
Return the background to be drawn by this gauge prior to each paint, or null if no background is set.
BarIndicator(). Constructor for class COM.ibm.beans.gauge.BarIndicator
The default constructor for BarIndicator.
BarIndicatorBeanInfo(). Constructor for class COM.ibm.beans.gauge.BarIndicatorBeanInfo
 
BaseGauge(long, long, long, GaugeSynchronization). Constructor for class COM.ibm.beans.gauge.BaseGauge
Create a base gauge with an initial value and range, and the given gauge synchronization as the default gauge synchronization.
BlockIndicator(). Constructor for class COM.ibm.beans.gauge.BlockIndicator
Default constructor
BlockIndicatorBeanInfo(). Constructor for class COM.ibm.beans.gauge.BlockIndicatorBeanInfo
 
blueberry. Static variable in class COM.ibm.beans.gauge.AlphaColor
The color blueberry
BorderBackground(int). Constructor for class COM.ibm.beans.gauge.BorderBackground
Create a BorderBackground with the given border style.
BorderBackground(int, int, int, int). Constructor for class COM.ibm.beans.gauge.BorderBackground
Create a BorderBackground with the given border style and widths.
BorderBackground(int, int, int, int, Color, Color). Constructor for class COM.ibm.beans.gauge.BorderBackground
Create a BorderBackground with the given border style, widths, and colors.
brighter(). Method in class COM.ibm.beans.gauge.AlphaColor
Return a brighter version of this AlphaColor, preserving the alpha value.


C

centreX. Variable in class COM.ibm.beans.gauge.RegionOval
 
centreY. Variable in class COM.ibm.beans.gauge.RegionOval
 
charcoal. Static variable in class COM.ibm.beans.gauge.ColorGradient
 
cherry. Static variable in class COM.ibm.beans.gauge.AlphaColor
The color cherry
CLOCKWISE_90. Static variable in class COM.ibm.beans.gauge.ImageManipulator
Rotation constant for 90 degree clockwise rotation.
closeTimerSession(Object). Static method in class COM.ibm.beans.gauge.Timer
Remove the key from the timer's open sessions list.
ColorGradient(). Constructor for class COM.ibm.beans.gauge.ColorGradient
Construct a new empty ColorGradient.
ColorGradient(AlphaColor, AlphaColor). Constructor for class COM.ibm.beans.gauge.ColorGradient
Construct a new ColorGradient with the specified AlphaColors, with both the weights set to 1.
ColorGradient(AlphaColor, AlphaColor, int, int). Constructor for class COM.ibm.beans.gauge.ColorGradient
Construct a new ColorGradient with the specified AlphaColors and weights.
ColorGradient(AlphaColor[], AlphaColor[]). Constructor for class COM.ibm.beans.gauge.ColorGradient
Construct a new ColorGradient with the specified AlphaColors, with all the weights set to 1.
ColorGradient(AlphaColor[], AlphaColor[], int[], int[]). Constructor for class COM.ibm.beans.gauge.ColorGradient
Construct a new ColorGradient with the specified AlphaColors and weights.
ColorGradient(Color, Color). Constructor for class COM.ibm.beans.gauge.ColorGradient
Construct a new ColorGradient with the specified Colors, with both the weights set to 1.
ColorGradient(Color, Color, int, int). Constructor for class COM.ibm.beans.gauge.ColorGradient
Construct a new ColorGradient with the specified Colors and weights.
ColorGradient(Color[], Color[]). Constructor for class COM.ibm.beans.gauge.ColorGradient
Construct a new ColorGradient with the specified Colors, all the weights are set to 1.
ColorGradient(Color[], Color[], int[], int[]). Constructor for class COM.ibm.beans.gauge.ColorGradient
Construct a new ColorGradient with the specified Colors and weights.
ColorGradient(ColorGradient). Constructor for class COM.ibm.beans.gauge.ColorGradient
Construct a new ColorGradient from an existing ColorGradient.
ColorGradient(ColorGradient[]). Constructor for class COM.ibm.beans.gauge.ColorGradient
Construct a new ColorGradient by concatenating an array of ColorGradients.
COLUMNS. Static variable in class COM.ibm.beans.gauge.Fill
Flow method constant for creating columns of images.
COLUMNS. Static variable in class COM.ibm.beans.gauge.ImageManipulator
Flow method constant for creating columns of images.
contains(int, int). Method in interface COM.ibm.beans.gauge.Region
Return true if the point (x,y) is inside the region, false otherwise
contains(int, int). Method in class COM.ibm.beans.gauge.RegionIntersection
Return true if the coordinates are inside all the regions in the intersection.
contains(int, int). Method in class COM.ibm.beans.gauge.RegionInverse
Return true if the coordinates are not inside the region.
contains(int, int). Method in class COM.ibm.beans.gauge.RegionOval
Return true if the coordinates are inside the oval.
contains(int, int). Method in class COM.ibm.beans.gauge.RegionRectangle
Return true if the coordinates are inside the rectangle.
contrastingColor(). Method in class COM.ibm.beans.gauge.AlphaColor
Return either black or white, whichever contrasts more with this AlphaColor.
contrastingColor(AlphaColor). Static method in class COM.ibm.beans.gauge.AlphaColor
Return either black or white, whichever contrasts more with the given AlphaColor.
contrastingColor(AlphaColor, int). Static method in class COM.ibm.beans.gauge.AlphaColor
Return either black or white, whichever contrasts more with the given AlphaColor.
contrastingColor(Color). Static method in class COM.ibm.beans.gauge.AlphaColor
Return either black or white, whichever contrasts more with the given Color.
contrastingColor(Color, int). Static method in class COM.ibm.beans.gauge.AlphaColor
Return either black or white, whichever contrasts more with the given Color.
contrastingColor(int). Method in class COM.ibm.beans.gauge.AlphaColor
Return either black or white, whichever contrasts more with this AlphaColor.
copyright. Static variable in interface COM.ibm.beans.gauge.Background
Ensures that the short copyright string appears in the class file.
copyright. Static variable in interface COM.ibm.beans.gauge.Gauge
Ensures that the short copyright string appears in the class file.
copyright. Static variable in interface COM.ibm.beans.gauge.GaugeSynchronization
Ensures that the short copyright string appears in the class file.
COPYRIGHT. Static variable in interface COM.ibm.beans.gauge.Region
Ensures that the short copyright string appears in the class file.
copyright(). Static method in class COM.ibm.beans.gauge.AlphaColor
Copyright method to ensure that short copyright string appears in class file.
copyright(). Static method in class COM.ibm.beans.gauge.BarIndicator
 
copyright(). Static method in class COM.ibm.beans.gauge.BarIndicatorBeanInfo
 
copyright(). Static method in class COM.ibm.beans.gauge.BaseGauge
 
copyright(). Static method in class COM.ibm.beans.gauge.BlockIndicator
 
copyright(). Static method in class COM.ibm.beans.gauge.BlockIndicatorBeanInfo
 
copyright(). Static method in class COM.ibm.beans.gauge.BorderBackground
 
copyright(). Static method in class COM.ibm.beans.gauge.ColorGradient
Copyright method to ensure that short copyright string appears in class file.
copyright(). Static method in class COM.ibm.beans.gauge.Fill
Copyright method to ensure that short copyright string appears in class file.
copyright(). Static method in class COM.ibm.beans.gauge.ImageManipulator
Copyright method to ensure that short copyright string appears in class file.
copyright(). Static method in class COM.ibm.beans.gauge.ImageUtils
Copyright method to ensure that short copyright string appears in class file.
copyright(). Static method in class COM.ibm.beans.gauge.ImmediateSynchronization
 
copyright(). Static method in class COM.ibm.beans.gauge.InertialSynchronization
 
copyright(). Static method in class COM.ibm.beans.gauge.LEDCounter
 
copyright(). Static method in class COM.ibm.beans.gauge.LEDCounterBeanInfo
 
copyright(). Static method in class COM.ibm.beans.gauge.LightBulbIndicator
 
copyright(). Static method in class COM.ibm.beans.gauge.LightBulbIndicatorBeanInfo
 
copyright(). Static method in class COM.ibm.beans.gauge.LinearSynchronization
 
copyright(). Static method in class COM.ibm.beans.gauge.Needle
 
copyright(). Static method in class COM.ibm.beans.gauge.NeedleBeanInfo
 
copyright(). Static method in class COM.ibm.beans.gauge.Oscilloscope
 
copyright(). Static method in class COM.ibm.beans.gauge.OscilloscopeBeanInfo
 
copyright(). Static method in class COM.ibm.beans.gauge.RAGNeedle
 
copyright(). Static method in class COM.ibm.beans.gauge.RAGNeedleBeanInfo
 
copyright(). Static method in class COM.ibm.beans.gauge.RegionIntersection
Copyright method to ensure that short copyright string appears in class file.
copyright(). Static method in class COM.ibm.beans.gauge.RegionInverse
Copyright method to ensure that short copyright string appears in class file.
copyright(). Static method in class COM.ibm.beans.gauge.RegionOval
Copyright method to ensure that short copyright string appears in class file.
copyright(). Static method in class COM.ibm.beans.gauge.RegionRectangle
Copyright method to ensure that short copyright string appears in class file.
copyright(). Static method in class COM.ibm.beans.gauge.RollingCounter
 
copyright(). Static method in class COM.ibm.beans.gauge.RollingCounterBeanInfo
 
copyright(). Static method in class COM.ibm.beans.gauge.Thermometer
 
copyright(). Static method in class COM.ibm.beans.gauge.ThermometerBeanInfo
 
copyright(). Static method in class COM.ibm.beans.gauge.TileBackground
 
copyright(). Static method in class COM.ibm.beans.gauge.Timer
 
copyright(). Static method in class COM.ibm.beans.gauge.TraceRecorder
 
copyright(). Static method in class COM.ibm.beans.gauge.TraceRecorderBeanInfo
 
CRAFTED_RAISED. Static variable in class COM.ibm.beans.gauge.BorderBackground
A 3D crafted raised border style.
CRAFTED_RECESSED. Static variable in class COM.ibm.beans.gauge.BorderBackground
A 3D crafted recessed border style.
createArcImage(ColorGradient, Dimension, Point). Static method in class COM.ibm.beans.gauge.Fill
Return an image of the given dimension with the color gradient sweeping about the point.
createArcImage(ColorGradient, Dimension, Point, int, int). Static method in class COM.ibm.beans.gauge.Fill
Return an image of the given dimension with the color gradient sweeping about the point.
createArcImage(ColorGradient, Region, Point). Static method in class COM.ibm.beans.gauge.Fill
Return an image with the color gradient sweeping about the point and filling the region.
createArcImage(ColorGradient, Region, Point, int, int). Static method in class COM.ibm.beans.gauge.Fill
Return an image with the color gradient sweeping about the point and filling the region.
createColorExchangedImage(Image, Color, Color). Static method in class COM.ibm.beans.gauge.ImageManipulator
Return a version of the supplied Image where replacementColor has been substituted for originalColor throughout.
createColorExchangedImage(Image, Color, Color, int, Region). Static method in class COM.ibm.beans.gauge.ImageManipulator
Return a version of the supplied Image where replacementColor has been substituted for all colors whose Red, Green and Blue components are all within the given tolerance of the originalColor.
createImage(Image). Static method in class COM.ibm.beans.gauge.ImageUtils
Return an Image which is a copy of the supplied Image.
createImage(int, int, Toolkit, int[]). Static method in class COM.ibm.beans.gauge.ImageUtils
Return an image based on the given pixel map.
createImage(int, int, Toolkit, int[], boolean). Static method in class COM.ibm.beans.gauge.ImageUtils
Return an image based on the given pixel map.
createLinearImage(ColorGradient, Dimension, int). Static method in class COM.ibm.beans.gauge.Fill
Return an image of the given dimension containing a linear representation of the color gradient.
createLinearImage(ColorGradient, Dimension, int, int, int). Static method in class COM.ibm.beans.gauge.Fill
Return an image of the given dimension containing a linear representation of the color gradient The start and end parameters are percentages of the default gradient length.
createLinearImage(ColorGradient, Region, int). Static method in class COM.ibm.beans.gauge.Fill
Return an image containing a linear representation of the color gradient inside the region, at the given angle.
createLinearImage(ColorGradient, Region, int, int, int). Static method in class COM.ibm.beans.gauge.Fill
Return an image containing a linear representation of the color gradient inside the specified region.
createRadialImage(ColorGradient, Dimension, Point). Static method in class COM.ibm.beans.gauge.Fill
Return an image of the given dimension with the color gradient emenating from a point.
createRadialImage(ColorGradient, Dimension, Point, int, int). Static method in class COM.ibm.beans.gauge.Fill
Return an image of the given dimension with the color gradient emanating from a point.
createRadialImage(ColorGradient, Region, Point). Static method in class COM.ibm.beans.gauge.Fill
Return an image with the color gradient emanating from a point and filling the region.
createRadialImage(ColorGradient, Region, Point, int, int). Static method in class COM.ibm.beans.gauge.Fill
Return an image with the color gradient emanating from a point and filling the region.
createReflectedImage(Image, int). Static method in class COM.ibm.beans.gauge.ImageManipulator
Return a version of the supplied Image reflected along the axis specified.
createRepeatedImage(Image, int, int). Static method in class COM.ibm.beans.gauge.ImageManipulator
Return an image consisting of repeated copies of the source image.
createRepeatedImage(Image[], int, int, int). Static method in class COM.ibm.beans.gauge.ImageManipulator
Return an image consisting of composed repeated copies of the source images.
createRotatedImage(Image). Static method in class COM.ibm.beans.gauge.ImageManipulator
Return a version of the supplied Image rotated by 90 degrees clockwise.
createRotatedImage(Image, int). Static method in class COM.ibm.beans.gauge.ImageManipulator
Return a version of the supplied Image rotated by the amount specified.
createSubsetImage(Image, int, int, int, int). Static method in class COM.ibm.beans.gauge.ImageManipulator
Return an image which contains a copy of a subset of the given image.
createSubsetImages(Image, int). Static method in class COM.ibm.beans.gauge.ImageManipulator
Split an image into the given number of pieces, each the height of the original image and sharing the total width evenly.
createTiledImage(Image, int, int, int, int). Static method in class COM.ibm.beans.gauge.Fill
Return a new image consisting of the given image tiled.
createTiledImage(Image[], int, int, int, int, int). Static method in class COM.ibm.beans.gauge.Fill
Return a new image consisting of the given image(s) tiled.
createTransparentImage(Image, Color). Static method in class COM.ibm.beans.gauge.ImageManipulator
Return a version of the supplied Image with all pixels of the supplied Color set to be transparent.
createTransparentImage(Image, Color, int, int, Region). Static method in class COM.ibm.beans.gauge.ImageManipulator
Return a version of the supplied Image with all pixels of the supplied Color within the specified Region set to the specified alpha value, using the tolerance value provided.
createTransparentImage(Image, int). Static method in class COM.ibm.beans.gauge.ImageManipulator
Return a version of the supplied Image with the given alpha value applied to every pixel in that Image.
createTransparentImage(Image, int, Region). Static method in class COM.ibm.beans.gauge.ImageManipulator
Return a version of the supplied Image with the given alpha value applied to every pixel within the specified Region of the specified Image.
CYCLE. Static variable in class COM.ibm.beans.gauge.Fill
Flow method constant for creating cycling images in a chessboard type pattern.
CYCLE. Static variable in class COM.ibm.beans.gauge.ImageManipulator
Flow method constant for creating cycling images in a chessboard type pattern.


D

damping(). Method in class COM.ibm.beans.gauge.InertialSynchronization
Return the current damping.
darker(). Method in class COM.ibm.beans.gauge.AlphaColor
Return a darker version of this AlphaColor, preserving the alpha value
dispose(). Method in interface COM.ibm.beans.gauge.Background
Release all resources used by the object.
dispose(). Method in class COM.ibm.beans.gauge.BaseGauge
Release all resources used by the gauge, including stopping all threads.
dispose(). Method in class COM.ibm.beans.gauge.BorderBackground
 
dispose(). Method in class COM.ibm.beans.gauge.TileBackground
Release all resources held by this background.


E

E_W. Static variable in class COM.ibm.beans.gauge.Fill
Fill direction of East to West
elapsedTime(Object). Static method in class COM.ibm.beans.gauge.Timer
Return the elapsed time counter for the timer session.
equals(Object). Method in class COM.ibm.beans.gauge.AlphaColor
Compares two AlphaColors.


F

findNewColor(AlphaColor[]). Static method in class COM.ibm.beans.gauge.AlphaColor
Return a color which is guaranteed not to match any of the AlphaColors in the supplied array
findNewColor(Color[]). Static method in class COM.ibm.beans.gauge.AlphaColor
Return a color which is guaranteed not to match any of the Colors in the supplied array
findNewColor(Vector). Static method in class COM.ibm.beans.gauge.AlphaColor
Return a color which is guaranteed not to match any of the colors in the supplied vector.
FLOW_HORIZONTAL. Static variable in class COM.ibm.beans.gauge.ImageManipulator
Flow method constant for flowing images horizontally.
FLOW_VERTICAL. Static variable in class COM.ibm.beans.gauge.ImageManipulator
Flow method constant for flowing images vertically.


G

getAdvance(). Method in class COM.ibm.beans.gauge.Oscilloscope
'get' accessor method for advance property
getAdvance(). Method in class COM.ibm.beans.gauge.TraceRecorder
'get' accessor method for advance property
getAGThreshold(). Method in class COM.ibm.beans.gauge.RAGNeedle
'get' accessor method for AGThreshold property
getAlpha(). Method in class COM.ibm.beans.gauge.AlphaColor
Return the alpha component.
getBackground(). Method in class COM.ibm.beans.gauge.BarIndicator
'get' accessor method for background property
getBarStyle(). Method in class COM.ibm.beans.gauge.BarIndicator
'get' accessor method for barStyle property
getBarStyle(). Method in class COM.ibm.beans.gauge.Needle
'get' accessor method for barStyle property
getBase(). Method in class COM.ibm.beans.gauge.LEDCounter
'get' accessor method for base property
getBase(). Method in class COM.ibm.beans.gauge.RollingCounter
'get' accessor method for base property
getBlockHeight(). Method in class COM.ibm.beans.gauge.BlockIndicator
'get' accessor method for blockHeight property
getBlocks(). Method in class COM.ibm.beans.gauge.BlockIndicator
'get' accessor method for blocks property
getBlockWidth(). Method in class COM.ibm.beans.gauge.BlockIndicator
'get' accessor method for blockWidth property
getBlue(). Method in class COM.ibm.beans.gauge.AlphaColor
Return the blue component.
getBounds(). Method in interface COM.ibm.beans.gauge.Region
Return the bounding rectangle for the region.
getBounds(). Method in class COM.ibm.beans.gauge.RegionIntersection
Return the bounding box for the intersection.
getBounds(). Method in class COM.ibm.beans.gauge.RegionInverse
Return the bounding box for the region.
getBounds(). Method in class COM.ibm.beans.gauge.RegionOval
Return the bounding box for the circle.
getBounds(). Method in class COM.ibm.beans.gauge.RegionRectangle
Return the rectangle.
getChangeOver(). Method in class COM.ibm.beans.gauge.BlockIndicator
'get' accessor method for changeOver property
getChangeover(). Method in class COM.ibm.beans.gauge.Thermometer
'get' accessor method for changeover property
getColorArray(Image). Static method in class COM.ibm.beans.gauge.ImageUtils
Return an array of Colors which are used in the supplied Image.
getColorArray(int). Method in class COM.ibm.beans.gauge.ColorGradient
Return an array of alpha colors, of the given length, representing the color gradient.
getDefaultGaugeSynchronization(). Method in class COM.ibm.beans.gauge.BaseGauge
Return the default gauge synchronization, which is set when the gauge is created.
getDelay(). Method in class COM.ibm.beans.gauge.Oscilloscope
'get' accessor method for delay property
getDelay(). Method in class COM.ibm.beans.gauge.TraceRecorder
'get' accessor method for delay property
getFillColor(). Method in class COM.ibm.beans.gauge.TraceRecorder
'set' accessor method for fillColor property
getGaugeSynchronization(). Method in class COM.ibm.beans.gauge.BaseGauge
Return the current gauge synchronization.
getGradientOutside(). Method in class COM.ibm.beans.gauge.Needle
'set' accessor method for gradientOutside property
getGreen(). Method in class COM.ibm.beans.gauge.AlphaColor
Return the green component.
getHorizontal(). Method in class COM.ibm.beans.gauge.BarIndicator
'get' accessor method for horizontal property
getHorizontal(). Method in class COM.ibm.beans.gauge.BlockIndicator
'get' accessor method for horizontal property
getIcon(int). Method in class COM.ibm.beans.gauge.BarIndicatorBeanInfo
Return the icon associated with this gauge
getIcon(int). Method in class COM.ibm.beans.gauge.BlockIndicatorBeanInfo
Return the icon associated with this gauge
getIcon(int). Method in class COM.ibm.beans.gauge.LEDCounterBeanInfo
 
getIcon(int). Method in class COM.ibm.beans.gauge.LightBulbIndicatorBeanInfo
Return the icon associated with this gauge
getIcon(int). Method in class COM.ibm.beans.gauge.NeedleBeanInfo
Return the icon associated with this gauge
getIcon(int). Method in class COM.ibm.beans.gauge.OscilloscopeBeanInfo
Return the icon associated with this gauge
getIcon(int). Method in class COM.ibm.beans.gauge.RAGNeedleBeanInfo
Return the icon associated with this gauge
getIcon(int). Method in class COM.ibm.beans.gauge.RollingCounterBeanInfo
 
getIcon(int). Method in class COM.ibm.beans.gauge.ThermometerBeanInfo
Return the icon associated with this gauge
getIcon(int). Method in class COM.ibm.beans.gauge.TraceRecorderBeanInfo
Return the icon associated with this gauge
getImmediate(). Method in class COM.ibm.beans.gauge.LEDCounter
'get' accessor method for immediate property
getImmediate(). Method in class COM.ibm.beans.gauge.RollingCounter
'get' accessor method for immediate property
getInterval(). Method in class COM.ibm.beans.gauge.LightBulbIndicator
'get' accessor method for the interval property
getLines(). Method in class COM.ibm.beans.gauge.Oscilloscope
'get' accessor method for lines property
getLines(). Method in class COM.ibm.beans.gauge.TraceRecorder
'get' accessor method for lines property
getMaximum(). Method in class COM.ibm.beans.gauge.BaseGauge
Return the maximum of the current gauge range.
getMaximum(). Method in interface COM.ibm.beans.gauge.Gauge
Return the maximum of the current range.
getMercuryColor(). Method in class COM.ibm.beans.gauge.Thermometer
'set' accessor method for mercuryColor property
getMethodDescriptors(). Method in class COM.ibm.beans.gauge.BarIndicatorBeanInfo
Returns the methods available on this gauge
getMethodDescriptors(). Method in class COM.ibm.beans.gauge.BlockIndicatorBeanInfo
Returns the methods available on this gauge
getMethodDescriptors(). Method in class COM.ibm.beans.gauge.LEDCounterBeanInfo
Returns the methods available on this gauge
getMethodDescriptors(). Method in class COM.ibm.beans.gauge.LightBulbIndicatorBeanInfo
Returns the methods available on this gauge
getMethodDescriptors(). Method in class COM.ibm.beans.gauge.NeedleBeanInfo
Returns the methods available on this gauge
getMethodDescriptors(). Method in class COM.ibm.beans.gauge.OscilloscopeBeanInfo
Returns the methods available on this gauge
getMethodDescriptors(). Method in class COM.ibm.beans.gauge.RAGNeedleBeanInfo
Returns the methods available on this gauge
getMethodDescriptors(). Method in class COM.ibm.beans.gauge.RollingCounterBeanInfo
Returns the methods available on this gauge
getMethodDescriptors(). Method in class COM.ibm.beans.gauge.ThermometerBeanInfo
Returns the methods available on this gauge
getMethodDescriptors(). Method in class COM.ibm.beans.gauge.TraceRecorderBeanInfo
Returns the methods available on this gauge
getMinimum(). Method in class COM.ibm.beans.gauge.BaseGauge
Return the minimum of the current gauge range.
getMinimum(). Method in interface COM.ibm.beans.gauge.Gauge
Return the minimum of the current range.
getMinimumSize(). Method in class COM.ibm.beans.gauge.BarIndicator
Return the minimum required size for the gauge
getMinimumSize(). Method in class COM.ibm.beans.gauge.BlockIndicator
Returns the minimum size for this gauge
getMinimumSize(). Method in class COM.ibm.beans.gauge.LEDCounter
Return minimum size for the gauge
getMinimumSize(). Method in class COM.ibm.beans.gauge.LightBulbIndicator
Return the minimum size of the gauge
getMinimumSize(). Method in class COM.ibm.beans.gauge.Needle
Returns the minimum required size for this gauge
getMinimumSize(). Method in class COM.ibm.beans.gauge.Oscilloscope
Returns the minimum required size for this gauge
getMinimumSize(). Method in class COM.ibm.beans.gauge.RollingCounter
Return minimum size for the gauge
getMinimumSize(). Method in class COM.ibm.beans.gauge.Thermometer
Returns the minimum size required for this gauge
getMinimumSize(). Method in class COM.ibm.beans.gauge.TraceRecorder
Return the minimum size required for this gauge
getNeedleColor(). Method in class COM.ibm.beans.gauge.Needle
'get' accessor method for the needleColor property
getNegative(). Method in class COM.ibm.beans.gauge.BlockIndicator
'get' accessor method for negative property
getNegativeColor(). Method in class COM.ibm.beans.gauge.Thermometer
'get' accessor method for negativeColor property
getNumberOfDigits(). Method in class COM.ibm.beans.gauge.LEDCounter
'get' accessor method for numberOfDigits property
getNumberOfDigits(). Method in class COM.ibm.beans.gauge.RollingCounter
'get' accessor method for numberOfDigits property
getPositive(). Method in class COM.ibm.beans.gauge.BlockIndicator
'get' accessor method for positive property
getPositiveColor(). Method in class COM.ibm.beans.gauge.Thermometer
'get' accessor method for positiveColor property
getPreferredSize(). Method in class COM.ibm.beans.gauge.BaseGauge
Return the preferred size for the gauge, as set by setPreferredSize().
getPrefix(). Method in class COM.ibm.beans.gauge.Thermometer
'get' accessor method for prefix property
getPropertyDescriptors(). Method in class COM.ibm.beans.gauge.BarIndicatorBeanInfo
Returns the properties available on this gauge
getPropertyDescriptors(). Method in class COM.ibm.beans.gauge.BlockIndicatorBeanInfo
Returns the properties available on this gauge
getPropertyDescriptors(). Method in class COM.ibm.beans.gauge.LEDCounterBeanInfo
Returns the properties available on this gauge
getPropertyDescriptors(). Method in class COM.ibm.beans.gauge.LightBulbIndicatorBeanInfo
Returns the properties available on this gauge
getPropertyDescriptors(). Method in class COM.ibm.beans.gauge.NeedleBeanInfo
Returns the properties available on this gauge
getPropertyDescriptors(). Method in class COM.ibm.beans.gauge.OscilloscopeBeanInfo
Returns the properties available on this gauge
getPropertyDescriptors(). Method in class COM.ibm.beans.gauge.RAGNeedleBeanInfo
Returns the properties available on this gauge
getPropertyDescriptors(). Method in class COM.ibm.beans.gauge.RollingCounterBeanInfo
Returns the properties available on this gauge
getPropertyDescriptors(). Method in class COM.ibm.beans.gauge.ThermometerBeanInfo
Returns the properties available on this gauge
getPropertyDescriptors(). Method in class COM.ibm.beans.gauge.TraceRecorderBeanInfo
Returns the properties available on this gauge
getRAThreshold(). Method in class COM.ibm.beans.gauge.RAGNeedle
'get' accessor method for RAThreshold property
getRed(). Method in class COM.ibm.beans.gauge.AlphaColor
Return the red component.
getRGBA(). Method in class COM.ibm.beans.gauge.AlphaColor
Return an integer value representing the AlphaColor in the default RGB ColorModel.
getScale(). Method in class COM.ibm.beans.gauge.Thermometer
'get' accessor method for scale property
getScaleColor(). Method in class COM.ibm.beans.gauge.Oscilloscope
'get' accessor method for scaleColor property
getScaleColor(). Method in class COM.ibm.beans.gauge.TraceRecorder
'get' accessor method for scaleColor property
getSlide(). Method in class COM.ibm.beans.gauge.LEDCounter
'get' accessor method for slide property
getSlide(). Method in class COM.ibm.beans.gauge.RollingCounter
'get' accessor method for slide property
getSpacing(). Method in class COM.ibm.beans.gauge.BlockIndicator
'get' accessor method for spacing property
getSuffix(). Method in class COM.ibm.beans.gauge.Thermometer
'get' accessor method for suffix property
getSupport(). Method in class COM.ibm.beans.gauge.BaseGauge
 
getTicks(). Method in class COM.ibm.beans.gauge.Needle
'get' accessor method for the ticks property
getTitle(). Method in class COM.ibm.beans.gauge.Needle
'get' accessor method for the title property
getTitle(). Method in class COM.ibm.beans.gauge.Thermometer
'get' accessor method for title property
getTraceColor(). Method in class COM.ibm.beans.gauge.Oscilloscope
'get' accessor method for traceColor property
getTraceColor(). Method in class COM.ibm.beans.gauge.TraceRecorder
'get' accessor method for traceColor
getTubeColor(). Method in class COM.ibm.beans.gauge.Thermometer
'get' accessor method for tubeColor property
getTubeWidth(). Method in class COM.ibm.beans.gauge.Thermometer
'get' accessor method for tubeWidth property
getValue(). Method in class COM.ibm.beans.gauge.BaseGauge
Return the current value of the gauge.
getValue(). Method in interface COM.ibm.beans.gauge.Gauge
Return the current value of the gauge.
gold. Static variable in class COM.ibm.beans.gauge.ColorGradient
 


H

hasTimerSession(Object). Static method in class COM.ibm.beans.gauge.Timer
Report whether a timer session has been opened for the given key.
hotAndCold. Static variable in class COM.ibm.beans.gauge.ColorGradient
 


I

imagesReady(). Method in class COM.ibm.beans.gauge.BaseGauge
This method is called automatically whenever the final image currently registered to be monitored during loading becomes ready.
imageUpdate(Image, int, int, int, int, int). Method in class COM.ibm.beans.gauge.BaseGauge
The standard component imageUpdate method.
ImmediateSynchronization(). Constructor for class COM.ibm.beans.gauge.ImmediateSynchronization
Create an ImmediateSynchronization which updates without delay to each new value, and waits indefinitely between changes of value.
ImmediateSynchronization(long, long). Constructor for class COM.ibm.beans.gauge.ImmediateSynchronization
Create an ImmediateSynchronization with the specified delay interval between updates when synchronized and when not synchronized.
INDEFINITE_WAIT. Static variable in interface COM.ibm.beans.gauge.GaugeSynchronization
The value which indicates an indefinite wait, causing no new value to be displayed until the gauge value next changes.
InertialSynchronization(). Constructor for class COM.ibm.beans.gauge.InertialSynchronization
Create an InertialSynchronization with a natural period of 20 and a damping of 1 (critical damping).
InertialSynchronization(double, double). Constructor for class COM.ibm.beans.gauge.InertialSynchronization
Create an InertialSynchronization with the specified damping, minimum velocity, and time delays when synchronized and when not synchronized.
InertialSynchronization(double, double, long, long). Constructor for class COM.ibm.beans.gauge.InertialSynchronization
Create an InertialSynchronization with the specified damping, minimum velocity, and time delays when synchronized and when not synchronized.
insets(). Method in interface COM.ibm.beans.gauge.Background
Return the insets which the border part (if any) will occupy when the background is rendered.
insets(). Method in class COM.ibm.beans.gauge.BorderBackground
Return the insets occupied by the border.
isEmpty(). Method in class COM.ibm.beans.gauge.ColorGradient
Return true if the total weight is 1 or more
isImageReady(Image). Method in class COM.ibm.beans.gauge.BaseGauge
Return true if the image registered to be monitored during loading is now ready.
isSynchronized(long, long, long, long, long, long). Method in class COM.ibm.beans.gauge.BaseGauge
Return true if the gauge considers the current display to be fully synchronized.
isSynchronized(long, long, long, long, long, long). Method in interface COM.ibm.beans.gauge.GaugeSynchronization
Return true if the gauge considers the current display to be fully synchronized.
isSynchronized(long, long, long, long, long, long). Method in class COM.ibm.beans.gauge.ImmediateSynchronization
Return true if the gauge display is now synchronized.
isSynchronized(long, long, long, long, long, long). Method in class COM.ibm.beans.gauge.InertialSynchronization
Return true if the gauge display is now synchronized.
isSynchronized(long, long, long, long, long, long). Method in class COM.ibm.beans.gauge.LEDCounter
Return true if the gauge considers the current display to be fully synchronized.
isSynchronized(long, long, long, long, long, long). Method in class COM.ibm.beans.gauge.RollingCounter
Return true if the gauge considers the current display to be fully synchronized.


L

Latch(). Constructor for class COM.ibm.beans.gauge.Latch
 
LEDCounter(). Constructor for class COM.ibm.beans.gauge.LEDCounter
Default constructor
LEDCounterBeanInfo(). Constructor for class COM.ibm.beans.gauge.LEDCounterBeanInfo
 
LEFT_TO_RIGHT. Static variable in class COM.ibm.beans.gauge.ImageManipulator
Reflection constant for left to right reflection.
lemon. Static variable in class COM.ibm.beans.gauge.AlphaColor
The color lemon
LightBulbIndicator(). Constructor for class COM.ibm.beans.gauge.LightBulbIndicator
Default constructor
LightBulbIndicatorBeanInfo(). Constructor for class COM.ibm.beans.gauge.LightBulbIndicatorBeanInfo
 
lime. Static variable in class COM.ibm.beans.gauge.AlphaColor
The color lime
LinearSynchronization(). Constructor for class COM.ibm.beans.gauge.LinearSynchronization
Create a Continuous behaviour with a step size of 1.
LinearSynchronization(long). Constructor for class COM.ibm.beans.gauge.LinearSynchronization
Create a Continuous behaviour with the given step size.
LinearSynchronization(long, long, long). Constructor for class COM.ibm.beans.gauge.LinearSynchronization
Create a Continuous behaviour with the given step size and delay values when synchronized and when not synchronized.


M

MARGIN. Static variable in class COM.ibm.beans.gauge.BorderBackground
A plain margin border style.
meadow. Static variable in class COM.ibm.beans.gauge.ColorGradient
 


N

N_S. Static variable in class COM.ibm.beans.gauge.Fill
Fill direction of North to South
naturalPeriod(). Method in class COM.ibm.beans.gauge.InertialSynchronization
Return the current natural period.
NE_SW. Static variable in class COM.ibm.beans.gauge.Fill
Fill direction of Northeast to Southwest
nearestColor(Color). Static method in class COM.ibm.beans.gauge.AlphaColor
Return the nearest solid color to the supplied color from the current palette.
Needle(). Constructor for class COM.ibm.beans.gauge.Needle
Default constructor
NeedleBeanInfo(). Constructor for class COM.ibm.beans.gauge.NeedleBeanInfo
 
nextValue(long, long, long, long, long, long). Method in class COM.ibm.beans.gauge.BaseGauge
Return the next value which the gauge display will show.
nextValue(long, long, long, long, long, long). Method in interface COM.ibm.beans.gauge.GaugeSynchronization
Return the next value which the gauge display will show.
nextValue(long, long, long, long, long, long). Method in class COM.ibm.beans.gauge.ImmediateSynchronization
Return the next value for the gauge to show to achieve the required synchronization.
nextValue(long, long, long, long, long, long). Method in class COM.ibm.beans.gauge.InertialSynchronization
Return the next value for the gauge to show to achieve the required synchronization.
nextValue(long, long, long, long, long, long). Method in class COM.ibm.beans.gauge.LEDCounter
Return the next value which the gauge display will show.
nextValue(long, long, long, long, long, long). Method in class COM.ibm.beans.gauge.LinearSynchronization
Return the next value for the gauge to show to achieve the required synchronization.
nextValue(long, long, long, long, long, long). Method in class COM.ibm.beans.gauge.RollingCounter
Return the next value which the gauge display will show.
nextValueDelay(boolean). Method in class COM.ibm.beans.gauge.BaseGauge
Return the time interval in milliseconds after which the next value is to be displayed by the gauge.
nextValueDelay(boolean). Method in interface COM.ibm.beans.gauge.GaugeSynchronization
Return the time interval in milliseconds after which the next value is to be displayed by the gauge.
nextValueDelay(boolean). Method in class COM.ibm.beans.gauge.ImmediateSynchronization
Return the time interval in milliseconds after which the next value is to be displayed by the gauge to achieve the required synchronization.
NO_REFLECTION. Static variable in class COM.ibm.beans.gauge.ImageManipulator
Reflection constant for no reflection.
NO_ROTATION. Static variable in class COM.ibm.beans.gauge.ImageManipulator
Rotation constant for 0 degree rotation.
NO_WAIT. Static variable in interface COM.ibm.beans.gauge.GaugeSynchronization
The value which indicates no wait, causing the next new value to be displayed at once.
NONE. Static variable in class COM.ibm.beans.gauge.BorderBackground
No border style.
normalize(long, long, long, double, double). Static method in class COM.ibm.beans.gauge.Normalizer
Compute a value in a new range corresponding to the given value in the given range.
normalizeBalanced(long, long, long, int, int). Static method in class COM.ibm.beans.gauge.Normalizer
A version of normalizeBalanced where the new range and the return value has type int rather than long.
normalizeBalanced(long, long, long, long, long). Static method in class COM.ibm.beans.gauge.Normalizer
Compute a value in a new range corresponding to the given value in the given range.
normalizeBalanced2(long, long, long, int, int). Static method in class COM.ibm.beans.gauge.Normalizer
A version of normalizeBalanced2 where the new range and the return value has type int rather than long.
normalizeBalanced2(long, long, long, long, long). Static method in class COM.ibm.beans.gauge.Normalizer
Compute a value in a new range corresponding to the given value in the given range.
normalizeDown(long, long, long, int, int). Static method in class COM.ibm.beans.gauge.Normalizer
A version of normalizeDown where the new range and the return value has type int rather than long.
normalizeDown(long, long, long, long, long). Static method in class COM.ibm.beans.gauge.Normalizer
Compute a value in a new range corresponding to the given value in the given range.
Normalizer(). Constructor for class COM.ibm.beans.gauge.Normalizer
 
normalizeUp(long, long, long, int, int). Static method in class COM.ibm.beans.gauge.Normalizer
A version of normalizeUp where the new range and the return value has type int rather than long
normalizeUp(long, long, long, long, long). Static method in class COM.ibm.beans.gauge.Normalizer
Compute a value in a new range corresponding to the given value in the given range.
NW_SE. Static variable in class COM.ibm.beans.gauge.Fill
Fill direction of Northwest to Southeast


O

openTimerSession(Object). Static method in class COM.ibm.beans.gauge.Timer
Register a timer session identified by the given key.
Oscilloscope(). Constructor for class COM.ibm.beans.gauge.Oscilloscope
Default constructor
OscilloscopeBeanInfo(). Constructor for class COM.ibm.beans.gauge.OscilloscopeBeanInfo
 


P

paint(Graphics). Method in class COM.ibm.beans.gauge.BaseGauge
The standard paint method, this cannot be overridden by derived classes
paint(Graphics, Dimension, long, long, long, boolean, long, long, long). Method in class COM.ibm.beans.gauge.BarIndicator
Paint the gauge.
paint(Graphics, Dimension, long, long, long, boolean, long, long, long). Method in class COM.ibm.beans.gauge.BaseGauge
Paint the gauge.
paint(Graphics, Dimension, long, long, long, boolean, long, long, long). Method in class COM.ibm.beans.gauge.BlockIndicator
Paint the gauge.
paint(Graphics, Dimension, long, long, long, boolean, long, long, long). Method in class COM.ibm.beans.gauge.LEDCounter
Paint the gauge.
paint(Graphics, Dimension, long, long, long, boolean, long, long, long). Method in class COM.ibm.beans.gauge.LightBulbIndicator
Paint the gauge.
paint(Graphics, Dimension, long, long, long, boolean, long, long, long). Method in class COM.ibm.beans.gauge.Needle
Paint the gauge.
paint(Graphics, Dimension, long, long, long, boolean, long, long, long). Method in class COM.ibm.beans.gauge.Oscilloscope
Paint the gauge.
paint(Graphics, Dimension, long, long, long, boolean, long, long, long). Method in class COM.ibm.beans.gauge.RollingCounter
Paint the gauge.
paint(Graphics, Dimension, long, long, long, boolean, long, long, long). Method in class COM.ibm.beans.gauge.Thermometer
Paint the gauge.
paint(Graphics, Dimension, long, long, long, boolean, long, long, long). Method in class COM.ibm.beans.gauge.TraceRecorder
Paint the gauge.
paintHighlight(Graphics, Dimension). Method in class COM.ibm.beans.gauge.Needle
Override this method to paint on top of the gauge.
paintHighlight(Graphics, Dimension). Method in class COM.ibm.beans.gauge.Thermometer
Override this method to paint on top of the gauge.
paintPots. Static variable in class COM.ibm.beans.gauge.ColorGradient
 
processComponentEvent(ComponentEvent). Method in class COM.ibm.beans.gauge.BarIndicator
 
processComponentEvent(ComponentEvent). Method in class COM.ibm.beans.gauge.BaseGauge
 
propertyChange(PropertyChangeEvent). Method in class COM.ibm.beans.gauge.LEDCounter
PropertyChangeListener implementation: used so that Counter can listen to BaseGauge properties to update the number of digits
propertyChange(PropertyChangeEvent). Method in class COM.ibm.beans.gauge.RAGNeedle
PropertyChangeListener implementation - need to know when either minimum or maximum property has changed to update gradient
propertyChange(PropertyChangeEvent). Method in class COM.ibm.beans.gauge.RollingCounter
PropertyChangeListener implementation: used so that Counter can listen to BaseGauge properties to update the number of digits


R

radiusSquared. Variable in class COM.ibm.beans.gauge.RegionOval
 
radiusX. Variable in class COM.ibm.beans.gauge.RegionOval
 
radiusXSquared. Variable in class COM.ibm.beans.gauge.RegionOval
 
radiusY. Variable in class COM.ibm.beans.gauge.RegionOval
 
radiusYSquared. Variable in class COM.ibm.beans.gauge.RegionOval
 
RAGNeedle(). Constructor for class COM.ibm.beans.gauge.RAGNeedle
Default Constructor
RAGNeedleBeanInfo(). Constructor for class COM.ibm.beans.gauge.RAGNeedleBeanInfo
 
rainbow. Static variable in class COM.ibm.beans.gauge.ColorGradient
 
rectangle. Variable in class COM.ibm.beans.gauge.RegionRectangle
 
region. Variable in class COM.ibm.beans.gauge.RegionInverse
 
RegionIntersection(Region[]). Constructor for class COM.ibm.beans.gauge.RegionIntersection
Create a region which is the intersection of one or more regions.
RegionIntersection(Vector). Constructor for class COM.ibm.beans.gauge.RegionIntersection
Create a region which is the intersection of one or more regions.
RegionInverse(Region). Constructor for class COM.ibm.beans.gauge.RegionInverse
Create a region which contains all the points not in the specified region.
RegionOval(int, int, int). Constructor for class COM.ibm.beans.gauge.RegionOval
Create an oval region based on the specified parameters.
RegionOval(int, int, int, int). Constructor for class COM.ibm.beans.gauge.RegionOval
Create an oval region based on the specified parameters, centered in the middle of the region, as big as possible.
RegionRectangle(Rectangle). Constructor for class COM.ibm.beans.gauge.RegionRectangle
Create a new region based on the specified rectangle.
regions. Variable in class COM.ibm.beans.gauge.RegionIntersection
 
removeNotify(). Method in class COM.ibm.beans.gauge.BaseGauge
 
removePropertyChangeListener(PropertyChangeListener). Method in class COM.ibm.beans.gauge.BaseGauge
Remove listeners to gauge properties
render(Graphics, int, int, int, int). Method in interface COM.ibm.beans.gauge.Background
Render the border and background onto the given graphics, within a bounding rectangle.
render(Graphics, int, int, int, int). Method in class COM.ibm.beans.gauge.BorderBackground
Render the border onto a graphics, within the rectangle specified.
render(Graphics, int, int, int, int). Method in class COM.ibm.beans.gauge.TileBackground
Render the background onto a graphics, within the rectangle specified.
renderRepeatedImage(Graphics, Image, int, int, int, int). Static method in class COM.ibm.beans.gauge.ImageManipulator
Draw repeated copies of the source image onto the supplied Graphics at the position specified.
renderRepeatedImage(Graphics, Image[], int, int, int, int, int). Static method in class COM.ibm.beans.gauge.ImageManipulator
Draws repeated copies of the source images onto the supplied Graphics.
renderTiledImage(Graphics, Image, int, int, int, int, int, int). Static method in class COM.ibm.beans.gauge.Fill
Draw a new image consisting of the given image tiled onto the supplied Graphics at the position specified.
renderTiledImage(Graphics, Image[], int, int, int, int, int, int, int). Static method in class COM.ibm.beans.gauge.Fill
Draw a new image consisting of the given image(s) tiled onto the supplied Graphics at the position specified.
reset(). Method in class COM.ibm.beans.gauge.Latch
 
resetSynchronization(). Method in class COM.ibm.beans.gauge.BaseGauge
 
resetSynchronization(). Method in interface COM.ibm.beans.gauge.GaugeSynchronization
Reset the synchronization to its initial state, clearing all the internal variables.
resetSynchronization(). Method in class COM.ibm.beans.gauge.ImmediateSynchronization
 
resetSynchronization(). Method in class COM.ibm.beans.gauge.InertialSynchronization
 
resetTimer(Object). Static method in class COM.ibm.beans.gauge.Timer
Reset the elapsed time counter for the timer session
reverse(). Method in class COM.ibm.beans.gauge.ColorGradient
Return a new color gradient with the order of the colors reversed.
RollingCounter(). Constructor for class COM.ibm.beans.gauge.RollingCounter
Default constructor
RollingCounterBeanInfo(). Constructor for class COM.ibm.beans.gauge.RollingCounterBeanInfo
 
ROTATE_180. Static variable in class COM.ibm.beans.gauge.ImageManipulator
Rotation constant for 180 degree rotation.
ROWS. Static variable in class COM.ibm.beans.gauge.Fill
Flow method constant for creating rows of images.
ROWS. Static variable in class COM.ibm.beans.gauge.ImageManipulator
Flow method constant for creating rows of images.
run(). Method in class COM.ibm.beans.gauge.BaseGauge
The standard Runnable run method.
rxsRys. Variable in class COM.ibm.beans.gauge.RegionOval
 


S

S_N. Static variable in class COM.ibm.beans.gauge.Fill
Fill direction of South to North
SE_NW. Static variable in class COM.ibm.beans.gauge.Fill
Fill direction of Southeast to Northwest
set(). Method in class COM.ibm.beans.gauge.Latch
 
setAdvance(int). Method in class COM.ibm.beans.gauge.Oscilloscope
'set' accessor method for advance property
setAdvance(int). Method in class COM.ibm.beans.gauge.TraceRecorder
'set' accessor method for advance property
setAGThreshold(long). Method in class COM.ibm.beans.gauge.RAGNeedle
'set' accessor method for AGThreshold property
setBackground(Background). Method in class COM.ibm.beans.gauge.BaseGauge
Set the background to be drawn by this gauge prior to each paint.
setBackground(Color). Method in class COM.ibm.beans.gauge.BarIndicator
'set' accessor method for background property
setBackground(Color). Method in class COM.ibm.beans.gauge.BlockIndicator
'set' accessor method for background property
setBackground(Color). Method in class COM.ibm.beans.gauge.BorderBackground
Set the background color for the border.
setBackground(Color). Method in class COM.ibm.beans.gauge.Needle
'set' accessor method for background property
setBackground(Color). Method in class COM.ibm.beans.gauge.Oscilloscope
'set' accessor method for background property
setBackground(Color). Method in class COM.ibm.beans.gauge.Thermometer
'set' accessor method for background property
setBackground(Color). Method in class COM.ibm.beans.gauge.TraceRecorder
'set' accessor method for background
setBarStyle(int). Method in class COM.ibm.beans.gauge.BarIndicator
'set' accessor method for barStyle property
setBarStyle(int). Method in class COM.ibm.beans.gauge.Needle
'set' accessor method for barStyle property
setBase(int). Method in class COM.ibm.beans.gauge.LEDCounter
'set' accessor method for base property
setBase(int). Method in class COM.ibm.beans.gauge.RollingCounter
'set' accessor method for base property
setBlockHeight(int). Method in class COM.ibm.beans.gauge.BlockIndicator
'set' accessor method for blockHeight property
setBlocks(int). Method in class COM.ibm.beans.gauge.BlockIndicator
'set' accessor method for blocks property
setBlockWidth(int). Method in class COM.ibm.beans.gauge.BlockIndicator
'set' accessor method for blockWidth property
setBorder(int). Method in class COM.ibm.beans.gauge.BorderBackground
Set the border style.
setBorder(int, int, int, int). Method in class COM.ibm.beans.gauge.BorderBackground
Set the border style and widths.
setBorder(int, int, int, int, Color, Color). Method in class COM.ibm.beans.gauge.BorderBackground
Set the border style and widths and colors.
setBounds(int, int, int, int). Method in class COM.ibm.beans.gauge.BarIndicator
Over-ridden setBounds method on component to reset bar image when reshaped/resized
setBounds(int, int, int, int). Method in class COM.ibm.beans.gauge.Needle
Over-ridden Component method to reset images and dimensions when the gauge is resized
setBounds(int, int, int, int). Method in class COM.ibm.beans.gauge.Oscilloscope
Over-ridden Component method to recalculate all the gauge images and dimensions
setBounds(int, int, int, int). Method in class COM.ibm.beans.gauge.Thermometer
Over-ridden Component method to reset gauge images and dimensions when resized
setBounds(int, int, int, int). Method in class COM.ibm.beans.gauge.TraceRecorder
Over-ridden Component method to reset all the images and dimensions in the gauge when resized
setChangeOver(long). Method in class COM.ibm.beans.gauge.BlockIndicator
'set' accessor method for changeOver property
setChangeover(long). Method in class COM.ibm.beans.gauge.Thermometer
'set' accessor method for changeover property
setDamping(double). Method in class COM.ibm.beans.gauge.InertialSynchronization
Set the damping.
setDefaultGaugeSynchronization(GaugeSynchronization). Method in class COM.ibm.beans.gauge.BaseGauge
Set the default gauge synchronization to be used by this gauge.
setDelay(long). Method in class COM.ibm.beans.gauge.Oscilloscope
'set' accessor method for delay property
setDelay(long). Method in class COM.ibm.beans.gauge.TraceRecorder
'set' accessor method for delay property
setFillColor(Color). Method in class COM.ibm.beans.gauge.TraceRecorder
'set' accessor method for fillColor property
setForeground(Color). Method in class COM.ibm.beans.gauge.BorderBackground
Set the foreground color for the border.
setForeground(Color). Method in class COM.ibm.beans.gauge.Needle
'set' accessor method for foreground property
setForeground(Color). Method in class COM.ibm.beans.gauge.Thermometer
'set' accessor method for foreground property
setGaugeSynchronization(GaugeSynchronization). Method in class COM.ibm.beans.gauge.BaseGauge
Set the gauge synchronization to be used by this gauge.
setGradient(ColorGradient). Method in class COM.ibm.beans.gauge.Needle
 
setGradientOutside(boolean). Method in class COM.ibm.beans.gauge.Needle
'set' accessor method for gradientOutside property
setHorizontal(boolean). Method in class COM.ibm.beans.gauge.BarIndicator
'set' accessor method for horizontal property
setHorizontal(boolean). Method in class COM.ibm.beans.gauge.BlockIndicator
'set' accessor method for horizontal property
setImmediate(boolean). Method in class COM.ibm.beans.gauge.LEDCounter
'set' accessor method for immediate property
setImmediate(boolean). Method in class COM.ibm.beans.gauge.RollingCounter
'set' accessor method for immediate property
setInterval(long). Method in class COM.ibm.beans.gauge.LightBulbIndicator
'set' accessor method for the interval property
setLines(int). Method in class COM.ibm.beans.gauge.Oscilloscope
'set' accessor method for lines property
setLines(int). Method in class COM.ibm.beans.gauge.TraceRecorder
'set' accessor method for lines property
setMaximum(long). Method in class COM.ibm.beans.gauge.BaseGauge
Set the maximum value property for the gauge
setMercuryColor(Color). Method in class COM.ibm.beans.gauge.Thermometer
'set' accessor method for mercuryColor property
setMinimum(long). Method in class COM.ibm.beans.gauge.BaseGauge
Set the minimum value property for the gauge
setNaturalPeriod(double). Method in class COM.ibm.beans.gauge.InertialSynchronization
Set the natural period.
setNeedleColor(Color). Method in class COM.ibm.beans.gauge.Needle
'set' accessor method for the needleColor property
setNegative(Color). Method in class COM.ibm.beans.gauge.BlockIndicator
'set' accessor method for negative property
setNegativeColor(Color). Method in class COM.ibm.beans.gauge.Thermometer
'set' accessor method for negativeColor property
setNumberOfDigits(int). Method in class COM.ibm.beans.gauge.LEDCounter
'set' accessor method for numberOfDigits property
setNumberOfDigits(int). Method in class COM.ibm.beans.gauge.RollingCounter
'set' accessor method for numberOfDigits property
setPositive(Color). Method in class COM.ibm.beans.gauge.BlockIndicator
'set' accessor method for positive property
setPositiveColor(Color). Method in class COM.ibm.beans.gauge.Thermometer
'set' accessor method for positiveColor property
setPreferredSize(int, int). Method in class COM.ibm.beans.gauge.BaseGauge
Set the preferred size for the gauge.
setPrefix(String). Method in class COM.ibm.beans.gauge.Thermometer
'set' accessor method for prefix property
setRange(long, long). Method in class COM.ibm.beans.gauge.BaseGauge
Set the range for the gauge to present.
setRange(long, long). Method in interface COM.ibm.beans.gauge.Gauge
Set the range for the gauge to present.
setRAThreshold(long). Method in class COM.ibm.beans.gauge.RAGNeedle
'set' accessor method for RAThreshold property
setScale(boolean). Method in class COM.ibm.beans.gauge.Thermometer
'set' accessor method for scale property
setScaleColor(Color). Method in class COM.ibm.beans.gauge.Oscilloscope
'set' accessor method for scaleColor property
setScaleColor(Color). Method in class COM.ibm.beans.gauge.TraceRecorder
'set' accessor method for scaleColor property
setSlide(boolean). Method in class COM.ibm.beans.gauge.LEDCounter
'set' accessor method for slide property
setSlide(boolean). Method in class COM.ibm.beans.gauge.RollingCounter
'set' accessor method for slide property
setSpacing(int). Method in class COM.ibm.beans.gauge.BlockIndicator
'set' accessor method for spacing property
setSuffix(String). Method in class COM.ibm.beans.gauge.Thermometer
'set' accessor method for suffix property
setTicks(int). Method in class COM.ibm.beans.gauge.Needle
'set' accessor method for the ticks property
setTile(Image, int, int). Method in class COM.ibm.beans.gauge.TileBackground
Set the tile image and offsets.
setTile(Image[], int, int, int). Method in class COM.ibm.beans.gauge.TileBackground
Set the tile images, offsets, and flow method.
setTitle(String). Method in class COM.ibm.beans.gauge.Needle
'set' accessor method for the title property
setTitle(String). Method in class COM.ibm.beans.gauge.Thermometer
'set' accessor method for title property
setTraceColor(Color). Method in class COM.ibm.beans.gauge.Oscilloscope
'set' accessor method for traceColor property
setTraceColor(Color). Method in class COM.ibm.beans.gauge.TraceRecorder
'set' accessor method for traceColor
setTubeColor(Color). Method in class COM.ibm.beans.gauge.Thermometer
'set' accessor method for tubeColor property
setTubeWidth(int). Method in class COM.ibm.beans.gauge.Thermometer
'set' accessor method for tubeWidth property
setValue(long). Method in class COM.ibm.beans.gauge.BaseGauge
Set the value for the gauge to present.
setValue(long). Method in interface COM.ibm.beans.gauge.Gauge
Set the value for the gauge to present.
setValueAndRange(long, long, long). Method in class COM.ibm.beans.gauge.BaseGauge
Set the value for the gauge to present, together with the range to present it in.
setValueAndRange(long, long, long). Method in interface COM.ibm.beans.gauge.Gauge
Set the value for the gauge to present, together with the range to present it in.
SW_NE. Static variable in class COM.ibm.beans.gauge.Fill
Fill direction of Southwest to Northeast
synchronize(). Method in class COM.ibm.beans.gauge.BaseGauge
Wait until the gauge is synchronized.
synchronize(). Method in interface COM.ibm.beans.gauge.Gauge
Wait until the gauge is synchronized.


T

terracotta. Static variable in class COM.ibm.beans.gauge.ColorGradient
 
Thermometer(). Constructor for class COM.ibm.beans.gauge.Thermometer
Default constructor
ThermometerBeanInfo(). Constructor for class COM.ibm.beans.gauge.ThermometerBeanInfo
 
TileBackground(). Constructor for class COM.ibm.beans.gauge.TileBackground
Create a TileBackground with no tile image and zero offsets.
TileBackground(Image, int, int). Constructor for class COM.ibm.beans.gauge.TileBackground
Create a TileBackground with the given image and offsets.
TileBackground(Image[], int, int, int). Constructor for class COM.ibm.beans.gauge.TileBackground
Create a TileBackground with the given image, offsets and flow method.
Timer(). Constructor for class COM.ibm.beans.gauge.Timer
 
TOP_TO_BOTTOM. Static variable in class COM.ibm.beans.gauge.ImageManipulator
Reflection constant for top to bottom reflection.
TOPLEFT_TO_BOTTOMRIGHT. Static variable in class COM.ibm.beans.gauge.ImageManipulator
Reflection constant for top left to bottom right reflection.
TOPRIGHT_TO_BOTTOMLEFT. Static variable in class COM.ibm.beans.gauge.ImageManipulator
Reflection constant for top right to bottom left reflection.
toString(). Method in class COM.ibm.beans.gauge.AlphaColor
Return a String representation of this AlphaColor's values.
totalWeight(). Method in class COM.ibm.beans.gauge.ColorGradient
Calculte the total weighting for the color gradient.
TraceRecorder(). Constructor for class COM.ibm.beans.gauge.TraceRecorder
Default constructor
TraceRecorderBeanInfo(). Constructor for class COM.ibm.beans.gauge.TraceRecorderBeanInfo
 
twilight. Static variable in class COM.ibm.beans.gauge.ColorGradient
 


U

unNormalizeBalanced(long, long, long, long, long). Static method in class COM.ibm.beans.gauge.Normalizer
Compute a value in a new range corresponding to the given value in the given range.
update(Graphics). Method in class COM.ibm.beans.gauge.BaseGauge
The standard update method, this cannot be overridden by derived classes


W

W_E. Static variable in class COM.ibm.beans.gauge.Fill
Fill direction of West to East
waitForImages(). Method in class COM.ibm.beans.gauge.BaseGauge
This method waits until all currently registered images are loaded.
waitForSet(). Method in class COM.ibm.beans.gauge.Latch
 
waitUntil(Object, long). Static method in class COM.ibm.beans.gauge.Timer
Wait until a given elapsed time from the last reset of the timer session.
waitUntil(Object, long, Object). Static method in class COM.ibm.beans.gauge.Timer
Wait until a given elapsed time from the last reset of the timer session, or until the monitor is notified, whichever occurs sooner.


Copyright © Taligent, Inc. 1996 - 1997.
Copyright
© IBM Corporation 1996 - 1997.
All Rights Reserved.