javax.imageio.plugins.bmp
public class BMPImageWriteParam extends ImageWriteParam
Constructor Summary | |
---|---|
BMPImageWriteParam()
Constructs an BMPImageWriteParam object with default values
and a null Locale . | |
BMPImageWriteParam(Locale locale)
Constructs a BMPImageWriteParam set to use a given
Locale and with default values for all parameters.
|
Method Summary | |
---|---|
boolean | isTopDown()
Returns the value of the topDown parameter. |
void | setTopDown(boolean topDown)
If set, the data will be written out in a top-down manner, the first
scanline being written first.
|
BMPImageWriteParam
object with default values
and a null Locale
.BMPImageWriteParam
set to use a given
Locale
and with default values for all parameters.
Parameters: locale - a Locale
to be used to localize compression
type names and quality descriptions, or null
.
topDown
parameter. The default is
false.
Returns: whether the data are written in top-down order.
Parameters: topDown - whether the data are written in top-down order.