com.jniwrapper.macosx.cocoa.nstypesetter
Class _NSTypesetterGlyphInfoStructure

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Structure
          extended bycom.jniwrapper.macosx.cocoa.nstypesetter._NSTypesetterGlyphInfoStructure
All Implemented Interfaces:
com.jniwrapper.AlignmentAwareParameter, com.jniwrapper.CompositeParameter
Direct Known Subclasses:
NSTypesetterGlyphInfo

public class _NSTypesetterGlyphInfoStructure
extends com.jniwrapper.Structure

This class represents _NSTypesetterGlyphInfoStructure structure.


Field Summary
 
Fields inherited from class com.jniwrapper.Structure
f
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSTypesetterGlyphInfoStructure()
           
 
Method Summary
 _giflagsStructure get__giflags()
           
 com.jniwrapper.SingleFloat get_AboveBaseline()
           
 NSSize get_AttachmentSize()
           
 com.jniwrapper.SingleFloat get_BelowBaseline()
           
 NSPoint get_CurLocation()
           
 com.jniwrapper.SingleFloat get_Extent()
           
 NSFont get_Font()
           
 com.jniwrapper.UInt16 get_GlyphCharacterIndex()
           
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, clone, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_NSTypesetterGlyphInfoStructure

public _NSTypesetterGlyphInfoStructure()
Method Detail

get_CurLocation

public NSPoint get_CurLocation()

get_Extent

public com.jniwrapper.SingleFloat get_Extent()

get_BelowBaseline

public com.jniwrapper.SingleFloat get_BelowBaseline()

get_AboveBaseline

public com.jniwrapper.SingleFloat get_AboveBaseline()

get_GlyphCharacterIndex

public com.jniwrapper.UInt16 get_GlyphCharacterIndex()

get_Font

public NSFont get_Font()

get_AttachmentSize

public NSSize get_AttachmentSize()

get__giflags

public _giflagsStructure get__giflags()