public static class HwmfPalette.PaletteEntry extends Object implements GenericRecord
| Constructor and Description |
|---|
PaletteEntry() |
PaletteEntry(HwmfPalette.PaletteEntry other) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColorRef() |
Map<String,Supplier<?>> |
getGenericProperties() |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGenericChildren, getGenericRecordTypepublic PaletteEntry()
public PaletteEntry(HwmfPalette.PaletteEntry other)
public int init(LittleEndianInputStream leis) throws IOException
IOExceptionpublic boolean isReserved()
public boolean isExplicit()
public boolean isNoCollapse()
public Color getColorRef()
public Map<String,Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecord