com.jniwrapper.win32.gdi
Class PaletteEntry

java.lang.Object
  |
  +--com.jniwrapper.Parameter
        |
        +--com.jniwrapper.Structure
              |
              +--com.jniwrapper.win32.gdi.PaletteEntry

public class PaletteEntry
extends Structure


Constructor Summary
PaletteEntry()
           
PaletteEntry(PaletteEntry that)
           
 
Method Summary
 java.lang.Object clone()
           
 UInt8 getPeBlue()
           
 UInt8 getPeFlags()
           
 UInt8 getPeGreen()
           
 UInt8 getPeRed()
           
 
Methods inherited from class com.jniwrapper.Structure
acceptIOPerformer, addMembers, computeLength, getAlignmentRequirement, getLength, getMember, getMembers, init, init, pop, push, read, setDataBuffer, toString, write
 
Methods inherited from class com.jniwrapper.Parameter
asReturnValue, equals, getAlignedLength, getDataBuffer, getDataBufferOffset, indent, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PaletteEntry

public PaletteEntry()

PaletteEntry

public PaletteEntry(PaletteEntry that)
Method Detail

getPeRed

public UInt8 getPeRed()

getPeGreen

public UInt8 getPeGreen()

getPeBlue

public UInt8 getPeBlue()

getPeFlags

public UInt8 getPeFlags()

clone

public java.lang.Object clone()
Overrides:
clone in class Structure