Uses of Class
com.jniwrapper.macosx.cocoa.nsglyphinfo.NSCharacterCollection

Packages that use NSCharacterCollection
com.jniwrapper.macosx.cocoa.nsglyphinfo   
 

Uses of NSCharacterCollection in com.jniwrapper.macosx.cocoa.nsglyphinfo
 

Methods in com.jniwrapper.macosx.cocoa.nsglyphinfo that return NSCharacterCollection
 NSCharacterCollection NSGlyphInfo.characterCollection()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsglyphinfo with parameters of type NSCharacterCollection
static com.jniwrapper.Pointer.Void NSGlyphInfo.static_glyphInfoWithCharacterIdentifier_collection_baseString(com.jniwrapper.UInt cid, NSCharacterCollection characterCollection, java.lang.String theString)
          This method represents the glyphInfoWithCharacterIdentifier() method of the NSGlyphInfo Objective-C class.