public static class HwmfPalette.PaletteEntry
extends java.lang.Object
Constructor and Description |
---|
PaletteEntry() |
PaletteEntry(HwmfPalette.PaletteEntry other) |
Modifier and Type | Method and Description |
---|---|
int |
init(LittleEndianInputStream leis) |
boolean |
isExplicit()
Specifies that the low-order word of the logical palette entry designates a hardware
palette index.
|
boolean |
isNoCollapse()
Specifies that the color be placed in an unused entry in the system palette
instead of being matched to an existing color in the system palette.
|
boolean |
isReserved()
Specifies that the logical palette entry be used for palette animation.
|
public PaletteEntry()
public PaletteEntry(HwmfPalette.PaletteEntry other)
public int init(LittleEndianInputStream leis) throws java.io.IOException
java.io.IOException
public boolean isReserved()
public boolean isExplicit()
public boolean isNoCollapse()
Copyright 2019 The Apache Software Foundation or its licensors, as applicable.