public class IltGaugeMapping extends IltImageMapping
IltGauge
decoration.Constructor and Description |
---|
IltGaugeMapping()
Default constructor.
|
IltGaugeMapping(Image minImage,
Image maxImage)
Creates a vertical gauge with the given images.
|
IltGaugeMapping(Image minImage,
Image maxImage,
int direction,
IltColorModifier modifier)
Creates a vertical gauge with the given images, direction and
color modifier.
|
IltGaugeMapping(String minImage,
String maxImage)
Creates a vertical gauge with the given images.
|
IltGaugeMapping(String minImage,
String maxImage,
int direction,
IltColorModifier modifier)
Creates a vertical gauge with the given images, direction and
color modifier.
|
Modifier and Type | Method and Description |
---|---|
IltColorModifier |
getColorModifier()
Returns the modifier responsible for defining the colors used
to display this gauge.
|
int |
getDirection()
Returns the direction of the gauge.
|
void |
setColorModifier(IltColorModifier modifier)
Sets the modifier responsible for defining the colors used
to display this gauge.
|
void |
setDirection(int direction)
Sets the direction of the gauge.
|
getMaxImage, getMinImage, setMaxImage, setMaxImage, setMinImage, setMinImage
public IltGaugeMapping(String minImage, String maxImage)
public IltGaugeMapping(String minImage, String maxImage, int direction, IltColorModifier modifier)
public IltGaugeMapping(Image minImage, Image maxImage)
public IltGaugeMapping(Image minImage, Image maxImage, int direction, IltColorModifier modifier)
public IltGaugeMapping()
public void setDirection(int direction)
Possible values: IlvDirection.Top
(default), IlvDirection.Bottom
,
IlvDirection.Left
, IlvDirection.Right
.
public int getDirection()
public void setColorModifier(IltColorModifier modifier)
IltColorModifier
public IltColorModifier getColorModifier()
IltColorModifier
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.