All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.StringDrawer
NSJavaStringDrawer
.
[[NSJavaStringDrawer
alloc] init]
.
+ drawAtPoint::withAttributes:
Objective-C class method.
+ drawInRect::withAttributes:
Objective-C class method.
+ sizeWithAttributes::
Objective-C class method.
protected StringDrawer(boolean shouldAllocate, int objcObject)
public StringDrawer()
[[NSJavaStringDrawer
alloc] init]
.
public static native Size sizeWithAttributes(String string, Dictionary attrs)
+ sizeWithAttributes::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringDrawer, should be enough to head you in the right direction
should you find more than one such method).
public static native void drawAtPoint(String string, Point point, Dictionary attrs)
+ drawAtPoint::withAttributes:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringDrawer, should be enough to head you in the right direction
should you find more than one such method).
public static native void drawInRect(String string, Rect rect, Dictionary attrs)
+ drawInRect::withAttributes:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringDrawer, should be enough to head you in the right direction
should you find more than one such method).
All Packages Class Hierarchy This Package Previous Next Index