Uses of Class
org.robovm.apple.uikit.UIBaselineAdjustment
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.uikit |
-
Uses of UIBaselineAdjustment in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation with parameters of type UIBaselineAdjustment Modifier and Type Method Description CGSizeNSString. draw(CGPoint point, double width, UIFont font, double fontSize, NSLineBreakMode lineBreakMode, UIBaselineAdjustment baselineAdjustment)Deprecated.Deprecated in iOS 7.0. -
Uses of UIBaselineAdjustment in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIBaselineAdjustment Modifier and Type Method Description UIBaselineAdjustmentUILabel. getBaselineAdjustment()static UIBaselineAdjustmentUIBaselineAdjustment. valueOf(long n)Returns the enum constant of this type with the specified name.static UIBaselineAdjustmentUIBaselineAdjustment. valueOf(String name)Returns the enum constant of this type with the specified name.static UIBaselineAdjustment[]UIBaselineAdjustment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIBaselineAdjustment Modifier and Type Method Description static CGSizeNSStringExtensions. draw(long thiz, CGPoint point, double width, UIFont font, double fontSize, NSLineBreakMode lineBreakMode, UIBaselineAdjustment baselineAdjustment)Deprecated.Deprecated in iOS 7.0.static CGSizeNSStringExtensions. draw(long thiz, CGPoint point, double width, UIFont font, double minFontSize, MachineSizedFloatPtr actualFontSize, NSLineBreakMode lineBreakMode, UIBaselineAdjustment baselineAdjustment)Deprecated.Deprecated in iOS 7.0.voidUILabel. setBaselineAdjustment(UIBaselineAdjustment v)