public class CdrBmp extends CdrDictionaryItem
he cdr bmp
CdrObjectContainer| Constructor and Description |
|---|
CdrBmp() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBpp()
Gets the BPP.
|
int |
getBytesPerLine()
Gets the bytes per line.
|
int |
getColorModel()
Gets the color model.
|
byte[] |
getData()
Gets the data.
|
int |
getHeight()
Gets the height.
|
int[] |
getPalette()
Gets the palette.
|
int |
getWidth()
Gets the width.
|
void |
setBpp(int value)
Sets the BPP.
|
void |
setBytesPerLine(int value)
Sets the bytes per line.
|
void |
setColorModel(int value)
Sets the color model.
|
void |
setData(byte[] value)
Sets the data.
|
void |
setHeight(int value)
Sets the height.
|
void |
setPalette(int[] value)
Sets the palette.
|
void |
setWidth(int value)
Sets the width.
|
getId, setIdgetDocument, getParent, setDocument, setParentclose, dispose, getDisposedpublic final byte[] getData()
Gets the data.
public final void setData(byte[] value)
Sets the data.
value - the data.public final int getColorModel()
Gets the color model.
public final void setColorModel(int value)
Sets the color model.
value - the color model.public final int getWidth()
Gets the width.
public final void setWidth(int value)
Sets the width.
value - the width.public final int getHeight()
Gets the height.
public final void setHeight(int value)
Sets the height.
value - the height.public final int getBpp()
Gets the BPP.
public final void setBpp(int value)
Sets the BPP.
value - the BPP.public final int getBytesPerLine()
Gets the bytes per line.
public final void setBytesPerLine(int value)
Sets the bytes per line.
value - the bytes per line.public final int[] getPalette()
Gets the palette.
public final void setPalette(int[] value)
Sets the palette.
value - the palette.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.