com.jniwrapper.jawt
Class JAWT_Rectangle

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.Structure
          extended by com.jniwrapper.jawt.JAWT_Rectangle
All Implemented Interfaces:
AlignmentAwareParameter, CompositeParameter, java.lang.Cloneable

public class JAWT_Rectangle
extends Structure
implements java.lang.Cloneable

A rectangle structure.

Since:
1.2

Field Summary
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
JAWT_Rectangle()
           
 
Method Summary
 java.lang.Object clone()
           
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class com.jniwrapper.Structure
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
asReturnValue, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAWT_Rectangle

public JAWT_Rectangle()
Method Detail

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)

clone

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