com.jniwrapper.win32
Class Rect

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

public class Rect
extends Structure

This class represents RECT structure.


Constructor Summary
Rect()
           
Rect(Rect that)
           
 
Method Summary
 java.lang.Object clone()
           
 long getBottom()
           
 long getLeft()
           
 long getRight()
           
 long getTop()
           
 void moveBy(int deltaX, int deltaY)
           
 void moveTo(long left, long top)
           
 void setBottom(long value)
           
 void setLeft(long value)
           
 void setRight(long value)
           
 void setTop(long value)
           
 java.lang.String toString()
           
 
Methods inherited from class com.jniwrapper.Structure
acceptIOPerformer, addMembers, computeLength, getAlignmentRequirement, getLength, getMember, getMembers, init, init, pop, push, read, setDataBuffer, 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

Rect

public Rect()

Rect

public Rect(Rect that)
Method Detail

setLeft

public void setLeft(long value)

getLeft

public long getLeft()

setTop

public void setTop(long value)

getTop

public long getTop()

setRight

public void setRight(long value)

getRight

public long getRight()

setBottom

public void setBottom(long value)

getBottom

public long getBottom()

moveTo

public void moveTo(long left,
                   long top)

moveBy

public void moveBy(int deltaX,
                   int deltaY)

toString

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

clone

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