org.rococoa.cocoa.iokit
Class IODisplayScalerInformation
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.IODisplayScalerInformation
- Direct Known Subclasses:
- IODisplayScalerInformation.ByReference, IODisplayScalerInformation.ByValue
public class IODisplayScalerInformation
- 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 |
__reservedA
public int[] __reservedA
version
public int version
__reservedB
public int[] __reservedB
scalerFeatures
public int scalerFeatures
maxHorizontalPixels
public int maxHorizontalPixels
maxVerticalPixels
public int maxVerticalPixels
__reservedC
public int[] __reservedC
IODisplayScalerInformation
public IODisplayScalerInformation()
IODisplayScalerInformation
public IODisplayScalerInformation(int[] __reservedA,
int version,
int[] __reservedB,
int scalerFeatures,
int maxHorizontalPixels,
int maxVerticalPixels,
int[] __reservedC)
- Parameters:
__reservedA
- Init to 0
version
- Init to 0
__reservedB
- Init to 0
__reservedC
- Init to 0
byReference
public IODisplayScalerInformation.ByReference byReference()
byValue
public IODisplayScalerInformation.ByValue byValue()
clone
public IODisplayScalerInformation clone()
- Overrides:
clone
in class Object