public class WmfCreatePalette extends WmfGraphicObject
The META_CREATEPALETTE record creates a Palette Object (section 2.2.1.3).
Modifier and Type | Field and Description |
---|---|
static int |
PALETTE_START
The palette start tag
|
Constructor and Description |
---|
WmfCreatePalette()
WMFs the record.
|
Modifier and Type | Method and Description |
---|---|
EmfLogPalette |
getLogPalette()
Gets the log palette.
|
void |
setLogPalette(EmfLogPalette value)
Sets the log palette.
|
getIndex, setIndex
public static final int PALETTE_START
The palette start tag
public EmfLogPalette getLogPalette()
Gets the log palette.
public void setLogPalette(EmfLogPalette value)
Sets the log palette.
value
- The logical palette.