public static class HwmfPalette.PaletteEntry
extends java.lang.Object
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 int init(LittleEndianInputStream leis) throws java.io.IOException
java.io.IOException
public boolean isReserved()
public boolean isExplicit()
public boolean isNoCollapse()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.