org.rococoa.cocoa.iokit
Class IODisplayScalerInformation

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<IODisplayScalerInformation,IODisplayScalerInformation.ByValue,IODisplayScalerInformation.ByReference>
          extended by org.rococoa.cocoa.iokit.IODisplayScalerInformation
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<IODisplayScalerInformation,IODisplayScalerInformation.ByValue,IODisplayScalerInformation.ByReference>>
Direct Known Subclasses:
IODisplayScalerInformation.ByReference, IODisplayScalerInformation.ByValue

public class IODisplayScalerInformation
extends Structure<IODisplayScalerInformation,IODisplayScalerInformation.ByValue,IODisplayScalerInformation.ByReference>

native declaration : /System/Library/Frameworks/IOKit.framework/Headers/graphics/IOGraphicsTypes.h:646
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
          Init to 0
C type : UInt32[1]
 int[] __reservedB
          Init to 0
C type : UInt32[2]
 int[] __reservedC
          Init to 0
C type : UInt32[5]
 int maxHorizontalPixels
           
 int maxVerticalPixels
           
 int scalerFeatures
           
 int version
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
IODisplayScalerInformation()
           
IODisplayScalerInformation(int[] __reservedA, int version, int[] __reservedB, int scalerFeatures, int maxHorizontalPixels, int maxVerticalPixels, int[] __reservedC)
           
 
Method Summary
static IODisplayScalerInformation[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

__reservedA

public int[] __reservedA
Init to 0
C type : UInt32[1]


version

public int version

__reservedB

public int[] __reservedB
Init to 0
C type : UInt32[2]


scalerFeatures

public int scalerFeatures

maxHorizontalPixels

public int maxHorizontalPixels

maxVerticalPixels

public int maxVerticalPixels

__reservedC

public int[] __reservedC
Init to 0
C type : UInt32[5]

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
C type : UInt32[1]
version - Init to 0
__reservedB - Init to 0
C type : UInt32[2]
scalerFeatures - C type : IOOptionBits
__reservedC - Init to 0
C type : UInt32[5]
Method Detail

newArray

public static IODisplayScalerInformation[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.