org.rococoa.cocoa.quartzcore
Class CALayer._CALayerIvars
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<CALayer._CALayerIvars,CALayer._CALayerIvars.ByValue,CALayer._CALayerIvars.ByReference>
org.rococoa.cocoa.quartzcore.CALayer._CALayerIvars
- All Implemented Interfaces:
- StructureType, StructureTypeDependent, Comparable<Structure<CALayer._CALayerIvars,CALayer._CALayerIvars.ByValue,CALayer._CALayerIvars.ByReference>>
- Direct Known Subclasses:
- CALayer._CALayerIvars.ByReference, CALayer._CALayerIvars.ByValue
- Enclosing class:
- CALayer
public static class CALayer._CALayerIvars
- extends Structure<CALayer._CALayerIvars,CALayer._CALayerIvars.ByValue,CALayer._CALayerIvars.ByReference>
native declaration : /System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:176
Conversion Error : /// Original signature : -(void)setAffineTransform:()
- (void)setAffineTransform:(null)m; (Argument m cannot be converted)
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 |
refcount
public int refcount
flags
public int flags
parent
public int parent
sublayers
public Pointer sublayers
mask
public CALayer mask
state
public Pointer state
previous_state
public Pointer previous_state
animations
public Pointer animations
slots
public int[] slots
CALayer._CALayerIvars
public CALayer._CALayerIvars()
CALayer._CALayerIvars
public CALayer._CALayerIvars(int refcount,
int flags,
int parent,
Pointer sublayers,
CALayer mask,
Pointer state,
Pointer previous_state,
Pointer animations,
int[] slots)
- Parameters:
parent
- C type : uintptr_t
sublayers
- C type : CALayerArray*
mask
- C type : CALayer*
state
- C type : _CALayerState*
previous_state
- C type : _CALayerState*
animations
- C type : _CALayerAnimation*
slots
- C type : uintptr_t[3]
newArray
public static CALayer._CALayerIvars[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.