org.rococoa.cocoa.iokit
Class IODisplayScalerInformation

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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.


Nested Class Summary
static class IODisplayScalerInformation.ByReference
           
static class IODisplayScalerInformation.ByValue
           
 
Field Summary
 int[] __reservedA
           
 int[] __reservedB
           
 int[] __reservedC
           
 int maxHorizontalPixels
           
 int maxVerticalPixels
           
 int scalerFeatures
           
 int version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
IODisplayScalerInformation()
           
IODisplayScalerInformation(int[] __reservedA, int version, int[] __reservedB, int scalerFeatures, int maxHorizontalPixels, int maxVerticalPixels, int[] __reservedC)
           
 
Method Summary
 IODisplayScalerInformation.ByReference byReference()
           
 IODisplayScalerInformation.ByValue byValue()
           
 IODisplayScalerInformation 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

__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
Constructor Detail

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
Method Detail

byReference

public IODisplayScalerInformation.ByReference byReference()

byValue

public IODisplayScalerInformation.ByValue byValue()

clone

public IODisplayScalerInformation clone()
Overrides:
clone in class Object