org.rococoa.cocoa.webkit
Class NP_Port

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.webkit.NP_Port
Direct Known Subclasses:
NP_Port.ByReference, NP_Port.ByValue

public class NP_Port
extends com.ochafik.lang.jnaerator.runtime.Structure

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class NP_Port.ByReference
           
static class NP_Port.ByValue
           
 
Field Summary
 int portx
           
 int porty
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NP_Port()
           
NP_Port(int portx, int porty)
           
 
Method Summary
 NP_Port.ByReference byReference()
           
 NP_Port.ByValue byValue()
           
 NP_Port clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

portx

public int portx

porty

public int porty
Constructor Detail

NP_Port

public NP_Port()

NP_Port

public NP_Port(int portx,
               int porty)
Method Detail

byReference

public NP_Port.ByReference byReference()

byValue

public NP_Port.ByValue byValue()

clone

public NP_Port clone()
Overrides:
clone in class Object