public class IlvMapImageRenderingStyle extends IlvMapRenderingStyle
Constructor and Description |
---|
IlvMapImageRenderingStyle()
Constructs a new
IlvMapImageRenderingStyle . |
IlvMapImageRenderingStyle(IlvInputStream stream)
Constructs a new
IlvMapImageRenderingStyle
from an IlvInputStream . |
Modifier and Type | Method and Description |
---|---|
boolean |
isHighQualityRendering()
Gets the quality of the image.
|
void |
setHighQualityRendering(boolean quality)
Sets the quality of the image.
|
void |
write(IlvOutputStream stream)
Writes the rendering style in an
IlvOutputStream . |
public IlvMapImageRenderingStyle()
IlvMapImageRenderingStyle
.
This class is meant to be used by a IlvDefaultImageRenderer
.public IlvMapImageRenderingStyle(IlvInputStream stream) throws IlvReadFileException
IlvMapImageRenderingStyle
from an IlvInputStream
.IlvReadFileException
public void setHighQualityRendering(boolean quality)
IlvIcon.setHighQualityRendering(boolean)
public boolean isHighQualityRendering()
IlvIcon.isHighQualityRendering()
public void write(IlvOutputStream stream) throws IOException
IlvOutputStream
.stream
- the output streamIOException
- thrown when an exception occurs during
the write operation for this object.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.