Uses of Class
org.robovm.apple.coretext.CTRubyAlignment
| Package | Description |
|---|---|
| org.robovm.apple.coretext |
-
Uses of CTRubyAlignment in org.robovm.apple.coretext
Methods in org.robovm.apple.coretext that return CTRubyAlignment Modifier and Type Method Description CTRubyAlignmentCTRubyAnnotation. getAlignment()static CTRubyAlignmentCTRubyAlignment. valueOf(long n)Returns the enum constant of this type with the specified name.static CTRubyAlignmentCTRubyAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static CTRubyAlignment[]CTRubyAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coretext with parameters of type CTRubyAlignment Modifier and Type Method Description static CTRubyAnnotationCTRubyAnnotation. create(CTRubyAlignment alignment, CTRubyOverhang overhang, double sizeFactor, String... text)static CTRubyAnnotationCTRubyAnnotation. createWithAttributes(CTRubyAlignment alignment, CTRubyOverhang overhang, CTRubyPosition position, String string, NSDictionary attributes)