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
- accessorName(String, boolean).
Static method in class com.ibm.eou.toolkit.bean.BeanInfoSupport
- Return a the name of a property accessor method based on the
supplied property name, and the supplied boolean indication of
whether a read or write method name is required.
- accumulate().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Increment the accumulator total by one.
- accumulate().
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- accumulate().
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Increment the accumulator total by one.
- accumulate(int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Increment the accumulator total by the specified increment.
- accumulate(int).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- accumulate(int).
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Increment the accumulator total by the specified increment.
- AccumulatorMeasurementMethodEditor().
Constructor for class com.ibm.eou.toolkit.gauge.bean.AccumulatorMeasurementMethodEditor
-
- add(AlphaColor, AlphaColor).
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Add a color transition to the end of the color gradient.
- add(AlphaColor, AlphaColor, int, int).
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Add a color transition to the end of the color gradient.
- add(AlphaColor[], AlphaColor[]).
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Add color transitions to the end of the color gradient.
- add(AlphaColor[], AlphaColor[], int[], int[]).
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Add color transitions to the end of the color gradient.
- add(Color, Color).
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Add a color transition to the end of the color gradient.
- add(Color, Color, int, int).
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Add a color transition to the end of the color gradient.
- add(Color[], Color[]).
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Add color transitions to the end of the color gradient.
- add(Color[], Color[], int[], int[]).
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Add color transitions to the end of the color gradient.
- add(ColorGradient).
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Add a color gradient to the end of this color gradient.
- add(ColorGradient[]).
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Add an array of color gradients to the end of this color gradient.
- addAdjustmentListener(AdjustmentListener).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Add a listener to the list of listeners
to be notified whenever the gauge value changes.
- addChangeListener(ChangeListener).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- addElement(Object, Object[], Object[]).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Add the specified object to the end of the source array.
- addGaugeModelListener(GaugeModelListener).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- addGaugeModelListener(GaugeModelListener).
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Add a gaugeModelListener to the GaugeModel.
- addImage(Image).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Register an image to be monitored during
loading
- addImages(Image[]).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Register images to be monitored during
loading
- addNotify().
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
-
- addTimerListener(TimerListener).
Method in class com.ibm.eou.toolkit.util.Timer
-
- adjustBrightness(Color, float).
Static method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Return a Color based on a supplied Color with its brightness
adjusted.
- adjustBrightness(float).
Method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Return a copy of the AlphaColor with its brightness
adjusted.
- adjustValue(int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Increment the current gauge value by the specified amount.
- adjustValue(int).
Method in interface com.ibm.eou.toolkit.gauge.Gauge
- Adjust the value for the gauge to present
by a relative amount.
- AlphaColor(Color).
Constructor for class com.ibm.eou.toolkit.graphics.AlphaColor
- Create an AlphaColor from the specified Color.
- AlphaColor(Color, int).
Constructor for class com.ibm.eou.toolkit.graphics.AlphaColor
- Create an AlphaColor from the specified Color and alpha value.
- AlphaColor(float, float, float, float).
Constructor for class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.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, int).
Constructor for class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.GraphicString
- Rotation constant for 90 degree anti-clockwise rotation of the text base line.
- ANTICLOCKWISE_90.
Static variable in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Rotation constant for 90 degree anti-clockwise rotation.
- ArcBlockIndicator().
Constructor for class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Create an ArcBlockIndicator with an initial value of 0 and a range of 0 to 100.
- ArcBlockIndicator().
Constructor for class com.ibm.eou.toolkit.gauge.bean.ArcBlockIndicator
-
- ArcBlockIndicator(int, int, int).
Constructor for class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Create an ArcBlockIndicator specifying only the initial value, minimum
value and maximum value.
- ArcBlockIndicator(int, int, int, int, int, int, int, int, Color, Color, Color).
Constructor for class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Create an ArcBlockIndicator specifying all properties.
- ArcBlockIndicatorBeanInfo().
Constructor for class com.ibm.eou.toolkit.gauge.bean.ArcBlockIndicatorBeanInfo
-
- areImagesReady().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return true if all images registered to be
monitored during loading are now ready.
- areImagesReady().
Method in class com.ibm.eou.toolkit.gauge.Counter
- Return true if all images registered to be
monitored during loading are now ready.
- BarIndicator().
Constructor for class com.ibm.eou.toolkit.gauge.BarIndicator
- Create a BarIndicator with an initial value of 0 and a range of 0 to 100.
- BarIndicator().
Constructor for class com.ibm.eou.toolkit.gauge.bean.BarIndicator
- Create a BarIndicator with an initial value of 100 and a range of 0 to 100.
- BarIndicator(int, int, int).
Constructor for class com.ibm.eou.toolkit.gauge.BarIndicator
- Create a BarIndicator specifying the initial value, minimum and maximum values.
- BarIndicator(int, int, int, boolean, Color).
Constructor for class com.ibm.eou.toolkit.gauge.BarIndicator
- Create a BarIndicator specifying the orientation and the color to draw
the bar in.
- BarIndicator(int, int, int, boolean, ColorGradient).
Constructor for class com.ibm.eou.toolkit.gauge.BarIndicator
- Create a BarIndicator specifying the orientation
and the color gradient to fill the bar with.
- BarIndicator(int, int, int, boolean, Image).
Constructor for class com.ibm.eou.toolkit.gauge.BarIndicator
- Create a BarIndicator specifying the orientation and the image to tile the bar with.
- BarIndicatorBeanInfo().
Constructor for class com.ibm.eou.toolkit.gauge.bean.BarIndicatorBeanInfo
-
- BaseGauge(GaugeModel, GaugeSynchronization).
Constructor for class com.ibm.eou.toolkit.gauge.BaseGauge
- Create a base gauge with the given model and the given gauge
synchronization as the default gauge synchronization.
- BaseGauge(int, int, int, GaugeSynchronization).
Constructor for class com.ibm.eou.toolkit.gauge.BaseGauge
- Create a base gauge with an initial value and range,
and the given gauge synchronization as the default
gauge synchronization.
- BeanInfoSupport().
Constructor for class com.ibm.eou.toolkit.bean.BeanInfoSupport
-
- blend(Color, Color, int).
Static method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Return a color that is a blend of the two supplied colors, with the
supplied bias toward the second color.
- BlockIndicator().
Constructor for class com.ibm.eou.toolkit.gauge.BlockIndicator
- Create a block indicator with an initial value of 0 and a range of 0 to 100.
- BlockIndicator().
Constructor for class com.ibm.eou.toolkit.gauge.bean.BlockIndicator
-
- BlockIndicator(int, int, int).
Constructor for class com.ibm.eou.toolkit.gauge.BlockIndicator
- Create a block indicator specifying the initial value, minimum and maximum values
The remaining properties default to being 2 way, red represents negative blocks,
green represents positive blocks and 10 blocks that are 16 by 16
pixels seperated by a 2 pixel interval.
- BlockIndicator(int, int, int, int, Dimension, int, boolean, Color, Color, int).
Constructor for class com.ibm.eou.toolkit.gauge.BlockIndicator
- Create a BlockIndicator specifying the number of blocks, the block dimensions, the
spacing between blocks, the orientation, and the colors to use for negative and
positive values.
- BlockIndicator(int, int, int, int, Dimension, int, boolean, Color[]).
Constructor for class com.ibm.eou.toolkit.gauge.BlockIndicator
- Create a BlockIndicator specifying the number of blocks, the block dimensions, the
spacing between blocks, the orientation, and the colors to use for the blocks.
- BlockIndicatorBeanInfo().
Constructor for class com.ibm.eou.toolkit.gauge.bean.BlockIndicatorBeanInfo
-
- blueberry.
Static variable in class com.ibm.eou.toolkit.graphics.AlphaColor
- The color blueberry
- BorderBackground(int).
Constructor for class com.ibm.eou.toolkit.graphics.BorderBackground
- Create a BorderBackground with the given border style.
- BorderBackground(int, int, int, int).
Constructor for class com.ibm.eou.toolkit.graphics.BorderBackground
- Create a BorderBackground with the given border style and widths.
- BorderBackground(int, int, int, int, Color, Color).
Constructor for class com.ibm.eou.toolkit.graphics.BorderBackground
- Create a BorderBackground with the given border style, widths,
and colors.
- BOTH.
Static variable in class com.ibm.eou.toolkit.util.TextUtils
- Constant denoting characters should be added or removed from
both the start and end of the text string.
- BOTTOM.
Static variable in class com.ibm.eou.toolkit.graphics.FontUtils
-
- brighter().
Method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Return a brighter version of this AlphaColor, preserving the alpha value.
- CENTER.
Static variable in class com.ibm.eou.toolkit.graphics.FontUtils
-
- centreX.
Variable in class com.ibm.eou.toolkit.graphics.RegionOval
-
- centreY.
Variable in class com.ibm.eou.toolkit.graphics.RegionOval
-
- charcoal.
Static variable in class com.ibm.eou.toolkit.graphics.ColorGradient
-
- cherry.
Static variable in class com.ibm.eou.toolkit.graphics.AlphaColor
- The color cherry
- CLIP.
Static variable in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Constant used as an argument to
setRangeAdjustmentMethod().
- CLIP_AND_STORE.
Static variable in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Constant used as an argument to
setRangeAdjustmentMethod().
- CLOCKWISE_90.
Static variable in class com.ibm.eou.toolkit.graphics.GraphicString
- Rotation constant for 90 degree clockwise rotation of the text base line.
- CLOCKWISE_90.
Static variable in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Rotation constant for 90 degree clockwise rotation.
- clone().
Method in class com.ibm.eou.toolkit.graphics.GraphicString
-
- closeTimerSession(Object).
Static method in class com.ibm.eou.toolkit.util.Timer
- Remove the key from the timer's open
sessions list.
- codify(char).
Static method in class com.ibm.eou.toolkit.bean.BeanInfoSupport
- Return a string suitable for Java compilation based on the supplied
character.
- ColorGradient().
Constructor for class com.ibm.eou.toolkit.graphics.ColorGradient
- Construct a new empty ColorGradient.
- ColorGradient(AlphaColor, AlphaColor).
Constructor for class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.ColorGradient
- Construct a new ColorGradient with the specified AlphaColors and weights.
- ColorGradient(AlphaColor[], AlphaColor[]).
Constructor for class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.ColorGradient
- Construct a new ColorGradient with the specified AlphaColors and weights.
- ColorGradient(Color, Color).
Constructor for class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.ColorGradient
- Construct a new ColorGradient with the specified Colors and weights.
- ColorGradient(Color[], Color[]).
Constructor for class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.ColorGradient
- Construct a new ColorGradient with the specified Colors and weights.
- ColorGradient(ColorGradient).
Constructor for class com.ibm.eou.toolkit.graphics.ColorGradient
- Construct a new ColorGradient from an existing ColorGradient.
- ColorGradient(ColorGradient[]).
Constructor for class com.ibm.eou.toolkit.graphics.ColorGradient
- Construct a new ColorGradient by concatenating an array of ColorGradients.
- ColorGradientEditor().
Constructor for class com.ibm.eou.toolkit.gauge.bean.ColorGradientEditor
-
- ColorGradientEditor(boolean).
Constructor for class com.ibm.eou.toolkit.gauge.bean.ColorGradientEditor
-
- COLUMNS.
Static variable in class com.ibm.eou.toolkit.graphics.Fill
- Flow method constant for creating columns of images.
- COLUMNS.
Static variable in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Flow method constant for creating columns of images.
- combine(char[], char[], int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return an array which is the result of the specified operation
upon the two given arrays.
- combine(Color, AlphaColor).
Static method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Returns the color that would be visible if over was drawn on top
of under.
- combine(Image, Image, int, int).
Static method in class com.ibm.eou.toolkit.graphics.ImageUtils
- Generate an Image which whows the results of drawing over on
under at the point (x, y).
- combine(int, int).
Static method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Returns the color that would be visible if over was drawn on top
of under.
- ComponentUtils().
Constructor for class com.ibm.eou.toolkit.widget.ComponentUtils
-
- compressArray(byte[], int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Compress the array by creating an index of distinct multi-byte values
with the given size, which must divide the array length exactly.
- contains(int, int).
Method in interface com.ibm.eou.toolkit.graphics.Region
- Return true if the point (x,y) is inside the region, false otherwise
- contains(int, int).
Method in class com.ibm.eou.toolkit.graphics.RegionIntersection
- Return true if the coordinates are inside all the regions in the intersection.
- contains(int, int).
Method in class com.ibm.eou.toolkit.graphics.RegionInverse
- Return true if the coordinates are not inside the region.
- contains(int, int).
Method in class com.ibm.eou.toolkit.graphics.RegionOval
- Return true if the coordinates are inside the oval.
- contains(int, int).
Method in class com.ibm.eou.toolkit.graphics.RegionRectangle
- Return true if the coordinates are inside the rectangle.
- CONTINUOUS.
Static variable in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Constant used as an argument to
setAccumulatorMeasurementMethod() when the
accumulator measurement interval should be never ending.
- contrastingColor().
Method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Return either black or white, whichever contrasts more with this AlphaColor.
- contrastingColor(Color).
Static method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Return either black or white, whichever contrasts more with the given Color.
- contrastingColor(Color, int).
Static method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Return either black or white, whichever contrasts more with the given Color.
- contrastingColor(int).
Method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Return either black or white, whichever contrasts more with this AlphaColor.
- copy(char[], int, char[], int, char[], boolean).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Copy elements from the source array to the target array, beginning
at the specified positions in each array.
- copyright.
Static variable in interface com.ibm.eou.toolkit.graphics.Background
- Ensures that the short copyright string appears
in the class file.
- copyright.
Static variable in interface com.ibm.eou.toolkit.gauge.Gauge
- Ensures that the short copyright string appears
in the class file.
- copyright.
Static variable in interface com.ibm.eou.toolkit.gauge.GaugeModel
-
- copyright.
Static variable in interface com.ibm.eou.toolkit.gauge.GaugeModelListener
-
- copyright.
Static variable in interface com.ibm.eou.toolkit.gauge.GaugeSynchronization
- Ensures that the short copyright string appears
in the class file.
- COPYRIGHT.
Static variable in interface com.ibm.eou.toolkit.graphics.Region
- Ensures that the short copyright string appears
in the class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.AccumulatorMeasurementMethodEditor
- Copyright method to ensure that short copyright string appears
in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Copyright method to ensure that short copyright string appears
in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.ArcBlockIndicator
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.ArcBlockIndicatorBeanInfo
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.BarIndicator
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.BarIndicator
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.BarIndicatorBeanInfo
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.BaseGauge
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.BlockIndicator
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.BlockIndicator
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.BlockIndicatorBeanInfo
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.graphics.BorderBackground
-
- copyright().
Static method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Copyright method to ensure that short copyright string appears
in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.ColorGradientEditor
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.Counter
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- copyright().
Static method in class com.ibm.eou.toolkit.graphics.Fill
- Copyright method to ensure that short copyright string appears
in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.GaugeBeanInfoSupport
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
-
- copyright().
Static method in class com.ibm.eou.toolkit.graphics.GraphicString
- Copyright method to ensure that short copyright string appears
in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.ImageIndicator
-
- copyright().
Static method in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Copyright method to ensure that short copyright string appears
in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.graphics.ImageUtils
- Copyright method to ensure that short copyright string appears
in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.ImmediateSynchronization
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.InertialSynchronization
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.LEDCounter
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.LEDCounterBeanInfo
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.LightBulbIndicator
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.LightBulbIndicatorBeanInfo
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.LinearSynchronization
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.Needle
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.NeedleBeanInfo
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.NeedleBeanInfoSupport
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.NeedleGauge
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.OptionalColorGradientEditor
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.OrientationEditor
- Copyright method to ensure that short copyright string appears
in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.Oscilloscope
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.Oscilloscope
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.OscilloscopeBeanInfo
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.RAGNeedle
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.RAGNeedleBeanInfo
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.RAGNeedleGauge
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.RangeAdjustmentMethodEditor
- Copyright method to ensure that short copyright string appears
in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.graphics.RegionIntersection
- Copyright method to ensure that short copyright string appears
in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.graphics.RegionInverse
- Copyright method to ensure that short copyright string appears
in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.graphics.RegionOval
- Copyright method to ensure that short copyright string appears
in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.graphics.RegionRectangle
- Copyright method to ensure that short copyright string appears
in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.RollingCounter
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.RollingCounterBeanInfo
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.StackBookIndicator
- Copyright methond to ensure that short copyright string appears in the class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.StackBookIndicatorBeanInfo
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.StackCoinIndicator
- Copyright methond to ensure that short copyright string appears in the class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.StackCoinIndicatorBeanInfo
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.StackDiskIndicator
- Copyright methond to ensure that short copyright string appears in the class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.StackDiskIndicatorBeanInfo
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.StackImageBeanInfoSupport
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Copyright methond to ensure that short copyright string appears in the class file.
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.Thermometer
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.Thermometer
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.ThermometerBeanInfo
- Copyright method to ensure that short copyright string appears in class file.
- copyright().
Static method in class com.ibm.eou.toolkit.graphics.TileBackground
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.TraceRecorder
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.TraceRecorder
-
- copyright().
Static method in class com.ibm.eou.toolkit.gauge.bean.TraceRecorderBeanInfo
- Copyright method to ensure that short copyright string appears in class file.
- Counter(Image[]).
Constructor for class com.ibm.eou.toolkit.gauge.Counter
- Create a Counter accepting only an image array that holds the series of digits to
show in the counter.
- Counter(int, int, int, Image[]).
Constructor for class com.ibm.eou.toolkit.gauge.Counter
- Create a Counter accepting only the inital value, the minimum value, the maximum value
and an image array that holds the series of digits to show in the counter.
- Counter(int, int, int, Image[], int, int, boolean, boolean).
Constructor for class com.ibm.eou.toolkit.gauge.Counter
- Create a Counter specifying the digit images to use, the number of
digits to display, the base the value is displayed in, whether the display jumps
immediately to new values, and whether a slide animation effect is used.
- CRAFTED_RAISED.
Static variable in class com.ibm.eou.toolkit.graphics.BorderBackground
- A 3D crafted raised border style.
- CRAFTED_RECESSED.
Static variable in class com.ibm.eou.toolkit.graphics.BorderBackground
- A 3D crafted recessed border style.
- createArcImage(ColorGradient, Dimension, Point).
Static method in class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.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.eou.toolkit.graphics.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.eou.toolkit.graphics.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.eou.toolkit.graphics.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.eou.toolkit.graphics.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.
- createDefaultChangeListener().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Subclasses that want to handle model ChangeEvents differently
can override this method to return their own ChangeListener
implementation.
- createDefaultGaugeModelListener().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
-
- createDeformedImage(Image, Deformation).
Static method in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Create an image by applying a deformation to the given image.
- createDeformedImage(Image, Deformation, int).
Static method in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Create an image by applying a deformation to the given image.
- createDeformedImages(Image, Deformation, int, int, double, double).
Static method in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Create a sequence of images by applying a deformation to
the given image through a range of deformation factors.
- createFilteredOutString(String, char[]).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the string after filtering to allow all characters
which are not in the specified array of excluded characters.
- createFilteredString(String, int, boolean, boolean, char[]).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the string after filtering to allow only specified
types of characters.
- createGroupedString(String, int, char, boolean).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the given string padded with spaces to the given
minimum length.
- createImage(Image).
Static method in class com.ibm.eou.toolkit.graphics.ImageUtils
- Return an Image which is a copy of the supplied Image.
- createImage(int, int, Toolkit, int[]).
Static method in class com.ibm.eou.toolkit.graphics.ImageUtils
- Return an image based on the given pixel map.
- createImage(int, int, Toolkit, int[], boolean).
Static method in class com.ibm.eou.toolkit.graphics.ImageUtils
- Return an image based on the given pixel map.
- createLinearImage(ColorGradient, Dimension, int).
Static method in class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.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.eou.toolkit.graphics.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.eou.toolkit.graphics.Fill
- Return an image containing a linear representation of the color gradient
inside the specified region.
- createMissingImage(Color, Color, Dimension, Component).
Static method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return a small rectangular image showing a question mark.
- createPaddedString(String, int).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the given string padded with spaces to the given
minimum length.
- createPaddedString(String, int, char).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the given string padded with the specified pad
character, to the given minimum length.
- createPaddedString(String, int, char, char).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the given string padded with the specified pad
character, in the specified direction, to the given
minimum length.
- createPaddedString(String, int, char, char, int).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the given string padded with the specified pad
character, in the specified direction, to the given
minimum length.
- createRadialImage(ColorGradient, Dimension, Point).
Static method in class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.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.eou.toolkit.graphics.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.eou.toolkit.graphics.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.eou.toolkit.graphics.ImageManipulator
- Return a version of the supplied Image reflected along the axis
specified.
- createRepeatedImage(Image, int, int).
Static method in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Return an image consisting of repeated copies of the source image.
- createRepeatedImage(Image[], int, int, int).
Static method in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Return an image consisting of composed repeated copies of the source images.
- createRepeatedString(char, int).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return a string consisting of concatenated copies of the specified character.
- createRepeatedString(String, int).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return a string consisting of concatenated copies of the specified string.
- createRotatedImage(Image).
Static method in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Return a version of the supplied Image rotated by 90 degrees
clockwise.
- createRotatedImage(Image, int).
Static method in class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.ImageManipulator
- Return an image which contains a copy of a subset
of the given image.
- createSubsetImages(Image, int).
Static method in class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.Fill
- Return a new image consisting of the given image tiled.
- createTiledImage(Image[], int, int, int, int, int).
Static method in class com.ibm.eou.toolkit.graphics.Fill
- Return a new image consisting of the given image(s) tiled.
- createTransparentImage(Image, Color).
Static method in class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.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.eou.toolkit.graphics.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.eou.toolkit.graphics.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.
- createWrappedStrings(String, int).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return an array of strings containing successive lines
of text, which are the result of word-wrapping the given
text string.
- createWrappedStrings(String, int, FontMetrics, boolean).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return an array of strings containing successive lines
of text, which are the result of word-wrapping the given
text string.
- createWrappedStrings(String, int, FontMetrics, boolean, Locale).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return an array of strings containing successive lines
of text, which are the result of word-wrapping the given
text string.
- createWrappedStrings(String, int, Locale).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return an array of strings containing successive lines
of text, which are the result of word-wrapping the given
text string.
- CYCLE.
Static variable in class com.ibm.eou.toolkit.graphics.Fill
- Flow method constant for creating cycling images in a chessboard type pattern.
- CYCLE.
Static variable in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Flow method constant for creating cycling images in a chessboard type pattern.
- darker().
Method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Return a darker version of this AlphaColor, preserving the alpha value
- DefaultGaugeModel(int, int, int, int).
Constructor for class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
- Create a DefaultGaugeModel with the supplied
value, extent, minimum and maximum.
- deflate(byte[], int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Deflate the byte array using the specified compression of the Deflater class.
- DIFFERENCE.
Static variable in class com.ibm.eou.toolkit.util.ArrayUtils
- Constant representing the difference between two arrays.
- DISCRETE.
Static variable in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Constant used as an argument to
setAccumulatorMeasurementMethod() when the
accumulator interval is used as the accumulator
measurement interval.
- dispose().
Method in interface com.ibm.eou.toolkit.graphics.Background
- Release all resources used by the object.
- dispose().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Release all resources used by the gauge, including
stopping all threads.
- dispose().
Method in class com.ibm.eou.toolkit.graphics.BorderBackground
-
- dispose().
Method in class com.ibm.eou.toolkit.graphics.TileBackground
- Release all resources held by this background.
- dispose().
Method in class com.ibm.eou.toolkit.util.Timer
-
- DissolveDeformation().
Constructor for class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Create a DissolveDeformation with default lens type and number of folds.
- DissolveDeformation(int, int, int, int, int, int, int).
Constructor for class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Create a dissolve deformation contained within the
specified bounds, and where the dissolve is performed
in blocks of the specified size.
- DOWN_LEFT.
Static variable in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Dissolve type constant for a fill dissolve.
- DOWN_RIGHT.
Static variable in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Dissolve type constant for a fill dissolve.
- E_W.
Static variable in class com.ibm.eou.toolkit.graphics.Fill
- Fill direction of East to West
- EMBOSSED.
Static variable in class com.ibm.eou.toolkit.graphics.GraphicString
- Embossed effect.
- ENGRAVED.
Static variable in class com.ibm.eou.toolkit.graphics.GraphicString
- Engraved effect.
- equals(Object).
Method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Compares two AlphaColors.
- equals(Object).
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Return true if the supplied object equals this
- EVENT_SET_ADJUSTABLE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- EVENT_SET_PROPERTY_CHANGE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- expandArray(byte[]).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Recover the original array from the specified compressedArray
as obtained from the compressArray method.
- EXTEND_EXACT.
Static variable in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Constant used as an argument to
setRangeAdjustmentMethod().
- EXTEND_ROUNDED.
Static variable in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Constant used as an argument to
setRangeAdjustmentMethod().
- extentChanged().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return whether or not the extent has changed.
- findNewColor(Color[]).
Static method in class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.AlphaColor
- Return a color which is guaranteed not to match any of the colors in the supplied vector.
- findParentApplet(Component).
Static method in class com.ibm.eou.toolkit.widget.ComponentUtils
- Return an Applet from the parent hierarchy of the supplied
component, or null if one cannot be found.
- findParentFrame(Component).
Static method in class com.ibm.eou.toolkit.widget.ComponentUtils
- Return a Frame from the parent hierarchy of the supplied
component, or null if one cannot be found.
- fireGaugeModelChanged(GaugeModelChangeEvent).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
- Notify all registered listeners that a
change to the gauge modal has occured.
- fireStateChanged(ChangeEvent).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Send a ChangeEvent to each listener.
- fireStateChanged(ChangeEvent).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
- Notify all registered listeners
that a state change has occured.
- fireTimerExpired().
Method in class com.ibm.eou.toolkit.util.Timer
-
- FLOW_HORIZONTAL.
Static variable in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Flow method constant for flowing images horizontally.
- FLOW_VERTICAL.
Static variable in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Flow method constant for flowing images vertically.
- GaugeBeanInfoSupport().
Constructor for class com.ibm.eou.toolkit.gauge.bean.GaugeBeanInfoSupport
-
- GaugeFeatures().
Constructor for class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- gaugeModelChanged(GaugeModelChangeEvent).
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- This method can be overriden by extending classes which
need to react to a change to one or more of the models settings.
- gaugeModelChanged(GaugeModelChangeEvent).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- This method can be overriden by extending classes which
need to react to a change to one or more of the models settings.
- gaugeModelChanged(GaugeModelChangeEvent).
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- This method can be overriden by extending classes which
need to react to a change to one or more of the models settings.
- gaugeModelChanged(GaugeModelChangeEvent).
Method in class com.ibm.eou.toolkit.gauge.Counter
- This method can be overriden by extending classes which
need to react to a change to one or more of the models settings.
- gaugeModelChanged(GaugeModelChangeEvent).
Method in interface com.ibm.eou.toolkit.gauge.GaugeModelListener
-
- gaugeModelChanged(GaugeModelChangeEvent).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- This method can be overriden by extending classes which
need to react to a change to one or more of the models settings.
- gaugeModelChanged(GaugeModelChangeEvent).
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
- This method can be overriden by extending classes which
need to react to a change to one or more of the models settings.
- gaugeModelChanged(GaugeModelChangeEvent).
Method in class com.ibm.eou.toolkit.gauge.RAGNeedleGauge
- This method can be overriden by extending classes which
need to react to a change to one or more of the models settings.
- gaugeModelChanged(GaugeModelChangeEvent).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- This method can be overriden by extending classes which
need to react to a change to one or more of the models settings.
- gaugeModelChanged(GaugeModelChangeEvent).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- This method can be overriden by extending classes which
need to react to a change to one or more of the models settings.
- gaugeModelChanged(GaugeModelChangeEvent).
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
- This method can be overriden by extending classes which
need to react to a change to one or more of the models settings.
- GaugeModelChangeEvent(Object, int, int, int, int, int, int, int, int, boolean, boolean).
Constructor for class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Create a new GaugeModelChangeEvent using the given source and values.
- GET.
Static variable in class com.ibm.eou.toolkit.bean.BeanInfoSupport
- Constant for use with
accessorName method where a
read accessor name is to be generated.
- getAccumulatorInterval().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the accumulator interval.
- getAccumulatorInterval().
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- getAccumulatorInterval().
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Return the accumulator interval.
- getAccumulatorMeasurementInterval().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the accumulator measurement interval.
- getAccumulatorMeasurementInterval().
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- getAccumulatorMeasurementInterval().
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Return the accumulator measurement interval.
- getAccumulatorMeasurementMethod().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the current accumulator measurement method.
- getAccumulatorMeasurementMethod().
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- getAccumulatorMeasurementMethod().
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Return the current accumulator measurement method.
- getAdvance().
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
- Get the amount of pixels the gauge advances.
- getAdvance().
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
- Return the number of pixels that the trace will advance by.
- getAGThreshold().
Method in class com.ibm.eou.toolkit.gauge.RAGNeedleGauge
- Return the threshold value for where amber turns to green.
- getAlpha().
Method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Return the alpha component.
- getAsText().
Method in class com.ibm.eou.toolkit.gauge.bean.ColorGradientEditor
- This method is used to find the option name
for the current ColorGradient property
- getAsText().
Method in class com.ibm.eou.toolkit.bean.IntegerTagEditor
-
- getBackgroundImage().
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Return the image tiled as the gauge backround
- getBackgroundStyle().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the background to be drawn by this gauge prior
to each paint, or null if no background is set.
- getBackgroundStyle().
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Return the background to be drawn by this gauge prior
to each paint, or null if no background is set.
- getBase().
Method in class com.ibm.eou.toolkit.gauge.Counter
- Return the numeric base of the counter.
- getBaseLevel().
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Return the change over value, where the scale switches from positive to negative.
- getBeanDescriptor().
Method in class com.ibm.eou.toolkit.gauge.bean.ArcBlockIndicatorBeanInfo
- Return a descriptor for this gauge.
- getBeanDescriptor().
Method in class com.ibm.eou.toolkit.gauge.bean.BarIndicatorBeanInfo
- Return a descriptor for this gauge.
- getBeanDescriptor().
Method in class com.ibm.eou.toolkit.gauge.bean.BlockIndicatorBeanInfo
- Return a descriptor for this gauge.
- getBeanDescriptor().
Method in class com.ibm.eou.toolkit.gauge.bean.LEDCounterBeanInfo
- Return a descriptor for this gauge.
- getBeanDescriptor().
Method in class com.ibm.eou.toolkit.gauge.bean.LightBulbIndicatorBeanInfo
- Return a descriptor for this gauge.
- getBeanDescriptor().
Method in class com.ibm.eou.toolkit.gauge.bean.NeedleBeanInfo
- Return a descriptor for this gauge.
- getBeanDescriptor().
Method in class com.ibm.eou.toolkit.gauge.bean.OscilloscopeBeanInfo
- Return a descriptor for this gauge.
- getBeanDescriptor().
Method in class com.ibm.eou.toolkit.gauge.bean.RAGNeedleBeanInfo
- Return a descriptor for this gauge.
- getBeanDescriptor().
Method in class com.ibm.eou.toolkit.gauge.bean.RollingCounterBeanInfo
- Return a descriptor for this gauge.
- getBeanDescriptor().
Method in class com.ibm.eou.toolkit.gauge.bean.StackBookIndicatorBeanInfo
- Return a descriptor for this gauge.
- getBeanDescriptor().
Method in class com.ibm.eou.toolkit.gauge.bean.StackCoinIndicatorBeanInfo
- Return a descriptor for this gauge.
- getBeanDescriptor().
Method in class com.ibm.eou.toolkit.gauge.bean.StackDiskIndicatorBeanInfo
- Return a descriptor for this gauge.
- getBeanDescriptor().
Method in class com.ibm.eou.toolkit.gauge.bean.ThermometerBeanInfo
- Return a descriptor for this gauge.
- getBeanDescriptor().
Method in class com.ibm.eou.toolkit.gauge.bean.TraceRecorderBeanInfo
- Return a descriptor for this gauge.
- getBlockColors().
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Specify array of colors to color the blocks with, each color in the array is used
as the color of an individual block.
- getBlockHeight().
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Return the height of the blocks.
- getBlockIncrement().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the multi-unit incremental change to be applied to the
gauge value.
- getBlockSize().
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Return the size of the blocks in the gauge, in pixels.
- getBlockSize().
Method in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Return the block size for the dissolve.
- getBlockSpace().
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Return the pixel interval between the blocks.
- getBlockWidth().
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Return the width of the blocks.
- getBlockWidthProportion().
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Return the percentage of the available space to use for each tick.
- getBounds().
Method in interface com.ibm.eou.toolkit.graphics.Deformation
- Return the bounding box within which the deformation
effects are contained.
- getBounds().
Method in class com.ibm.eou.toolkit.graphics.DissolveDeformation
-
- getBounds().
Method in interface com.ibm.eou.toolkit.graphics.Region
- Return the bounding rectangle for the region.
- getBounds().
Method in class com.ibm.eou.toolkit.graphics.RegionIntersection
- Return the bounding box for the intersection.
- getBounds().
Method in class com.ibm.eou.toolkit.graphics.RegionInverse
- Return the bounding box for the region.
- getBounds().
Method in class com.ibm.eou.toolkit.graphics.RegionOval
- Return the bounding box for the circle.
- getBounds().
Method in class com.ibm.eou.toolkit.graphics.RegionRectangle
- Return the rectangle.
- getBounds(int, int).
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Return the bounding box of the rendered text, as if rendered at the
given baseline start position coordinates.
- getChangeOver().
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Return the value that the indicator colors change from positive
to negative.
- getChangeOverValue().
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Return the value at which the gauge begins to display positive values.
- getColor().
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Return the color that will be used to display the text.
- getColorArray(Image).
Static method in class com.ibm.eou.toolkit.graphics.ImageUtils
- Return an array of Colors which are used in the supplied Image.
- getColorArray(int).
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Return an array of alpha colors, of the given length, representing the color gradient.
- getColorTable(Image).
Static method in class com.ibm.eou.toolkit.graphics.ImageUtils
- Return a hashtable of Colors which are used in the supplied Image.
- getDamping().
Method in class com.ibm.eou.toolkit.gauge.InertialSynchronization
- Return the current damping.
- getDamping().
Method in class com.ibm.eou.toolkit.gauge.bean.Needle
- Return the needle damping.
- getDamping().
Method in class com.ibm.eou.toolkit.gauge.bean.RAGNeedle
- Return the needle damping.
- getDefaultGaugeSynchronization().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the default gauge synchronization, which
is set when the gauge is created.
- getDigitImages().
Method in class com.ibm.eou.toolkit.gauge.Counter
- Return the array of images that represent the digits.
- getDistinctChars(String).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the distinct characters which are contained in the
string given.
- getDistinctChars(String, int).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the distinct characters which are contained in the
string given at ot after the start position.
- getElapsedTime(Object).
Static method in class com.ibm.eou.toolkit.util.Timer
- Return the elapsed time counter for
the timer session.
- getEventSetDescriptor(String, Class, Class).
Static method in class com.ibm.eou.toolkit.bean.BeanInfoSupport
- Return an event set descriptor based on the supplied event set name,
bean class, and listener class.
- getEventSetDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.ArcBlockIndicatorBeanInfo
- Returns the event sets available on this gauge.
- getEventSetDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.BarIndicatorBeanInfo
- Returns the event sets available on this gauge.
- getEventSetDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.BlockIndicatorBeanInfo
- Returns the event sets available on this gauge.
- getEventSetDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.LEDCounterBeanInfo
- Returns the event sets available on this gauge.
- getEventSetDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.LightBulbIndicatorBeanInfo
- Returns the event sets available on this gauge.
- getEventSetDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.NeedleBeanInfo
- Returns the event sets available on this gauge.
- getEventSetDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.OscilloscopeBeanInfo
- Returns the event sets available on this gauge.
- getEventSetDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.RAGNeedleBeanInfo
- Returns the event sets available on this gauge.
- getEventSetDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.RollingCounterBeanInfo
- Returns the event sets available on this gauge.
- getEventSetDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.StackBookIndicatorBeanInfo
- Returns the event sets available on this gauge.
- getEventSetDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.StackCoinIndicatorBeanInfo
- Returns the event sets available on this gauge.
- getEventSetDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.StackDiskIndicatorBeanInfo
- Returns the event sets available on this gauge.
- getEventSetDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.ThermometerBeanInfo
- Returns the event sets available on this gauge.
- getEventSetDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.TraceRecorderBeanInfo
- Returns the event sets available on this gauge.
- getEventSetDescriptors(Class).
Method in class com.ibm.eou.toolkit.gauge.bean.GaugeBeanInfoSupport
-
- getExtent().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the value range represented by the gauge adjustment artefact.
- getExtent().
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- getExtent().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return the extent at the time the event was fired.
- getFactor().
Method in interface com.ibm.eou.toolkit.graphics.Deformation
- Return the current deformation factor.
- getFactor().
Method in class com.ibm.eou.toolkit.graphics.DissolveDeformation
-
- getFillColor().
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
- Return the Color use to fill the bar, or null if the bar is not being
filled by a Color.
- getFillColor().
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
- Return the color used to fill the area under the trace.
- getFillColorGradient().
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
- Return the ColorGradient use to fill the bar, or null if the bar is not being
filled by a ColorGradient.
- getFillImage().
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
- Return the Image use to fill the bar, or null if the bar is not being
filled by a Image.
- getFirstBlock(Point).
Method in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Compute the first block which should be included
to bring the factor above 0.0.
- getFont().
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Return the font.
- getGaugeSynchronization().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the current gauge synchronization.
- getGradientDefaultKeys(boolean).
Static method in class com.ibm.eou.toolkit.graphics.ColorGradient
- This method returns an array of keys relating to each of the color gradients which can then be
used to access strings in a properties file
- getGradientDefaults(boolean).
Static method in class com.ibm.eou.toolkit.graphics.ColorGradient
- This method is for returning the names of available predefined gradients
in a more useful form for programmers than the Enumeration available from
the Hashtable.
- getHeight().
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Return the rendered text's height, perpendicular to the baseline.
- getHighColor().
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Return the high color.
- getHighestCommonFactor(int, int).
Static method in class com.ibm.eou.toolkit.util.MathUtils
- Return the highest common factor of two integers.
- getHighestCommonFactor(long, long).
Static method in class com.ibm.eou.toolkit.util.MathUtils
- Return the highest common factor of two integers.
- getHighlightColor().
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Return the highlight color.
- getHighThreshold().
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Return the value at which the medium colored ticks turn to high colored ticks.
- getIcon(int).
Method in class com.ibm.eou.toolkit.gauge.bean.ArcBlockIndicatorBeanInfo
- Return the icon associated with this gauge.
- getIcon(int).
Method in class com.ibm.eou.toolkit.gauge.bean.BarIndicatorBeanInfo
- Return the icon associated with this gauge.
- getIcon(int).
Method in class com.ibm.eou.toolkit.gauge.bean.BlockIndicatorBeanInfo
- Return the icon associated with this gauge.
- getIcon(int).
Method in class com.ibm.eou.toolkit.gauge.bean.LEDCounterBeanInfo
- Return the icon associated with this gauge.
- getIcon(int).
Method in class com.ibm.eou.toolkit.gauge.bean.LightBulbIndicatorBeanInfo
- Return the icon associated with this gauge.
- getIcon(int).
Method in class com.ibm.eou.toolkit.gauge.bean.NeedleBeanInfo
- Return the icon associated with this gauge.
- getIcon(int).
Method in class com.ibm.eou.toolkit.gauge.bean.OscilloscopeBeanInfo
- Return the icon associated with this gauge.
- getIcon(int).
Method in class com.ibm.eou.toolkit.gauge.bean.RAGNeedleBeanInfo
- Return the icon associated with this gauge.
- getIcon(int).
Method in class com.ibm.eou.toolkit.gauge.bean.RollingCounterBeanInfo
- Return the icon associated with this gauge.
- getIcon(int).
Method in class com.ibm.eou.toolkit.gauge.bean.StackBookIndicatorBeanInfo
- Return the icon associated with this gauge.
- getIcon(int).
Method in class com.ibm.eou.toolkit.gauge.bean.StackCoinIndicatorBeanInfo
- Return the icon associated with this gauge.
- getIcon(int).
Method in class com.ibm.eou.toolkit.gauge.bean.StackDiskIndicatorBeanInfo
- Return the icon associated with this gauge.
- getIcon(int).
Method in class com.ibm.eou.toolkit.gauge.bean.ThermometerBeanInfo
- Return the icon associated with this gauge.
- getIcon(int).
Method in class com.ibm.eou.toolkit.gauge.bean.TraceRecorderBeanInfo
- Return the icon associated with this gauge.
- getIconName(int, String).
Static method in class com.ibm.eou.toolkit.bean.BeanInfoSupport
- Return the appropriate icon name based on the supplied icon kind and
the supplied location and name prefix.
- getImage().
Method in class com.ibm.eou.toolkit.graphics.TileBackground
- Return the background image
- getImageDeviation().
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Return the limits of random deviation as a percentage of the stack width.
- getImageFromJar(String, Class).
Static method in class com.ibm.eou.toolkit.graphics.ImageUtils
- Return an Image created from a file of the supplied image source name
to be found in the Jar file containing the supplied class.
- getImageFromJar(String, Class, Component).
Static method in class com.ibm.eou.toolkit.graphics.ImageUtils
- Return an Image created from a file of the supplied image source name
to be found in the Jar file containing the supplied class.
- getImageOverlap().
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Return the number of pixels the images overlap
- getImages().
Method in class com.ibm.eou.toolkit.gauge.ImageIndicator
- Return the current array of images.
- getImmediate().
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- 'get' accessor method for immediate property.
- getInnerImage().
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Return the Image to tile within the needle radius, or null if no image is
specified.
- getInnerRadius().
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Return the inner radius of the arc.
- getInsets().
Method in interface com.ibm.eou.toolkit.graphics.Background
- Return the insets which the border part (if any)
will occupy when the background is rendered.
- getInsets().
Method in class com.ibm.eou.toolkit.graphics.BorderBackground
- Return the insets occupied by the border.
- getIntArray(Image).
Static method in class com.ibm.eou.toolkit.graphics.ImageUtils
- Return an array of ints represnting the pixels from the supplied Image.
- getInterval().
Method in class com.ibm.eou.toolkit.gauge.ImageIndicator
- Return the millisecond interval between the alterations of the gauge.
- getInterval().
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
- Return the millisecond interval between each advance of the oscilloscope.
- getInterval().
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
- Return the millisecond interval between advances.
- getJavaInitializationString().
Method in class com.ibm.eou.toolkit.gauge.bean.ColorGradientEditor
- Used by some builders for an intitialization code fragment.
- getJavaInitializationString().
Method in class com.ibm.eou.toolkit.bean.IntegerTagEditor
-
- getJavaInitializationString(String).
Static method in class com.ibm.eou.toolkit.bean.BeanInfoSupport
- Return a string suitable for Java compilation based on the supplied
string.
- getLargestFont(Font, int).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return a font with the same font name and style as the supplied
font, but with a size ensuring that strings drawn with the font
will just fit in the supplied maximum height.
- getLargestFont(Font, int, int, String).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return a font with the same font name and style as the supplied
font, but with a size ensuring that the supplied string drawn with the
returned font will just fit in a rectangle of the supplied maximum
width and height.
- getLargestFont(Font, int, String).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return a font with the same font name and style as the supplied
font, but with a size ensuring that the supplied string drawn with the
returned font will just fit in the supplied maximum width.
- getLastBlock(Point).
Method in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Compute the first block which should be omitted
to bring the factor below 1.0.
- getLowColor().
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Return the low color.
- getLowlightColor().
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Return the lowlight color.
- getLowThreshold().
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Return the value at which the low colored ticks turn to medium colored ticks.
- getMark().
Method in class com.ibm.eou.toolkit.util.Timer
- Return the current marked time.
- getMaximum().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the maximum of the current gauge range.
- getMaximum().
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- getMaximum().
Method in interface com.ibm.eou.toolkit.gauge.Gauge
- Return the maximum of the current range.
- getMaximum().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return the maximum at the time the event was fired.
- getMaximumFont(Dimension).
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Return a Font of the same face name and style as that currently set, with the font size
adjusted so that the text will just fit into the size provided.
- getMediumColor().
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Return the medium color.
- getMercury().
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Return the color of the mercury.
- getMethodDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.ArcBlockIndicatorBeanInfo
- Returns the methods available on this gauge.
- getMethodDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.BarIndicatorBeanInfo
- Returns the methods available on this gauge.
- getMethodDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.BlockIndicatorBeanInfo
- Returns the methods available on this gauge.
- getMethodDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.LEDCounterBeanInfo
- Returns the methods available on this gauge.
- getMethodDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.LightBulbIndicatorBeanInfo
- Returns the methods available on this gauge.
- getMethodDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.NeedleBeanInfo
- Returns the methods available on this gauge.
- getMethodDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.OscilloscopeBeanInfo
- Returns the methods available on this gauge.
- getMethodDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.RAGNeedleBeanInfo
- Returns the methods available on this gauge.
- getMethodDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.RollingCounterBeanInfo
- Returns the methods available on this gauge.
- getMethodDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.StackBookIndicatorBeanInfo
- Returns the methods available on this gauge.
- getMethodDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.StackCoinIndicatorBeanInfo
- Returns the methods available on this gauge.
- getMethodDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.StackDiskIndicatorBeanInfo
- Returns the methods available on this gauge.
- getMethodDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.ThermometerBeanInfo
- Returns the methods available on this gauge.
- getMethodDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.TraceRecorderBeanInfo
- Returns the methods available on this gauge.
- getMethodDescriptors(Class).
Method in class com.ibm.eou.toolkit.gauge.bean.GaugeBeanInfoSupport
-
- getMinimum().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the minimum of the current gauge range.
- getMinimum().
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- getMinimum().
Method in interface com.ibm.eou.toolkit.gauge.Gauge
- Return the minimum of the current range.
- getMinimum().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return the minmum at the time the event was fired.
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.bean.ArcBlockIndicator
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.bean.BarIndicator
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.bean.BlockIndicator
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.Counter
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.ImageIndicator
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.bean.LightBulbIndicator
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.bean.Oscilloscope
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.bean.StackBookIndicator
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.bean.StackCoinIndicator
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.bean.StackDiskIndicator
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.Thermometer
-
- getMinimumSize().
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
-
- getModel().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the gauge's data model.
- getNaturalPeriod().
Method in class com.ibm.eou.toolkit.gauge.InertialSynchronization
- Return the current natural period.
- getNeedleColor().
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Return the fill color of the needle, or null if
the needle is transparent.
- getNegative().
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Return the color of the negative scale bar.
- getNegativeColor().
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Return the negative color.
- getNegativeImage().
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Return the positive image.
- getNegativeStackToFront().
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Return whether the negative images are to be stacked away from or toward the changeOverValue.
- getNextBlock(Point).
Method in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Compute the next block which should be included,
relative to the given block, to raise the factor.
- getNextValue(int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the next value which
the gauge display will show.
- getNextValue(int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.Counter
- Return the next value which the gauge display will show.
- getNextValue(int, int, int, int, int, int).
Method in interface com.ibm.eou.toolkit.gauge.GaugeSynchronization
- Return the next value which
the gauge display will show.
- getNextValue(int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.ImmediateSynchronization
- Return the next value for the gauge to show
to achieve the required synchronization.
- getNextValue(int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.InertialSynchronization
- Return the next value for the gauge to show
to achieve the required synchronization.
- getNextValue(int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.LinearSynchronization
- Return the next value for the gauge to show
to achieve the required synchronization.
- getNextValueDelay(boolean).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the time interval in milliseconds after
which the next value is to be displayed by the
gauge.
- getNextValueDelay(boolean).
Method in interface com.ibm.eou.toolkit.gauge.GaugeSynchronization
- Return the time interval in milliseconds after
which the next value is to be displayed by the
gauge.
- getNextValueDelay(boolean).
Method in class com.ibm.eou.toolkit.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.
- getNumberOfBits(int).
Static method in class com.ibm.eou.toolkit.util.MathUtils
- Return the number of bits required to store the given
integer.
- getNumberOfBlocks().
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Return the number of blocks in the gauge.
- getNumberOfDigits().
Method in class com.ibm.eou.toolkit.gauge.Counter
- Return the number of digit fields.
- getNumberOfDigits(int, int).
Static method in class com.ibm.eou.toolkit.util.MathUtils
- Return the number of digits required to represent the
given integer in the given base.
- getNumberOfLines().
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
- Return the number of scale lines on the Oscilloscope.
- getNumberOfLines().
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
- Return the number of scale lines on the TraceRecorder.
- getNumberOfTicks().
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Return the number of intermediate tick marks to be drawn around the
circumference of the dial.
- getOrientation().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the Orientation
- getPoints().
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Return an array of points at which to place the images.
- getPositive().
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Return the color of the positive scale bar.
- getPositiveColor().
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Return the positive color.
- getPositiveImage().
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Return the image to represent positive values, or null if no image has been specified.
- getPositiveStackToFront().
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Return whether the positive images are to be stacked away from or toward the changeOverValue.
- getPreferredSize().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the preferred size for the gauge, as
set by setPreferredSize().
- getPrefix().
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Return the string prefix to the thermometer bulb.
- getPreviousBlock(Point).
Method in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Compute the next block which should be omitted,
relative to the given block, to lower the factor.
- getPreviousExtent().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return the previous extent at the time the event was fired.
- getPreviousMaximum().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return the previous maximum at the time the event was fired.
- getPreviousMinimum().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return the previous minimum at the time the event was fired.
- getPreviousValue().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return the previous value at the time the event was fired.
- getPreviousValueIsAdjusting().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return the previous value is adjusting at the time the event was fired.
- getPropertyDescriptor(String, Class).
Static method in class com.ibm.eou.toolkit.bean.BeanInfoSupport
- Return a property descriptor based on the supplied property name
and bean class.
- getPropertyDescriptor(String, Class, int).
Static method in class com.ibm.eou.toolkit.bean.BeanInfoSupport
- Return a property descriptor based on the supplied property name,
bean class, and property disposition.
- getPropertyDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.ArcBlockIndicatorBeanInfo
- Returns the properties available on this gauge.
- getPropertyDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.BarIndicatorBeanInfo
- Returns the properties available on this gauge.
- getPropertyDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.BlockIndicatorBeanInfo
- Returns the properties available on this gauge.
- getPropertyDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.LEDCounterBeanInfo
- Returns the properties available on this gauge.
- getPropertyDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.LightBulbIndicatorBeanInfo
- Returns the properties available on this gauge.
- getPropertyDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.NeedleBeanInfo
- Returns the properties available on this gauge.
- getPropertyDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.OscilloscopeBeanInfo
- Returns the properties available on this gauge.
- getPropertyDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.RAGNeedleBeanInfo
- Returns the properties available on this gauge.
- getPropertyDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.RollingCounterBeanInfo
- Returns the properties available on this gauge.
- getPropertyDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.StackBookIndicatorBeanInfo
- Returns the properties available on this gauge.
- getPropertyDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.StackCoinIndicatorBeanInfo
- Returns the properties available on this gauge.
- getPropertyDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.StackDiskIndicatorBeanInfo
- Returns the properties available on this gauge.
- getPropertyDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.ThermometerBeanInfo
- Returns the properties available on this gauge.
- getPropertyDescriptors().
Method in class com.ibm.eou.toolkit.gauge.bean.TraceRecorderBeanInfo
- Returns the properties available on this gauge.
- getPropertyDescriptors(Class).
Method in class com.ibm.eou.toolkit.gauge.bean.StackImageBeanInfoSupport
- Return the property descriptors common to all stack image indicator gauges.
- getPropertyDescriptors(Class, PropertyDescriptor[]).
Method in class com.ibm.eou.toolkit.gauge.bean.GaugeBeanInfoSupport
- Return the property descriptors common to all gauges, appended with supplied property descriptors
The common property descriptors will relate to the supplied bean class.
- getPropertyDescriptors(Class, PropertyDescriptor[]).
Method in class com.ibm.eou.toolkit.gauge.bean.NeedleBeanInfoSupport
- Return the property descriptors common to all gauges, appended with supplied property descriptors
The common property descriptors will relate to the supplied bean class.
- getRandomImageDeviation(int, int).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
-
- getRangeAdjustmentMethod().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the current range adjustment method.
- getRangeAdjustmentMethod().
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- getRangeAdjustmentMethod().
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Return the current automatic range adjustment method.
- getRAThreshold().
Method in class com.ibm.eou.toolkit.gauge.RAGNeedleGauge
- Return the value of the threshold where red turns to amber.
- getRGBA().
Method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Return an integer value representing the AlphaColor in the default RGB ColorModel.
- getRotation().
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Return the rotation.
- getRounding().
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Return the rounding style which refers to one of the rounding style constants.
- getScaleColor().
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
- Return the scale lines color.
- getScaleColor().
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
- Return the color of the scale.
- getScaleColorGradient().
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Return the ColorGradient used to fill inside or around the gauge, or
null if no color gradient is set.
- getSize().
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Return the dimensions of the area required when the text is
rendered.
- getSourcePosition(Point, Point).
Method in interface com.ibm.eou.toolkit.graphics.Deformation
- Compute the source pixel from which the given pixel
has arisen under the deformation.
- getSourcePosition(Point, Point).
Method in class com.ibm.eou.toolkit.graphics.DissolveDeformation
-
- getStyle().
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Return the style.
- getSuffix().
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Return the string suffix to the thermometer bulb.
- getTags().
Method in class com.ibm.eou.toolkit.gauge.bean.ColorGradientEditor
- Returns the list of drop down options that the user will be
able to choose from.
- getTags().
Method in class com.ibm.eou.toolkit.bean.IntegerTagEditor
-
- getText().
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Return the text.
- getTitle().
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Return the title string of the gauge, or null if there is no title.
- getTitle().
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Return the string title to the thermometer.
- getTotalWeight().
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Calculte the total weighting for the color gradient.
- getTraceColor().
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
- Return the trace color.
- getTraceColor().
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
- 'get' accessor method for traceColor.
- getTube().
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Return the color of the Thermometer tube.
- getTubeWidth().
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Return the width of the tube.
- getType().
Method in class com.ibm.eou.toolkit.graphics.DissolveDeformation
-
- getUnitIncrement().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the unit incremental change to be applied to the
gauge value.
- getUpdateBounds(Dimension, int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Return an array of one rectangle that defines the area of the gauge
that will need to be updated as a result of the supplied next and
current display values.
- getUpdateBounds(Dimension, int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return an array of rectangles defining the regions within the gauge
display area that will need to be repainted as a result of the
supplied next and current display values.
- getUpdateBounds(Dimension, int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Return an array of one rectangle that defines the area of the gauge
that will need to be updated as a result of the supplied next and
current display values.
- getUpdateBounds(Dimension, int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.Counter
- Return an array of rectangles defining the regions within the gauge
display area that will need to be repainted as a result of the
supplied next and current display values.
- getUpdateBounds(Dimension, int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Return an array of rectangles defining the regions within the gauge
display area that will need to be repainted as a result of the
supplied next and current display values.
- getUpdateBounds(Dimension, int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
- Return an array of rectangles defining the regions within the gauge
display area that will need to be repainted as a result of the
supplied next and current display values.
- getUpdateBounds(Dimension, int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Return an array of rectangles defining the regions within the gauge
display area that will need to be repainted as a result of the
supplied next and current display values.
- getUpdateBounds(Dimension, int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Return an array of rectangles defining the regions within the gauge
display area that will need to be repainted as a result of the
supplied next and current display values.
- getUpdateBounds(int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
- Method returns the clipping bounds to be used
when redrawing the gauge incrementally.
- getValue().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return the current value of the gauge.
- getValue().
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- getValue().
Method in interface com.ibm.eou.toolkit.gauge.Gauge
- Return the current value of the gauge.
- getValue().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return the value at the time the event was fired.
- getValueIsAdjusting().
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- getValueIsAdjusting().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return valueIsAdjusting at the time the event was fired.
- getVisibleAmount().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
-
- getWidth().
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Return the rendered text's width, in the direction of the baseline.
- getWrappedSize(String, double, FontMetrics, boolean).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return the size of a block of text when word-wrapped.
- getWrappedSize(String, double, FontMetrics, boolean, Locale).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return the size of a block of text when word-wrapped.
- getWrappedSize(String, int, FontMetrics, boolean).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return the size of a block of text when word-wrapped.
- getWrappedSize(String, int, FontMetrics, boolean, Locale).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return the size of a block of text when word-wrapped.
- gold.
Static variable in class com.ibm.eou.toolkit.graphics.ColorGradient
-
- gradientDefaults.
Static variable in class com.ibm.eou.toolkit.graphics.ColorGradient
- This is a hashtable which holds the names for canned color gradients.
- GraphicString(String).
Constructor for class com.ibm.eou.toolkit.graphics.GraphicString
- Create a GraphicString with the given text.
- GraphicString(String, Font).
Constructor for class com.ibm.eou.toolkit.graphics.GraphicString
- Create a GraphicString with the given text and font.
- GraphicString(String, Font, Color).
Constructor for class com.ibm.eou.toolkit.graphics.GraphicString
- Create a GraphicString with the given text, font and color.
- GraphicString(String, Font, Color, int).
Constructor for class com.ibm.eou.toolkit.graphics.GraphicString
- Create a GraphicString with the given text, font, color and
highlight style.
- hasTimerSession(Object).
Static method in class com.ibm.eou.toolkit.util.Timer
- Report whether a timer session has been
opened for the given key.
- hotAndCold.
Static variable in class com.ibm.eou.toolkit.graphics.ColorGradient
-
- IMAGE_DOWN.
Static variable in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Round the number of images to be displayed down to the previous whole number.
- IMAGE_NEAREST.
Static variable in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Round the number of images to be displayed to the nearest whole number.
- IMAGE_UP.
Static variable in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Round the number of images to be displayed up to the next whole number.
- ImageIndicator(Image[]).
Constructor for class com.ibm.eou.toolkit.gauge.ImageIndicator
- Create an ImageIndicator, specifying only an array of images.
- ImageIndicator(int, int, int, Image[]).
Constructor for class com.ibm.eou.toolkit.gauge.ImageIndicator
- Create an ImageIndicator, specifying the initial value, the minimum value,
the maximum value and an array of images.
- ImageIndicator(int, int, int, Image[], int).
Constructor for class com.ibm.eou.toolkit.gauge.ImageIndicator
- Create an ImageIndicator specifying the set of images to use, and the minimum
time interval in milliseconds between displayed images.
- imagesReady().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- This method is called automatically whenever
the final image currently registered to be
monitored during loading becomes ready.
- imagesReady().
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- 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.eou.toolkit.gauge.BaseGauge
- The standard component imageUpdate method.
- ImmediateSynchronization().
Constructor for class com.ibm.eou.toolkit.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.eou.toolkit.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.eou.toolkit.gauge.GaugeSynchronization
- The value which indicates an indefinite wait,
causing no new value to be displayed until the
gauge value next changes.
- indexOf(boolean[], boolean).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(boolean[], boolean, int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
whose index is greater than or equal to the given starting index
and which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(byte[], byte).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(byte[], byte, int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
whose index is greater than or equal to the given starting index
and which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(char[], char).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(char[], char, int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
whose index is greater than or equal to the given starting index
and which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(double[], double).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(double[], double, int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
whose index is greater than or equal to the given starting index
and which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(float[], float).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(float[], float, int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
whose index is greater than or equal to the given starting index
and which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(int[], int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(int[], int, int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
whose index is greater than or equal to the given starting index
and which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(long[], long).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(long[], long, int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
whose index is greater than or equal to the given starting index
and which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(Object[], Object).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(Object[], Object, boolean).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(Object[], Object, int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
whose index is greater than or equal to the given starting index
and which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(Object[], Object, int, boolean).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
whose index is greater than or equal to the given starting index
and which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(short[], short).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(short[], short, int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Return the index of the first element in the array
whose index is greater than or equal to the given starting index
and which equals the given search value, or -1 if the
search value is not found or if the array is null.
- indexOf(String, char[]).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the first occurance of any of the search
characters in the string, or -1 if none of the search characters
were found in the string.
- indexOf(String, int, char[]).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the first occurance of any of the
search characters at or after the start position, or -1 is
returned if none of the search characters were found after the
start position.
- indexOfNextLine(String, int, int).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return the index of the start of the next line of text,
to enable word-wrapping of text to be performed.
- indexOfNextLine(String, int, int, FontMetrics, boolean).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return the index of the start of the next line of text,
to enable word-wrapping of text to be performed.
- indexOfNextLine(String, int, int, FontMetrics, boolean, Locale).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return the index of the start of the next line of text,
to enable word-wrapping of text to be performed.
- indexOfNextLine(String, int, int, Locale).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Return the index of the start of the next line of text,
to enable word-wrapping of text to be performed.
- indexOfNonMatching(String, char[]).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the first character of the string
which is not in the specified array of characters, or -1
if the string is empty or consists entirely of characters
from the specified array.
- indexOfNonMatching(String, int, char[]).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the first character of the string
at or after the start position which is not in the specified
array of characters, or -1 if the string is empty or consists
entirely of characters from the specified array.
- indexOfNonWhitespace(String).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the first character of the string which
is not whitespace according to Java, or -1 if the string consists
enitrely of whitespace.
- indexOfNonWhitespace(String, int).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the first character of the string at or
after the start position which is not whitespace according to
Java, or -1 if the string consists enitrely of whitespace.
- indexOfNonZero(String).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the first character of the string which
is not zero according to Java, or -1 if the string consists
enitrely of zeros.
- indexOfNonZero(String, int).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the first character of the string at or
after the start position which is not zero according to
Java, or -1 if the string consists enitrely of zeros.
- InertialSynchronization().
Constructor for class com.ibm.eou.toolkit.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.eou.toolkit.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.eou.toolkit.gauge.InertialSynchronization
- Create an InertialSynchronization with the specified
damping, minimum velocity, and time delays when
synchronized and when not synchronized.
- inflate(byte[]).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Inflate the byte array using the Inflater class.
- IntegerTagEditor(String[], int[], String[], String).
Constructor for class com.ibm.eou.toolkit.bean.IntegerTagEditor
-
- INTERSECTION.
Static variable in class com.ibm.eou.toolkit.util.ArrayUtils
- Constant representing the intersection between two arrays.
- isAccumulatorEnabled().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return whether or not accumulation is enabled.
- isAccumulatorEnabled().
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- isAccumulatorEnabled().
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Return whether or not accumulation is enabled.
- isEditable().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return whether this gauge's value may be altered via user interaction.
- isEmpty().
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Return true if the total weight is 1 or more
- isGradientOutside().
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Return whether the ColorGradient is to be drawn outside or
within the needle gauge radius.
- isImageReady(Image).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return true if the image registered to be
monitored during loading is now ready.
- isImmediate().
Method in class com.ibm.eou.toolkit.gauge.Counter
- Return whether the display jumps to immediate values.
- isScaleEnabled().
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Return if the scale is shown on the thermometer.
- isSlideEnabled().
Method in class com.ibm.eou.toolkit.gauge.Counter
- Return whether the slide animation effect is to be used.
- isSynchronized(int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Return true if the gauge
considers the current display to be
fully synchronized.
- isSynchronized(int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.Counter
- Return true if the gauge considers the current display to be fully synchronized.
- isSynchronized(int, int, int, int, int, int).
Method in interface com.ibm.eou.toolkit.gauge.GaugeSynchronization
- Return true if the gauge
considers the current display to be
fully synchronized.
- isSynchronized(int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.ImmediateSynchronization
- Return true if the gauge display is now synchronized.
- isSynchronized(int, int, int, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.InertialSynchronization
- Return true if the gauge display is now synchronized.
- lastIndexOf(String, char[]).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the last occurance of any of the search
characters in the string, or -1 if none of the search characters
were found in the string.
- lastIndexOf(String, int, char[]).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the last occurance of any of the search
characters at or before the start position, or -1 is returned
if none of the search characters were found before the start position.
- lastIndexOfNonMatching(String, char[]).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the last character of the string
which is not in the specified array of characters, or -1
if the string is empty or consists entirely of characters
from the specified array.
- lastIndexOfNonMatching(String, int, char[]).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the last character of the string
at or before the start position which is not in the specified
array of characters, or -1 if the string is empty or consists
entirely of characters from the specified array.
- lastIndexOfNonWhitespace(String).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the last character of the string which
is not whitespace according to Java, or -1 if the string consists
enitrely of whitespace.
- lastIndexOfNonWhitespace(String, int).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the last character of the string at or
before the start position which is not whitespace according to
Java, or -1 if the string consists enitrely of whitespace.
- lastIndexOfNonZero(String).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the last character of the string which
is not zer according to Java, or -1 if the string consists
enitrely of zero.
- lastIndexOfNonZero(String, int).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the position of the last character of the string at or
before the start position which is not zero according to
Java, or -1 if the string consists enitrely of zeros.
- Latch().
Constructor for class com.ibm.eou.toolkit.util.Latch
-
- LEADING.
Static variable in class com.ibm.eou.toolkit.util.TextUtils
- Constant denoting that characters should be added or removed
from the start of a text string.
- LEDCounter().
Constructor for class com.ibm.eou.toolkit.gauge.bean.LEDCounter
- Create an LEDCounter, providing a default set of LED images for the
counter digits.
- LEDCounterBeanInfo().
Constructor for class com.ibm.eou.toolkit.gauge.bean.LEDCounterBeanInfo
-
- LEFT.
Static variable in class com.ibm.eou.toolkit.graphics.FontUtils
-
- LEFT_DOWN.
Static variable in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Dissolve type constant for a fill dissolve.
- LEFT_TO_RIGHT.
Static variable in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Reflection constant for left to right reflection.
- LEFT_UP.
Static variable in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Dissolve type constant for a fill dissolve.
- lemon.
Static variable in class com.ibm.eou.toolkit.graphics.AlphaColor
- The color lemon
- LightBulbIndicator().
Constructor for class com.ibm.eou.toolkit.gauge.bean.LightBulbIndicator
- Create a LightBulbIndicator.
- LightBulbIndicatorBeanInfo().
Constructor for class com.ibm.eou.toolkit.gauge.bean.LightBulbIndicatorBeanInfo
-
- lime.
Static variable in class com.ibm.eou.toolkit.graphics.AlphaColor
- The color lime
- LinearSynchronization().
Constructor for class com.ibm.eou.toolkit.gauge.LinearSynchronization
- Create a Continuous behaviour with a
step size of 1.
- LinearSynchronization(int).
Constructor for class com.ibm.eou.toolkit.gauge.LinearSynchronization
- Create a Continuous behaviour with the given
step size.
- LinearSynchronization(int, long, long).
Constructor for class com.ibm.eou.toolkit.gauge.LinearSynchronization
- Create a Continuous behaviour with the given
step size and delay values when synchronized
and when not synchronized.
- LOCK.
Variable in class com.ibm.eou.toolkit.gauge.BaseGauge
- This is the lock for the current gauge values.
- LOWER_CASE.
Static variable in class com.ibm.eou.toolkit.util.TextUtils
- Constant denoting lower case conversion.
- MARGIN.
Static variable in class com.ibm.eou.toolkit.graphics.BorderBackground
- A plain margin border style.
- mark().
Method in class com.ibm.eou.toolkit.util.Timer
- Mark the current time.
- maximumChanged().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return whether or not the maximum has changed.
- meadow.
Static variable in class com.ibm.eou.toolkit.graphics.ColorGradient
-
- messageCatalogue.
Variable in class com.ibm.eou.toolkit.gauge.bean.GaugeBeanInfoSupport
-
- METHOD_ACCUMULATE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- METHOD_ADD_ADJUSTMENT_LISTENER.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- METHOD_ADD_PROPERTY_CHANGE_LISTENER.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- METHOD_REMOVE_ADJUSTMENT_LISTENER.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- METHOD_REMOVE_PROPERTY_CHANGE_LISTENER.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- METHOD_SYNCHRONIZE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- minimumChanged().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return whether or not the minimum has changed.
- N_S.
Static variable in class com.ibm.eou.toolkit.graphics.Fill
- Fill direction of North to South
- NE_SW.
Static variable in class com.ibm.eou.toolkit.graphics.Fill
- Fill direction of Northeast to Southwest
- nearestColor(Color).
Static method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Return the nearest solid color to the supplied color from the current palette.
- Needle().
Constructor for class com.ibm.eou.toolkit.gauge.bean.Needle
- Create a RAGNeedle with critical damping.
- NeedleBeanInfo().
Constructor for class com.ibm.eou.toolkit.gauge.bean.NeedleBeanInfo
-
- NeedleBeanInfoSupport().
Constructor for class com.ibm.eou.toolkit.gauge.bean.NeedleBeanInfoSupport
-
- NeedleGauge().
Constructor for class com.ibm.eou.toolkit.gauge.NeedleGauge
- Construct a needle gauge with initial value of 0, and a range of 0 to 100.
- NeedleGauge(int, int, int).
Constructor for class com.ibm.eou.toolkit.gauge.NeedleGauge
- Minimal constructor which accepts the initial value, minimum value, maximum value.
- NeedleGauge(int, int, int, int, String, Color, ColorGradient, boolean, Image).
Constructor for class com.ibm.eou.toolkit.gauge.NeedleGauge
- Create a NeedleGauge specifying the number of intermediate tick marks required,
the title, the color for the needle, a color gradient for range highlighting,
whether the gradient is to be drawn outside or within the needle radius, and an
image to tile within the needle radius.
- NO_REFLECTION.
Static variable in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Reflection constant for no reflection.
- NO_ROTATION.
Static variable in class com.ibm.eou.toolkit.graphics.GraphicString
- Rotation constant for 0 degree rotation of the text base line.
- NO_ROTATION.
Static variable in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Rotation constant for 0 degree rotation.
- NO_WAIT.
Static variable in interface com.ibm.eou.toolkit.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.eou.toolkit.graphics.BorderBackground
- No border style.
- NONE.
Static variable in class com.ibm.eou.toolkit.graphics.GraphicString
- No highlighting.
- normalize(long, long, long, double, double).
Static method in class com.ibm.eou.toolkit.util.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.eou.toolkit.util.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.eou.toolkit.util.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.eou.toolkit.util.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.eou.toolkit.util.Normalizer
- Compute a value in a new range corresponding
to the given value in the given range.
- normalizeNearest(double, double, double, int, int).
Static method in class com.ibm.eou.toolkit.util.Normalizer
- A version of normalizeNearest where the range
and value have type double rather than long,
and the new
range and the return value have type int
rather than long.
- normalizeNearest(double, double, double, long, long).
Static method in class com.ibm.eou.toolkit.util.Normalizer
- A version of normalizeNearest where the range
and value have type double rather than long.
- normalizeNearest(long, long, long, int, int).
Static method in class com.ibm.eou.toolkit.util.Normalizer
- A version of normalizeNearest where the new
range and the return value have type int
rather than long.
- normalizeNearest(long, long, long, long, long).
Static method in class com.ibm.eou.toolkit.util.Normalizer
- Compute a value in a new range corresponding
to the given value in the given range.
- Normalizer().
Constructor for class com.ibm.eou.toolkit.util.Normalizer
-
- normalizeUp(long, long, long, int, int).
Static method in class com.ibm.eou.toolkit.util.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.eou.toolkit.util.Normalizer
- Compute a value in a new range corresponding
to the given value in the given range.
- notifyAdjustmentValueChanged(AdjustmentEvent).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Issue an event to all listeners.
- notifyGauge().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Inform the gauge that updates should recommence.
- NW_SE.
Static variable in class com.ibm.eou.toolkit.graphics.Fill
- Fill direction of Northwest to Southeast
- openTimerSession(Object).
Static method in class com.ibm.eou.toolkit.util.Timer
- Register a timer session identified by
the given key.
- OptionalColorGradientEditor().
Constructor for class com.ibm.eou.toolkit.gauge.bean.OptionalColorGradientEditor
-
- OrientationEditor().
Constructor for class com.ibm.eou.toolkit.gauge.bean.OrientationEditor
-
- Oscilloscope().
Constructor for class com.ibm.eou.toolkit.gauge.Oscilloscope
- Construct an Oscilloscope with 0 as the initial value and a range from 0 to 100.
- Oscilloscope().
Constructor for class com.ibm.eou.toolkit.gauge.bean.Oscilloscope
-
- Oscilloscope(int, int, int).
Constructor for class com.ibm.eou.toolkit.gauge.Oscilloscope
- Minimal constructor for an Oscilloscope, it accepts the initial value, the minimum
and maximum values.
- Oscilloscope(int, int, int, int, long, int, Color).
Constructor for class com.ibm.eou.toolkit.gauge.Oscilloscope
- Create an Oscilloscope specifying the distance the dot advances on
each update, the maximum interval in milliseconds between updates,
the number of horizontal scale lines required, and the color of
those lines.
- OscilloscopeBeanInfo().
Constructor for class com.ibm.eou.toolkit.gauge.bean.OscilloscopeBeanInfo
-
- paint(Graphics, Dimension, int, int, int, boolean, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Paint the gauge.
- paintComponent(Graphics).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- The standard paintComponent method.
- paintComponent(Graphics, Dimension, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Paint the gauge so that it represents the supplied value.
- paintComponent(Graphics, Dimension, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
- Paint the gauge.
- paintComponent(Graphics, Dimension, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Paint the gauge on to the given graphics, sized
to the given dimension.
- paintComponent(Graphics, Dimension, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Paint the gauge so that it represents the supplied value.
- paintComponent(Graphics, Dimension, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.Counter
- Paint the gauge.
- paintComponent(Graphics, Dimension, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.ImageIndicator
- Paint the gauge.
- paintComponent(Graphics, Dimension, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Paint the gauge.
- paintComponent(Graphics, Dimension, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
- Paint the gauge.
- paintComponent(Graphics, Dimension, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Paint the gauge.
- paintComponent(Graphics, Dimension, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Paint the gauge.
- paintComponent(Graphics, Dimension, int, int, int).
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
- Paint the gauge.
- paintHighlight(Graphics, Dimension).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Override this method to paint on top of the gauge.
- paintHighlight(Graphics, Dimension).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Override this method to paint on top of the gauge.
- paintPots.
Static variable in class com.ibm.eou.toolkit.graphics.ColorGradient
-
- paintValue(Graphics, Rectangle, String).
Static method in class com.ibm.eou.toolkit.bean.BeanInfoSupport
- Display the supplied text in the supplied graphics positioned
within the supplied bounding rectangle.
- PIXEL_CONTINUOUS.
Static variable in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Do not round the number of images.
- PIXEL_WHOLE.
Static variable in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Do not round the number of images.
- pow(int, int).
Static method in class com.ibm.eou.toolkit.util.MathUtils
- Raises an integer to a positive integer exponent.
- processComponentEvent(ComponentEvent).
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
-
- processComponentEvent(ComponentEvent).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
-
- processComponentEvent(ComponentEvent).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
-
- processComponentEvent(ComponentEvent).
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
-
- processComponentEvent(ComponentEvent).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
-
- processComponentEvent(ComponentEvent).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
-
- processComponentEvent(ComponentEvent).
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
-
- processMouseEvent(MouseEvent).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
-
- processMouseEvent(MouseEvent).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
-
- processMouseMotionEvent(MouseEvent).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
-
- processMouseMotionEvent(MouseEvent).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
-
- PROPERTY_ACCUMULATOR_ENABLED.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_ACCUMULATOR_INTERVAL.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_ACCUMULATOR_MEASUREMENT_INTERVAL.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_ACCUMULATOR_MEASUREMENT_METHOD.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_ADVANCE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_AG_THRESHOLD.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_BACKGROUND.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_BACKGROUND_IMAGE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_BACKGROUND_STYLE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_BASE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_BASE_LEVEL.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_BLOCK_HEIGHT.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_BLOCK_SPACE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_BLOCK_WIDTH.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_BLOCK_WIDTH_PROPORTION.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_CHANGE_OVER.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_CHANGE_OVER_VALUE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_DAMPING.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_EDITABLE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_EXTENT.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_FILL_COLOR.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_FILL_COLOR_GRADIENT.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_FILL_IMAGE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_FOREGROUND.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_GRADIENT_OUTSIDE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_HIGH_COLOR.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_HIGH_THRESHOLD.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_IMAGE_DEVIATION.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_IMAGE_OVERLAP.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_IMMEDIATE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_INNER_RADIUS.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_INTERVAL.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_LOW_COLOR.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_LOW_THRESHOLD.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_MAXIMUM.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_MEDIUM_COLOR.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_MERCURY.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_MINIMUM.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_MODEL.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_NEEDLE_COLOR.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_NEGATIVE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_NEGATIVE_COLOR.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_NEGATIVE_IMAGE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_NEGATIVE_STACK_TO_FRONT.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_NUMBER_OF_BLOCKS.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_NUMBER_OF_DIGITS.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_NUMBER_OF_LINES.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_NUMBER_OF_TICKS.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_OPAQUE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_ORIENTATION.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_POINTS.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_POSITIVE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_POSITIVE_COLOR.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_POSITIVE_IMAGE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_POSITIVE_STACK_TO_FRONT.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_PREFIX.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_RA_THRESHOLD.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_RANGE_ADJUSTMENT_METHOD.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_ROUNDING.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_SCALE_COLOR.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_SCALE_COLOR_GRADIENT.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_SCALE_ENABLED.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_SLIDE_ENABLED.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_SUFFIX.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_TITLE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_TRACE_COLOR.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_TUBE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_TUBE_WIDTH.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- PROPERTY_VALUE.
Static variable in class com.ibm.eou.toolkit.gauge.GaugeFeatures
-
- radiusSquared.
Variable in class com.ibm.eou.toolkit.graphics.RegionOval
-
- radiusX.
Variable in class com.ibm.eou.toolkit.graphics.RegionOval
-
- radiusXSquared.
Variable in class com.ibm.eou.toolkit.graphics.RegionOval
-
- radiusY.
Variable in class com.ibm.eou.toolkit.graphics.RegionOval
-
- radiusYSquared.
Variable in class com.ibm.eou.toolkit.graphics.RegionOval
-
- RAGNeedle().
Constructor for class com.ibm.eou.toolkit.gauge.bean.RAGNeedle
- Create a RAGNeedle with critical damping.
- RAGNeedleBeanInfo().
Constructor for class com.ibm.eou.toolkit.gauge.bean.RAGNeedleBeanInfo
-
- RAGNeedleGauge().
Constructor for class com.ibm.eou.toolkit.gauge.RAGNeedleGauge
- Construct a bar indicator with initial value 0 and a range from 0 to 100.
- RAGNeedleGauge(int, int, int).
Constructor for class com.ibm.eou.toolkit.gauge.RAGNeedleGauge
- Minimal constructor for a RAGNeedleGauge, it accepts the initial value, the minimum value
the maximum value.
- RAGNeedleGauge(int, int, int, int, String, Color, int, int).
Constructor for class com.ibm.eou.toolkit.gauge.RAGNeedleGauge
- Creates a new PointerGauge with the specified zone dividing values and title.
- rainbow.
Static variable in class com.ibm.eou.toolkit.graphics.ColorGradient
-
- RANDOM.
Static variable in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Dissolve type constant for random dissolve.
- RangeAdjustmentMethodEditor().
Constructor for class com.ibm.eou.toolkit.gauge.bean.RangeAdjustmentMethodEditor
-
- readAsInt(byte[], int, int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Read the specified number of bytes from the byte array as an int,
and return the int read.
- READONLY.
Static variable in class com.ibm.eou.toolkit.bean.BeanInfoSupport
- Constant for use with
getPropertyDescriptor method where a
read only property descriptor is required.
- READWRITE.
Static variable in class com.ibm.eou.toolkit.bean.BeanInfoSupport
- Constant for use with
getPropertyDescriptor method where a
read/write property descriptor is required.
- rectangle.
Variable in class com.ibm.eou.toolkit.graphics.RegionRectangle
-
- region.
Variable in class com.ibm.eou.toolkit.graphics.RegionInverse
-
- RegionIntersection(Region[]).
Constructor for class com.ibm.eou.toolkit.graphics.RegionIntersection
- Create a region which is the intersection of one or more regions.
- RegionIntersection(Vector).
Constructor for class com.ibm.eou.toolkit.graphics.RegionIntersection
- Create a region which is the intersection of one or more regions.
- RegionInverse(Region).
Constructor for class com.ibm.eou.toolkit.graphics.RegionInverse
- Create a region which contains all the points not in the specified region.
- RegionOval(int, int, int).
Constructor for class com.ibm.eou.toolkit.graphics.RegionOval
- Create an oval region based on the specified parameters.
- RegionOval(int, int, int, int).
Constructor for class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.RegionRectangle
- Create a new region based on the specified rectangle.
- regions.
Variable in class com.ibm.eou.toolkit.graphics.RegionIntersection
-
- removeAdjustmentListener(AdjustmentListener).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Remove a listener from the list of listeneres
to be notified whenever the gauge value changes.
- removeChangeListener(ChangeListener).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- removeElement(Object, Object[], Object[]).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Remove the supplied object from the source array.
- removeGaugeModelListener(GaugeModelListener).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- removeGaugeModelListener(GaugeModelListener).
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Remove a gaugeModelListener from the GaugeModel.
- removeTimerListener(TimerListener).
Method in class com.ibm.eou.toolkit.util.Timer
-
- render(Graphics, int, int).
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Render the GraphicString at the given baseline start position coordinates.
- render(Graphics, int, int, int, int).
Method in interface com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.BorderBackground
- Render the border onto a graphics, within the rectangle
specified.
- render(Graphics, int, int, int, int).
Method in class com.ibm.eou.toolkit.graphics.TileBackground
- Render the background onto a graphics, within the rectangle
specified.
- render3DRect(Graphics, int, int, int, int, boolean, int, int, int).
Static method in class com.ibm.eou.toolkit.graphics.VectorUtils
- Draw a 3D raised or recessed border within the
given rectangle.
- renderDeformedImage(Graphics, int, int, Image, Deformation, int, int, long, double, double).
Static method in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Progressively render an image deformation, from the
given starting factor to the given end factor, with
the specified number of frames and delay in milliseconds
between each frame.
- renderDeformedImage(Graphics, int, int, Image, DissolveDeformation, int, long, double, double).
Static method in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Progressively render a dissolve image deformation, from the
given starting factor to the given end factor.
- renderHollowRect(Graphics, int, int, int, int, int).
Static method in class com.ibm.eou.toolkit.graphics.VectorUtils
- Draw a plain border within the given rectangle.
- renderRepeatedImage(Graphics, Image, int, int, int, int).
Static method in class com.ibm.eou.toolkit.graphics.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.eou.toolkit.graphics.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.eou.toolkit.graphics.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.eou.toolkit.graphics.Fill
- Draw a new image consisting of the given image(s) tiled onto the supplied Graphics at the position specified.
- renderWrapped(Graphics, Rectangle, String, int, int).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Renders the text string onto the given graphics context,
within the specified bounding rectangle, by word-wrapping
using the current default locale.
- renderWrapped(Graphics, Rectangle, String, int, int, Locale).
Static method in class com.ibm.eou.toolkit.graphics.FontUtils
- Renders the text string onto the given graphics context,
within the specified bounding rectangle, by word-wrapping
using the given locale.
- reset().
Method in class com.ibm.eou.toolkit.util.Latch
-
- resetAccumulator().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Resets all data members used by the accumulator and starts the timer.
- resetAccumulator().
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- resetAccumulator().
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Resets all data members used by the accumulator and starts the timer.
- resetSynchronization().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
-
- resetSynchronization().
Method in interface com.ibm.eou.toolkit.gauge.GaugeSynchronization
- Reset the synchronization to its initial state,
clearing all the internal variables.
- resetSynchronization().
Method in class com.ibm.eou.toolkit.gauge.ImmediateSynchronization
-
- resetSynchronization().
Method in class com.ibm.eou.toolkit.gauge.InertialSynchronization
-
- resetTimer(Object).
Static method in class com.ibm.eou.toolkit.util.Timer
- Reset the elapsed time counter for
the timer session
- reverse().
Method in class com.ibm.eou.toolkit.graphics.ColorGradient
- Return a new color gradient with the order of the colors reversed.
- RIGHT.
Static variable in class com.ibm.eou.toolkit.graphics.FontUtils
-
- RIGHT_DOWN.
Static variable in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Dissolve type constant for a fill dissolve.
- RIGHT_UP.
Static variable in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Dissolve type constant for a fill dissolve.
- ROLLING_AVERAGE.
Static variable in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Constant used as an argument to
setAccumulatorMeasurementMethod() when the
accumulator measurement interval as supplied to
setAccumulatorMeasurementInterval() should
be used.
- RollingCounter().
Constructor for class com.ibm.eou.toolkit.gauge.bean.RollingCounter
- Create a RollingCounter, providing a default set of images for the
counter digits.
- RollingCounterBeanInfo().
Constructor for class com.ibm.eou.toolkit.gauge.bean.RollingCounterBeanInfo
-
- ROTATE_180.
Static variable in class com.ibm.eou.toolkit.graphics.GraphicString
- Rotation constant for 180 degree rotation.
- ROTATE_180.
Static variable in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Rotation constant for 180 degree rotation.
- roundDownToNextMultiple(int, int).
Static method in class com.ibm.eou.toolkit.util.MathUtils
- Round down the passed in value according to
the passed in multiple.
- roundUpToNextMultiple(int, int).
Static method in class com.ibm.eou.toolkit.util.MathUtils
- Round up the passed in value according to
the passed in multiple.
- ROWS.
Static variable in class com.ibm.eou.toolkit.graphics.Fill
- Flow method constant for creating rows of images.
- ROWS.
Static variable in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Flow method constant for creating rows of images.
- run().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- The standard Runnable run method.
- run().
Method in class com.ibm.eou.toolkit.util.Timer
-
- rxsRys.
Variable in class com.ibm.eou.toolkit.graphics.RegionOval
-
- S_N.
Static variable in class com.ibm.eou.toolkit.graphics.Fill
- Fill direction of South to North
- SBI.
Static variable in class com.ibm.eou.toolkit.gauge.bean.StackBookIndicatorBeanInfo
-
- SE_NW.
Static variable in class com.ibm.eou.toolkit.graphics.Fill
- Fill direction of Southeast to Northwest
- SET.
Static variable in class com.ibm.eou.toolkit.bean.BeanInfoSupport
- Constant for use with
accessorName method where a
write accessor name is to be generated.
- set().
Method in class com.ibm.eou.toolkit.util.Latch
-
- setAccumulatorEnabled(boolean).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Specify whether accumulation is enabled.
- setAccumulatorEnabled(boolean).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- setAccumulatorEnabled(boolean).
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Specify whether accumulation is enabled.
- setAccumulatorInterval(long).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Specify the accumulator interval in milliseconds.
- setAccumulatorInterval(long).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- setAccumulatorInterval(long).
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Specify the accumulator interval in milliseconds.
- setAccumulatorMeasurementInterval(long).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Specify the accumulator measurement interval in milliseconds.
- setAccumulatorMeasurementInterval(long).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- setAccumulatorMeasurementInterval(long).
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Specify the accumulator measurement interval in milliseconds.
- setAccumulatorMeasurementMethod(int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Specify the accumulator measurement method.
- setAccumulatorMeasurementMethod(int).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- setAccumulatorMeasurementMethod(int).
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Specify the accumulator measurement method.
- setAdvance(int).
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
- Specify the number of pixels the gauge advances.
- setAdvance(int).
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
- Set the number of pixels that the trace advances by in each step.
- setAGThreshold(int).
Method in class com.ibm.eou.toolkit.gauge.RAGNeedleGauge
- Set the threshold value where amber turns to green.
- setAsText(String).
Method in class com.ibm.eou.toolkit.gauge.bean.ColorGradientEditor
- Sets the corresponding color gradient for the option that
the user selected.
- setAsText(String).
Method in class com.ibm.eou.toolkit.bean.IntegerTagEditor
-
- setBackground(Color).
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
-
- setBackground(Color).
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Specify the color of the background.
- setBackground(Color).
Method in class com.ibm.eou.toolkit.graphics.BorderBackground
- Set the background color for the border.
- setBackground(Color).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
-
- setBackground(Color).
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
-
- setBackground(Color).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Specify the background color.
- setBackground(Color).
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
-
- setBackgroundImage(Image).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Specify the image to be tiled as the gauge background.
- setBackgroundStyle(Background).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Set the background to be drawn by this gauge prior
to each paint.
- setBackgroundStyle(Background).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Set the background to be drawn by this gauge prior
to each paint.
- setBase(int).
Method in class com.ibm.eou.toolkit.gauge.Counter
- Specify the numeric base of the counter.
- setBase(int).
Method in class com.ibm.eou.toolkit.gauge.bean.LEDCounter
- Specify the base of the counter, constraining to the range 2 to 16.
- setBase(int).
Method in class com.ibm.eou.toolkit.gauge.bean.RollingCounter
- Specify the base of the counter, constraining to the range 2 to 16.
- setBaseLevel(int).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Specify the change over value, where the scale switches from positive to negative.
- setBlockColors(Color[]).
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Specify array of colors to color the blocks with, each color in the array is used
as the color of an individual block.
- setBlockHeight(int).
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Specify the height of the blocks in pixels.
- setBlockIncrement(int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Specify the multi-unit incremental change to be applied to the
gauge value.
- setBlockSize(Dimension).
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Specify the size of the blocks in the gauge, in pixels.
- setBlockSize(int, int).
Method in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Set the block size for the dissolve.
- setBlockSpace(int).
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Rpecify the pixel interval between the blocks.
- setBlockWidth(int).
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Specify the width of the blocks in pixels.
- setBlockWidthProportion(int).
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Specify the percentage of the available space to use for each tick.
- setBorder(int).
Method in class com.ibm.eou.toolkit.graphics.BorderBackground
- Set the border style.
- setBorder(int, int, int, int).
Method in class com.ibm.eou.toolkit.graphics.BorderBackground
- Set the border style and widths.
- setBorder(int, int, int, int, Color, Color).
Method in class com.ibm.eou.toolkit.graphics.BorderBackground
- Set the border style and widths and colors.
- setBounds(int, int, int, int).
Method in interface com.ibm.eou.toolkit.graphics.Deformation
- Set the bounding box within which the deformation
effects are contained.
- setBounds(int, int, int, int).
Method in class com.ibm.eou.toolkit.graphics.DissolveDeformation
-
- setChangeOver(int).
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Specify the value that the colors change from positive to
negative.
- setChangeOverValue(int).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Specify the value at which the gauge begins to display positive values.
- setColor(Color).
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Set the color to be used when drawing text.
- setColor(Color, boolean).
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Set the color to be used when drawing text.
- setDamping(double).
Method in class com.ibm.eou.toolkit.gauge.InertialSynchronization
- Set the damping.
- setDamping(double).
Method in class com.ibm.eou.toolkit.gauge.bean.Needle
- Specify the needle damping.
- setDamping(double).
Method in class com.ibm.eou.toolkit.gauge.bean.RAGNeedle
- Specify the needle damping.
- setDefaultGaugeSynchronization(GaugeSynchronization).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Set the default gauge synchronization to be used by this gauge.
- setDigitImages(Image[]).
Method in class com.ibm.eou.toolkit.gauge.Counter
- Specify the array of images that represent the digits.
- setEditable(boolean).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Specify whether this gauge's value may be altered via user interaction.
- setExtent(int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Specify the value range represented by the gauge adjustment artefact.
- setExtent(int).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- setFactor(double).
Method in interface com.ibm.eou.toolkit.graphics.Deformation
- Set the deformation factor.
- setFactor(double).
Method in class com.ibm.eou.toolkit.graphics.DissolveDeformation
-
- setFill(Color).
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
- Specify that the bar will be filled with the given Color.
- setFill(ColorGradient).
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
- Specify that the bar will be filled with the given ColorGradient.
- setFill(Image).
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
- Specify that the bar will be filled with the given image.
- setFillColor(Color).
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
- Specify that the bar will be filled with the given Color.
- setFillColor(Color).
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
- Specify the color used to fill the area under the trace.
- setFillColorGradient(ColorGradient).
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
- Specify that the bar will be filled with the given ColorGradient.
- setFillImage(Image).
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
- Specify that the bar will be filled with the given image.
- setFont(Font).
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Set the font to be used when drawing text.
- setFont(Font).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
-
- setForeground(Color).
Method in class com.ibm.eou.toolkit.graphics.BorderBackground
- Set the foreground color for the border.
- setForeground(Color).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
-
- setForeground(Color).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Specify the foreground color.
- setGaugeSynchronization(GaugeSynchronization).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Set the gauge synchronization to be used by this gauge.
- setGradientOutside(boolean).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Specify whether the ColorGradient is to be drawn outside or
within the needle gauge radius.
- setHighColor(Color).
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Set the high color.
- setHighlightColor(Color).
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Set the highlight color to be used when drawing embossed or engraved text.
- setHighThreshold(int).
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Specify the value at which the medium colored ticks turn to high colored ticks.
- setImageDeviation(int).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Specify the limits of random deviation as a percentage of the stack width.
- setImageOverlap(int).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Specify the number of pixels by which the images overlap.
- setImages(Image[]).
Method in class com.ibm.eou.toolkit.gauge.ImageIndicator
- Specify an array of images array.
- setImmediate(boolean).
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Specify if the changes to the value displayed by the gauge are shown immediately.
- setImmediate(boolean).
Method in class com.ibm.eou.toolkit.gauge.Counter
- Specify whether the display jumps to immediate values.
- setInnerImage(Image).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Specify an Image to tile within the needle radius.
- setInnerRadius(int).
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Set the inner radius of the arc.
- setInterval(long).
Method in class com.ibm.eou.toolkit.gauge.ImageIndicator
- Specify the millisecond interval between the alterations of the gauge.
- setInterval(long).
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
- Specify the millisecond interval between each advance of the oscilloscope.
- setInterval(long).
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
- Specify the millisecond interval b
etween advances.
- setLowColor(Color).
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Set the low color.
- setLowlightColor(Color).
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Set the lowlight color to be used when drawing shadowed, embossed or engraved text.
- setLowThreshold(int).
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Specify the value at which the low colored ticks turn to medium colored ticks.
- setMark(long).
Method in class com.ibm.eou.toolkit.util.Timer
- Mark the specified time.
- setMaximum(int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Set the maximum of the gauge range.
- setMaximum(int).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- setMaximum(int).
Method in interface com.ibm.eou.toolkit.gauge.Gauge
- Set the maximum of the current range.
- setMaximum(int).
Method in class com.ibm.eou.toolkit.gauge.bean.LEDCounter
- Set the maximum of the gauge range.
- setMaximum(int).
Method in class com.ibm.eou.toolkit.gauge.bean.RollingCounter
- Set the maximum of the gauge range.
- setMediumColor(Color).
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Set the medium color.
- setMercury(Color).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Specify the color of the mercury.
- setMinimum(int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Set the minimum of the gauge range.
- setMinimum(int).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- setMinimum(int).
Method in interface com.ibm.eou.toolkit.gauge.Gauge
- Set the minimum of the current range.
- setMinimum(int).
Method in class com.ibm.eou.toolkit.gauge.bean.LEDCounter
- Set the minimum of the gauge range.
- setMinimum(int).
Method in class com.ibm.eou.toolkit.gauge.bean.RollingCounter
- Set the minimum of the gauge range.
- setModel(GaugeModel).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Set the gauge's data model.
- setNaturalPeriod(double).
Method in class com.ibm.eou.toolkit.gauge.InertialSynchronization
- Set the natural period.
- setNeedleColor(Color).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Set the fill color of the needle.
- setNegative(Color).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Specify the color of the negative scale bar.
- setNegativeColor(Color).
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Set the coloring of the negative blocks.
- setNegativeImage(Image).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Specify the positive image
- setNegativeStackToFront(boolean).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Specify whether the negative images are to be stacked away from or toward the changeOverValue.
- setNumberOfBlocks(int).
Method in class com.ibm.eou.toolkit.gauge.ArcBlockIndicator
- Specify the number of blocks in the gauge.
- setNumberOfBlocks(int).
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Specify the number of blocks in the gauge.
- setNumberOfDigits(int).
Method in class com.ibm.eou.toolkit.gauge.Counter
- Set the number of digit fields in the counter.
- setNumberOfLines(int).
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
- Specify the number of scale lines on the Oscilloscope.
- setNumberOfLines(int).
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
- Set the number of scale lines on the TraceRecorder.
- setNumberOfTicks(int).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Specify the number of intermediate tick marks to be drawn around the
circumference of the dial.
- setOpaque(boolean).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
-
- setOpaque(boolean).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
-
- setOrientation(int).
Method in class com.ibm.eou.toolkit.gauge.BarIndicator
- Set the orientation for the gauge.
- setOrientation(int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Set the orientation for the gauge.
- setOrientation(int).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Set the orientation for the gauge.
- setPoints(Point[]).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Specify an array of points at which to place the images.
- setPositive(Color).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Specify the color of the positive scale bar.
- setPositiveColor(Color).
Method in class com.ibm.eou.toolkit.gauge.BlockIndicator
- Set the coloring of the positive blocks.
- setPositiveImage(Image).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Specify the image to represent positive values.
- setPositiveNumberOfDigits().
Method in class com.ibm.eou.toolkit.gauge.Counter
-
- setPositiveStackToFront(boolean).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Specify whether the positive images are to be stacked away from or toward the changeOverValue.
- setPreferredSize(int, int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Set the preferred size for the gauge.
- setPrefix(String).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Specify the string prefix to the thermometer bulb.
- setRangeAdjustmentMethod(int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Specify the required automatic gauge range adjustment method
- setRangeAdjustmentMethod(int).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- setRangeAdjustmentMethod(int).
Method in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Specify the required automatic gauge range adjustment method.
- setRangeProperties(int, int, int, int, boolean).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
- Set the range properties of the model using the supplied
value, extent, minimum, maximum and valueIsAdjusting.
- setRAThreshold(int).
Method in class com.ibm.eou.toolkit.gauge.RAGNeedleGauge
- Set the threshold value where red turns to amber.
- setRotation(int).
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Set the amount of rotation to be applied to the baseline when drawn.
- setRounding(int).
Method in class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Specify the rounding style using one of the appropriate constants.
- setScaleColor(Color).
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
- Specify the scale lines color.
- setScaleColor(Color).
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
- Set the scale color.
- setScaleColorGradient(ColorGradient).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Set the ColorGradient used to fill inside or around the needle gauge radius.
- setScaleEnabled(boolean).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Specify that the scale should be shown on the thermometer.
- setSlideEnabled(boolean).
Method in class com.ibm.eou.toolkit.gauge.Counter
- Specify whether the slide animation effect is to be used.
- setStyle(int).
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Set the highlighting style to be used when drawing text.
- setStyle(int, Point).
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Set the highlighting style to be used when drawing text, and the
offset to control the relative displacement of text highlighting.
- setSuffix(String).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Specify the string suffix to the thermometer bulb.
- setText(String).
Method in class com.ibm.eou.toolkit.graphics.GraphicString
- Set the text to be drawn.
- setTile(Image, int, int).
Method in class com.ibm.eou.toolkit.graphics.TileBackground
- Set the tile image and offsets.
- setTile(Image[], int, int, int).
Method in class com.ibm.eou.toolkit.graphics.TileBackground
- Set the tile images, offsets, and flow method.
- setTitle(String).
Method in class com.ibm.eou.toolkit.gauge.NeedleGauge
- Set the title of the gauge.
- setTitle(String).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Specify the string title to the thermometer bulb.
- setTraceColor(Color).
Method in class com.ibm.eou.toolkit.gauge.Oscilloscope
- Specify the trace color.
- setTraceColor(Color).
Method in class com.ibm.eou.toolkit.gauge.TraceRecorder
- 'set' accessor method for traceColor.
- setTube(Color).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Specify the color of the Thermometer tube.
- setTubeWidth(int).
Method in class com.ibm.eou.toolkit.gauge.Thermometer
- Specify the width of the tube.
- setType(int).
Method in class com.ibm.eou.toolkit.graphics.DissolveDeformation
-
- setUnitIncrement(int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Specify the unit incremental change to be applied to the
gauge value.
- setValue(int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Set the current gauge value.
- setValue(int).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- setValue(int).
Method in interface com.ibm.eou.toolkit.gauge.Gauge
- Set the value for the gauge to present.
- setValueIsAdjusting(boolean).
Method in class com.ibm.eou.toolkit.gauge.DefaultGaugeModel
-
- setVisibleAmount(int).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
-
- SHADOW.
Static variable in class com.ibm.eou.toolkit.graphics.GraphicString
- Drop shadow effect.
- SPIRAL_ANTICLOCKWISE_IN.
Static variable in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Dissolve type constant for a fill dissolve.
- SPIRAL_ANTICLOCKWISE_OUT.
Static variable in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Dissolve type constant for a fill dissolve.
- SPIRAL_CLOCKWISE_IN.
Static variable in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Dissolve type constant for a fill dissolve.
- SPIRAL_CLOCKWISE_OUT.
Static variable in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Dissolve type constant for a fill dissolve.
- StackBookIndicator().
Constructor for class com.ibm.eou.toolkit.gauge.bean.StackBookIndicator
- Create a StackBookIndicator with the default range and initial
value, an image deviation of 14% of the image width, and an 81 pixel
image overlap.
- StackBookIndicatorBeanInfo().
Constructor for class com.ibm.eou.toolkit.gauge.bean.StackBookIndicatorBeanInfo
-
- StackCoinIndicator().
Constructor for class com.ibm.eou.toolkit.gauge.bean.StackCoinIndicator
- Create a StackCoinIndicator with the default range and initial
value, an image deviation of 30% of the image width, and a 55 pixel
image overlap.
- StackCoinIndicatorBeanInfo().
Constructor for class com.ibm.eou.toolkit.gauge.bean.StackCoinIndicatorBeanInfo
-
- StackDiskIndicator().
Constructor for class com.ibm.eou.toolkit.gauge.bean.StackDiskIndicator
- Create a StackDiskIndicator with the default range and initial
value, an image deviation of 12% of the image width, and a 98 pixel
image overlap.
- StackDiskIndicatorBeanInfo().
Constructor for class com.ibm.eou.toolkit.gauge.bean.StackDiskIndicatorBeanInfo
-
- StackImageBeanInfoSupport().
Constructor for class com.ibm.eou.toolkit.gauge.bean.StackImageBeanInfoSupport
-
- StackImageIndicator().
Constructor for class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Create a StackImageIndicator with an initial value of 0, a minimum value of -100 and a maximum value of 100.
- StackImageIndicator(Image).
Constructor for class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Create a StackImageIndicator specifying the image used to represent all of the gauge values.
- StackImageIndicator(Image, Image).
Constructor for class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Create a StackImageIndicator specifying the images used to represent the positive and
negative values.
- StackImageIndicator(int, int, int, int, Image, Image).
Constructor for class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Create a StackImageIndicator specifying the initail value, the minimum and maximum values, the
change-over value at which the gauge begins to display positive images, the images to represent
positive and negative values, and whether the images are to be stacked away from or toward the
change over value.
- StackImageIndicator(int, int, int, int, Image, Image, boolean, boolean, boolean, int, int, int).
Constructor for class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Create a StackImageIndicator specifying the initail value, the minimum and maximum values, the
change-over value at which the gauge begins to display positive images, the images to represent
positive and negative values, and whether the images are to be stacked away from or toward the
change over value.
- StackImageIndicator(int, int, int, int, Image, Image, boolean, boolean, Point[]).
Constructor for class com.ibm.eou.toolkit.gauge.StackImageIndicator
- Create a StackImageIndicator specifying the initail value, the minimum and maximum values, the
change-over value at which the gauge begins to display positive images, the images to represent
positive and negative values, and whether the images are to be stacked away from or toward the
change over value.
- startTimer(long, boolean).
Method in class com.ibm.eou.toolkit.util.Timer
- Start a delay timer, which will expire
after the specified time from the current mark
(a mark can be set by calling the mark method),
or immediately if the specified time has already passed.
- startTimer(long, boolean, boolean).
Method in class com.ibm.eou.toolkit.util.Timer
- Start a delay timer, which will expire
after the specified time from the current mark,
or from the time of the call if startNow is true.
- stopTimer().
Method in class com.ibm.eou.toolkit.util.Timer
- Stop any existing delay timer.
- SW_NE.
Static variable in class com.ibm.eou.toolkit.graphics.Fill
- Fill direction of Southwest to Northeast
- SYMMETRIC_DIFFERENCE.
Static variable in class com.ibm.eou.toolkit.util.ArrayUtils
- Constant representing the symmetric difference between two
arrays.
- synchronize().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- Wait until the gauge is synchronized.
- synchronize().
Method in interface com.ibm.eou.toolkit.gauge.Gauge
- Wait until the gauge is synchronized.
- terracotta.
Static variable in class com.ibm.eou.toolkit.graphics.ColorGradient
-
- Thermometer().
Constructor for class com.ibm.eou.toolkit.gauge.Thermometer
- Create a Thermometer with the initial value of 0 and a range from 0 to 100.
- Thermometer().
Constructor for class com.ibm.eou.toolkit.gauge.bean.Thermometer
-
- Thermometer(int, int, int).
Constructor for class com.ibm.eou.toolkit.gauge.Thermometer
- Create a Thermometer specifying the initial value, the maximum and the minimum value
the other properties default to the mercury in blue, the tube in white, the positive
color in green, the
negative color in red.
- Thermometer(int, int, int, int, String, Color, Color, boolean, Color, Color, int, String, String).
Constructor for class com.ibm.eou.toolkit.gauge.Thermometer
- Create a Thermometer specifying the width, the title, the colors for the tube
and mercury, whether the scale is required, the colors for the scale bars,
the scale changeover point, and the prefix and suffix strings.
- ThermometerBeanInfo().
Constructor for class com.ibm.eou.toolkit.gauge.bean.ThermometerBeanInfo
-
- TileBackground().
Constructor for class com.ibm.eou.toolkit.graphics.TileBackground
- Create a TileBackground with no tile image
and zero offsets.
- TileBackground(Image, int, int).
Constructor for class com.ibm.eou.toolkit.graphics.TileBackground
- Create a TileBackground with the given image and offsets.
- TileBackground(Image[], int, int, int).
Constructor for class com.ibm.eou.toolkit.graphics.TileBackground
- Create a TileBackground with the given image, offsets and flow method.
- Timer().
Constructor for class com.ibm.eou.toolkit.util.Timer
- Create a timer.
- timerExpired(EventObject).
Method in interface com.ibm.eou.toolkit.util.TimerListener
-
- TITLE_CASE_LENIENT.
Static variable in class com.ibm.eou.toolkit.util.TextUtils
- Constant representing case conversion where all initial
characters of words are to be converted to title case,
while remaining characters are forced to lower case.
- TITLE_CASE_STRICT.
Static variable in class com.ibm.eou.toolkit.util.TextUtils
- Constant representing case conversion where all initial
characters of words are to be converted to title case,
while remaining characters will be left unchanged.
- toCase(String, int).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the string converted as determined by the
specified case conversion option.
- toCase(String, int, Locale).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the string converted as determined by the
specified case conversion option, for the given
Locale.
- TOP.
Static variable in class com.ibm.eou.toolkit.graphics.FontUtils
-
- TOP_TO_BOTTOM.
Static variable in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Reflection constant for top to bottom reflection.
- TOPLEFT_TO_BOTTOMRIGHT.
Static variable in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Reflection constant for top left to bottom right reflection.
- TOPRIGHT_TO_BOTTOMLEFT.
Static variable in class com.ibm.eou.toolkit.graphics.ImageManipulator
- Reflection constant for top right to bottom left reflection.
- toString().
Method in class com.ibm.eou.toolkit.graphics.AlphaColor
- Return a String representation of this AlphaColor's values.
- toTitleCase(String).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the string converted to title case.
- toTitleCase(String, Locale).
Static method in class com.ibm.eou.toolkit.util.TextUtils
- Return the string converted to title case for the given
Locale.
- TraceRecorder().
Constructor for class com.ibm.eou.toolkit.gauge.TraceRecorder
- Construct a TraceRecorder with an initial value of 0 and a range from 0 to 100.
- TraceRecorder().
Constructor for class com.ibm.eou.toolkit.gauge.bean.TraceRecorder
-
- TraceRecorder(int, int, int).
Constructor for class com.ibm.eou.toolkit.gauge.TraceRecorder
- Minimal constructor which accepts only the initial value, the minimum value and the
maximum value.
- TraceRecorder(int, int, int, int, long, int, Color, Color).
Constructor for class com.ibm.eou.toolkit.gauge.TraceRecorder
- Create a new TraceRecorder specifying the number of pixels the trace
scrolls on each update, the maximum interval in milliseconds between updates,
the number of horizontal scale lines required, the color of
the lines, and the color used to fill the area under the trace line.
- TraceRecorderBeanInfo().
Constructor for class com.ibm.eou.toolkit.gauge.bean.TraceRecorderBeanInfo
-
- TRAILING.
Static variable in class com.ibm.eou.toolkit.util.TextUtils
- Constant denoting that characters should be added or removed
from the end of a text string.
- twilight.
Static variable in class com.ibm.eou.toolkit.graphics.ColorGradient
-
- UNION.
Static variable in class com.ibm.eou.toolkit.util.ArrayUtils
- Constant representing the union between two arrays.
- unNormalizeBalanced(long, long, long, long, long).
Static method in class com.ibm.eou.toolkit.util.Normalizer
- Compute a value in a new range corresponding
to the given value in the given range.
- UP_LEFT.
Static variable in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Dissolve type constant for a fill dissolve.
- UP_RIGHT.
Static variable in class com.ibm.eou.toolkit.graphics.DissolveDeformation
- Dissolve type constant for a fill dissolve.
- UPPER_CASE.
Static variable in class com.ibm.eou.toolkit.util.TextUtils
- Constant denoting upper case conversion.
- valueChanged().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return whether or not the value has changed.
- valueIsAdjustingChanged().
Method in class com.ibm.eou.toolkit.gauge.GaugeModelChangeEvent
- Return whether or not valueIsAdjusting has changed.
- W_E.
Static variable in class com.ibm.eou.toolkit.graphics.Fill
- Fill direction of West to East
- waitForImage(Image).
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- This method waits until the specified
registered image is loaded, and
returns immediately if the image is
already loaded (or not registered).
- waitForImage(Image).
Static method in class com.ibm.eou.toolkit.graphics.ImageUtils
- Wait for the specified image to be fully loaded.
- waitForImages().
Method in class com.ibm.eou.toolkit.gauge.BaseGauge
- This method waits until all currently
registered images are loaded.
- waitForImages(Image[]).
Static method in class com.ibm.eou.toolkit.graphics.ImageUtils
- Waits for the array of specified images to be fully loaded.
- waitForSet().
Method in class com.ibm.eou.toolkit.util.Latch
-
- waitUntil(long).
Method in class com.ibm.eou.toolkit.util.Timer
- Wait until
the specified time from the current mark.
- waitUntil(long, Object, boolean).
Method in class com.ibm.eou.toolkit.util.Timer
- Wait upon the specified monitor until
the specified time from the current mark,
and optionally ignoring notifies to the monitor.
- waitUntil(Object, long).
Static method in class com.ibm.eou.toolkit.util.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.eou.toolkit.util.Timer
- Wait until a given elapsed time from the
last reset of the timer session, or until
the monitor is notified, whichever occurs
sooner.
- WRAP.
Static variable in interface com.ibm.eou.toolkit.gauge.GaugeModel
- Constant used as an argument to
setRangeAdjustmentMethod().
- writeAsBytes(byte[], int, int, int).
Static method in class com.ibm.eou.toolkit.util.ArrayUtils
- Write an int as the specified number of bytes into the byte array,
and return that number of bytes.
- WRITEONLY.
Static variable in class com.ibm.eou.toolkit.bean.BeanInfoSupport
- Constant for use with
getPropertyDescriptor method where a
write only property descriptor is required.