com.teamdev.xpcom
Class nsPluginRect

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.Structure
          extended by com.teamdev.xpcom.nsPluginRect
All Implemented Interfaces:
com.jniwrapper.AlignmentAwareParameter, com.jniwrapper.CompositeParameter

public class nsPluginRect
extends com.jniwrapper.Structure


Field Summary
 
Fields inherited from class com.jniwrapper.Structure
f
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
nsPluginRect()
           
 
Method Summary
 long getBottom()
           
 long getLeft()
           
 long getRight()
           
 long getTop()
           
 void setBottom(long bottom)
           
 void setLeft(long left)
           
 void setRight(long right)
           
 void setTop(long top)
           
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, clone, computeLength, equals, 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, hashCode, indent, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

nsPluginRect

public nsPluginRect()
Method Detail

getTop

public long getTop()

setTop

public void setTop(long top)

getLeft

public long getLeft()

setLeft

public void setLeft(long left)

getBottom

public long getBottom()

setBottom

public void setBottom(long bottom)

getRight

public long getRight()

setRight

public void setRight(long right)