public abstract class IltImageMapping extends Object
IltGauge
or IltChart
.Constructor and Description |
---|
IltImageMapping()
Default constructor.
|
IltImageMapping(Image min,
Image max)
Creates a new mapping.
|
IltImageMapping(String min,
String max)
Creates a new mapping.
|
Modifier and Type | Method and Description |
---|---|
Image |
getMaxImage()
Returns the image representing the gauge or the chart with
the maximal value.
|
Image |
getMinImage()
Returns the image representing the gauge or the chart with
the minimal value.
|
void |
setMaxImage(Image max)
Sets the image representing the gauge or the chart with
the maximal value.
|
void |
setMaxImage(String maxName)
Sets the filename of the image representing the gauge or the chart with
the maximal value.
|
void |
setMinImage(Image min)
Sets the image representing the gauge or the chart with
the minimal value.
|
void |
setMinImage(String minName)
Sets the filename of the image representing the gauge or the chart with
the minimal value.
|
public IltImageMapping(String min, String max)
IlpImageRepository
.min
- The filename of the image representing the gauge
or the chart with the minimal value.max
- The filename of the image representing the gauge
or the chart with the maximal value.IlpImageRepository.getImage(java.lang.String)
public IltImageMapping(Image min, Image max)
min
- The image representing the gauge or the chart with
the minimal value.max
- The image representing the gauge or the chart with
the maximal value.public IltImageMapping()
public void setMinImage(Image min)
min
- The image representing the gauge
or the chart with the minimal value.public void setMaxImage(Image max)
max
- The image representing the gauge
or the chart with the maximal value.public void setMinImage(String minName)
IlpImageRepository.getImage
.minName
- The filename of the image representing the gauge
or the chart with the minimal value.IlpImageRepository.getImage(java.lang.String)
public void setMaxImage(String maxName)
IlpImageRepository.getImage
.maxName
- The filename of the image representing the gauge
or the chart with the maximal value.IlpImageRepository.getImage(java.lang.String)
public Image getMinImage()
public Image getMaxImage()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.