ChartDirector 7.0 (Java Edition)
DrawArea.setInterlace
Usage
public void setInterlace(boolean i)
Description
Sets the interlace mode when creating the image.
Note that in many case an interlaced image is less compressible, and may have a large image size. The default is non-interlace.
Note that this method only applies to image formats that support interlacing (GIF and PNG). It is ignored for image formats that does not support interlacing.
Arguments
Argument | Default | Description |
i | (Mandatory) | A true value means the image is interlaced. A false value means the image is non-interlaced. |
Return Value
None
© 2021 Advanced Software Engineering Limited. All rights reserved.