public class CdrPattern extends CdrDictionaryItem
The cdr bitmap
CdrObjectContainer
Constructor and Description |
---|
CdrPattern() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Gets the data.
|
int |
getHeight()
Gets the height.
|
int |
getWidth()
Gets the width.
|
void |
setData(byte[] value)
Sets the data.
|
void |
setHeight(int value)
Sets the height.
|
void |
setWidth(int value)
Sets the width.
|
getId, setId
getDocument, getParent, setDocument, setParent
close, dispose, getDisposed
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 byte[] getData()
Gets the data.
public final void setData(byte[] value)
Sets the data.
value
- the data.