BmpOptions

Inheritance: java.lang.Object, ImageOptionsBase

The bmp file format creation options.

Constructors

ConstructorDescription
BmpOptions()Initializes a new instance of the BmpOptions class.
BmpOptions(BmpOptions bmpOptions)Initializes a new instance of the BmpOptions class.

Methods

MethodDescription
getTargetFormat()
getBitsPerPixel()Gets or sets the image bits per pixel count.
setBitsPerPixel(int value)Gets or sets the image bits per pixel count.
getCompression()Gets or sets the compression.
setCompression(long value)Gets or sets the compression.
getHorizontalResolution()Deprecated.
setHorizontalResolution(double value)Deprecated.
getVerticalResolution()Deprecated.
setVerticalResolution(double value)Deprecated.

BmpOptions()

public BmpOptions()

Initializes a new instance of the BmpOptions class.

BmpOptions(BmpOptions bmpOptions)

public BmpOptions(BmpOptions bmpOptions)

Initializes a new instance of the BmpOptions class.

Parameters:

ParameterTypeDescription
bmpOptionsBmpOptionsThe BMP options.

getTargetFormat()

public long getTargetFormat()

Returns: long

getBitsPerPixel()

public int getBitsPerPixel()

Gets or sets the image bits per pixel count.

Returns: int - The image bits per pixel count.

setBitsPerPixel(int value)

public void setBitsPerPixel(int value)

Gets or sets the image bits per pixel count.

Parameters:

ParameterTypeDescription
valueintThe image bits per pixel count.

getCompression()

public long getCompression()

Gets or sets the compression.

Returns: long - The compression.

setCompression(long value)

public void setCompression(long value)

Gets or sets the compression.

Parameters:

ParameterTypeDescription
valuelongThe compression.

getHorizontalResolution()

@Deprecated public double getHorizontalResolution()

Deprecated.

Returns: double - The horizontal resolution.

setHorizontalResolution(double value)

@Deprecated public void setHorizontalResolution(double value)

Deprecated.

Parameters:

ParameterTypeDescription
valuedoubleThe horizontal resolution.

getVerticalResolution()

@Deprecated public double getVerticalResolution()

Deprecated.

Returns: double - The vertical resolution.

setVerticalResolution(double value)

@Deprecated public void setVerticalResolution(double value)

Deprecated.

Parameters:

ParameterTypeDescription
valuedoubleThe vertical resolution.