org.rococoa.cocoa.ae
Class TextRangeArray
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.ae.TextRangeArray
- Direct Known Subclasses:
- TextRangeArray.ByReference, TextRangeArray.ByValue
public class TextRangeArray
- 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.
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 |
fNumOfRanges
public short fNumOfRanges
fRange
public TextRange[] fRange
TextRangeArray
public TextRangeArray()
TextRangeArray
public TextRangeArray(short fNumOfRanges,
TextRange[] fRange)
- Parameters:
fNumOfRanges
- specify the size of the fRange array
fRange
- when fNumOfRanges > 1, the size of this array has to be calculated
byReference
public TextRangeArray.ByReference byReference()
byValue
public TextRangeArray.ByValue byValue()
clone
public TextRangeArray clone()
- Overrides:
clone
in class Object