org.rococoa.cocoa.qd
Class WidEntry

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.qd.WidEntry
Direct Known Subclasses:
WidEntry.ByReference, WidEntry.ByValue

public class WidEntry
extends com.ochafik.lang.jnaerator.runtime.Structure

The following data structures referenced by the low memory global variables of QuickDraw are
deprecated on Mac OS X and CarbonLib 1.1. The low memory global variables are not shared between
processes and may result in inconsistencies compared to previous releases of the system software.
Changes made to the information contained in the low memory global variables, including any
indirectly referenced width tables, font family records, and font records, are not reflected in
the global state for QuickDraw and should only be accessed through the font access and data
management functions of ATS.
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 WidEntry.ByReference
           
static class WidEntry.ByValue
           
 
Field Summary
 short widStyle
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
WidEntry()
           
WidEntry(short widStyle)
           
 
Method Summary
 WidEntry.ByReference byReference()
           
 WidEntry.ByValue byValue()
           
 WidEntry clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

widStyle

public short widStyle
Constructor Detail

WidEntry

public WidEntry()

WidEntry

public WidEntry(short widStyle)
Method Detail

byReference

public WidEntry.ByReference byReference()

byValue

public WidEntry.ByValue byValue()

clone

public WidEntry clone()
Overrides:
clone in class Object