public class LogPalette
extends com.jniwrapper.Structure
Constructor and Description |
---|
LogPalette()
Creates new logical palette.
|
LogPalette(LogPalette that)
Creates new instance of the
LogPalette and initializes it by the specified one. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates copy of this instance.
|
com.jniwrapper.UInt16 |
getPalNumEntries()
Returns the value that specifies the number of entries in the logical palette.
|
com.jniwrapper.Pointer |
getPalPalEntry()
Returns an array of
PaletteEntry instances that define the color and usage of each entry in the logical palette. |
com.jniwrapper.UInt16 |
getPalVersion()
Returns value that specifies the version number of the system.
|
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public LogPalette()
public LogPalette(LogPalette that)
LogPalette
and initializes it by the specified one.that
- Instance of the LogPalette
that will be used to initialize created instance.public com.jniwrapper.UInt16 getPalVersion()
public com.jniwrapper.UInt16 getPalNumEntries()
public com.jniwrapper.Pointer getPalPalEntry()
PaletteEntry
instances that define the color and usage of each entry in the logical palette.PaletteEntry
instances that define the color and usage of each entry in the logical palette.public java.lang.Object clone()
clone
in class com.jniwrapper.Structure