public static class HwmfPalette.PaletteEntry extends java.lang.Object implements GenericRecord
Constructor and Description |
---|
PaletteEntry() |
PaletteEntry(HwmfPalette.PaletteEntry other) |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getColorRef() |
java.util.Map<java.lang.String,java.util.function.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, wait
getGenericChildren, getGenericRecordType
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()
public java.awt.Color getColorRef()
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties
in interface GenericRecord
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.