org.rococoa.cocoa.quartzcore
Class CALayer._CALayerIvars
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.quartzcore.CALayer._CALayerIvars
- Direct Known Subclasses:
- CALayer._CALayerIvars.ByReference, CALayer._CALayerIvars.ByValue
- Enclosing class:
- CALayer
public static class CALayer._CALayerIvars
- extends com.ochafik.lang.jnaerator.runtime.Structure
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 |
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 Pointer[] 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,
Pointer[] slots)
byReference
public CALayer._CALayerIvars.ByReference byReference()
byValue
public CALayer._CALayerIvars.ByValue byValue()
clone
public CALayer._CALayerIvars clone()
- Overrides:
clone
in class Object