org.rococoa.cocoa.iokit
Class IODisplayScalerInformation
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<IODisplayScalerInformation,IODisplayScalerInformation.ByValue,IODisplayScalerInformation.ByReference>
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.
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 |
__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]
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]
newArray
public static IODisplayScalerInformation[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.