com.jniwrapper.win32.gdi
Class RGBQuad

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.Structure
          extended by com.jniwrapper.win32.gdi.RGBQuad
All Implemented Interfaces:
com.jniwrapper.AlignmentAwareParameter, com.jniwrapper.CompositeParameter

public class RGBQuad
extends com.jniwrapper.Structure

This class represents RGBQUAD structure.


Field Summary
 
Fields inherited from class com.jniwrapper.Structure
i
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
RGBQuad()
           
RGBQuad(int r, int g, int b)
           
RGBQuad(RGBQuad that)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object obj)
           
 long getBlue()
           
 long getGreen()
           
 long getRed()
           
 int getRGB()
           
 int hashCode()
           
 void setBlue(long value)
           
 void setGreen(long value)
           
 void setRed(long value)
           
 java.lang.String toString()
           
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, computeLength, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RGBQuad

public RGBQuad(int r,
               int g,
               int b)

RGBQuad

public RGBQuad()

RGBQuad

public RGBQuad(RGBQuad that)
Method Detail

getBlue

public long getBlue()

setBlue

public void setBlue(long value)

getGreen

public long getGreen()

setGreen

public void setGreen(long value)

getRed

public long getRed()

setRed

public void setRed(long value)

getRGB

public int getRGB()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class com.jniwrapper.Structure

hashCode

public int hashCode()
Overrides:
hashCode in class com.jniwrapper.Parameter

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clone

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