com.jniwrapper.win32.gdi
Class LogPalette

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

public class LogPalette
extends Structure


Constructor Summary
LogPalette()
           
LogPalette(LogPalette that)
           
 
Method Summary
 java.lang.Object clone()
           
 Int16 getPalNumEntries()
           
 Pointer getPalPalEntry()
           
 Int16 getPalVersion()
           
 
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

LogPalette

public LogPalette()

LogPalette

public LogPalette(LogPalette that)
Method Detail

getPalVersion

public Int16 getPalVersion()

getPalNumEntries

public Int16 getPalNumEntries()

getPalPalEntry

public Pointer getPalPalEntry()

clone

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