org.rococoa.cocoa.quartzcore
Interface QuartzCoreLibrary

All Superinterfaces:
Library

public interface QuartzCoreLibrary
extends Library

JNA Wrapper for library QuartzCore
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 interface QuartzCoreLibrary.CAAutoresizingMask
          native declaration : /System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:16
enum values
static interface QuartzCoreLibrary.CAEdgeAntialiasingMask
          native declaration : /System/Library/Frameworks/QuartzCore.framework/Headers/CALayer.h:29
enum values
static class QuartzCoreLibrary.kCAFillModeFrozen
           
static class QuartzCoreLibrary.kCIImageColorSpace
           
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
Library.Handler
 
Field Summary
static QuartzCoreLibrary INSTANCE
           
static String JNA_LIBRARY_NAME
           
static NativeLibrary JNA_NATIVE_LIB
           
static GlobalInt kCIFormatRGBA16
           
static GlobalInt kCIFormatRGBAf
           
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 

Field Detail

JNA_LIBRARY_NAME

static final String JNA_LIBRARY_NAME

JNA_NATIVE_LIB

static final NativeLibrary JNA_NATIVE_LIB

INSTANCE

static final QuartzCoreLibrary INSTANCE

kCIFormatRGBA16

static final GlobalInt kCIFormatRGBA16

kCIFormatRGBAf

static final GlobalInt kCIFormatRGBAf


Copyright © 2009. All Rights Reserved.