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.
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 java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Rect
public Rect()
Rect
public Rect(Rect that)
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