com.jniwrapper.win32
Class Size

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

public class Size
extends Structure


Constructor Summary
Size()
           
Size(Size that)
           
 
Method Summary
 java.lang.Object clone()
           
 int getCx()
           
 int getCy()
           
 void setCx(int value)
           
 void setCy(int value)
           
 
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

Size

public Size()

Size

public Size(Size that)
Method Detail

getCx

public int getCx()

setCx

public void setCx(int value)

getCy

public int getCy()

setCy

public void setCy(int value)

clone

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