|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSGlyphInfo
public abstract class NSGlyphInfo
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 |
NSGlyphInfo._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSGlyphInfo()
|
Method Summary | |
---|---|
static NSGlyphInfo |
alloc()
|
abstract int |
characterCollection()
Returns RO (character collection). |
abstract NSUInteger |
characterIdentifier()
Returns CID Original signature : -(NSUInteger)characterIdentifier native declaration : NSGlyphInfo.h:39 |
static NSGlyphInfo._class_ |
getNSClass()
|
static NSGlyphInfo |
glyphInfoWithCharacterIdentifier_collection_baseString(NSUInteger cid,
int characterCollection,
NSString theString)
Returns an NSGlyphInfo object for the CID/RO Original signature : +(NSGlyphInfo*)glyphInfoWithCharacterIdentifier:(NSUInteger) collection:(NSCharacterCollection) baseString:(NSString*) native declaration : NSGlyphInfo.h:33 |
static NSGlyphInfo |
glyphInfoWithGlyphName_forFont_baseString(NSString glyphName,
NSFont font,
NSString theString)
Returns an NSGlyphInfo object for the glyph name such as "copyright." |
abstract NSString |
glyphName()
Returns the glyph name. |
static NSGlyphInfo |
new_()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSGlyphInfo()
Method Detail |
---|
public static NSGlyphInfo glyphInfoWithGlyphName_forFont_baseString(NSString glyphName, NSFont font, NSString theString)
+(NSGlyphInfo*)glyphInfoWithGlyphName:(NSString*) forFont:(NSFont*) baseString:(NSString*)
public static NSGlyphInfo glyphInfoWithCharacterIdentifier_collection_baseString(NSUInteger cid, int characterCollection, NSString theString)
+(NSGlyphInfo*)glyphInfoWithCharacterIdentifier:(NSUInteger) collection:(NSCharacterCollection) baseString:(NSString*)
characterCollection
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSCharacterCollectionpublic abstract NSString glyphName()
-(NSString*)glyphName
public abstract NSUInteger characterIdentifier()
-(NSUInteger)characterIdentifier
public abstract int characterCollection()
-(NSCharacterCollection)characterCollection
public static NSGlyphInfo alloc()
public static NSGlyphInfo new_()
public static NSGlyphInfo._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |