-
Methods in org.robovm.apple.uikit with parameters of type UIBarMetrics
| Modifier and Type |
Method |
Description |
UIImage |
UIBarButtonItem.getBackButtonBackgroundImage(UIControlState state,
UIBarMetrics barMetrics) |
|
double |
UIBarButtonItem.getBackButtonBackgroundVerticalPositionAdjustment(UIBarMetrics barMetrics) |
|
UIOffset |
UIBarButtonItem.getBackButtonTitlePositionAdjustment(UIBarMetrics barMetrics) |
|
UIImage |
UIBarButtonItem.getBackgroundImage(UIControlState state,
UIBarButtonItemStyle style,
UIBarMetrics barMetrics) |
|
UIImage |
UIBarButtonItem.getBackgroundImage(UIControlState state,
UIBarMetrics barMetrics) |
|
UIImage |
UINavigationBar.getBackgroundImage(UIBarMetrics barMetrics) |
|
UIImage |
UINavigationBar.getBackgroundImage(UIBarPosition barPosition,
UIBarMetrics barMetrics) |
|
UIImage |
UISearchBar.getBackgroundImage(UIBarPosition barPosition,
UIBarMetrics barMetrics) |
|
UIImage |
UISegmentedControl.getBackgroundImage(UIControlState state,
UIBarMetrics barMetrics) |
|
UIImage |
UIToolbar.getBackgroundImage(UIBarPosition topOrBottom,
UIBarMetrics barMetrics) |
|
double |
UIBarButtonItem.getBackgroundVerticalPositionAdjustment(UIBarMetrics barMetrics) |
|
UIOffset |
UISegmentedControl.getContentPositionAdjustment(UISegmentedControlSegment leftCenterRightOrAlone,
UIBarMetrics barMetrics) |
|
UIImage |
UISegmentedControl.getDividerImage(UIControlState leftState,
UIControlState rightState,
UIBarMetrics barMetrics) |
|
UIOffset |
UIBarButtonItem.getTitlePositionAdjustment(UIBarMetrics barMetrics) |
|
double |
UINavigationBar.getTitleVerticalPositionAdjustment(UIBarMetrics barMetrics) |
|
void |
UIBarButtonItem.setBackButtonBackgroundImage(UIImage backgroundImage,
UIControlState state,
UIBarMetrics barMetrics) |
|
void |
UIBarButtonItem.setBackButtonBackgroundVerticalPositionAdjustment(double adjustment,
UIBarMetrics barMetrics) |
|
void |
UIBarButtonItem.setBackButtonTitlePositionAdjustment(UIOffset adjustment,
UIBarMetrics barMetrics) |
|
void |
UIBarButtonItem.setBackgroundImage(UIImage backgroundImage,
UIControlState state,
UIBarButtonItemStyle style,
UIBarMetrics barMetrics) |
|
void |
UIBarButtonItem.setBackgroundImage(UIImage backgroundImage,
UIControlState state,
UIBarMetrics barMetrics) |
|
void |
UINavigationBar.setBackgroundImage(UIImage backgroundImage,
UIBarMetrics barMetrics) |
|
void |
UINavigationBar.setBackgroundImage(UIImage backgroundImage,
UIBarPosition barPosition,
UIBarMetrics barMetrics) |
|
void |
UISearchBar.setBackgroundImage(UIImage backgroundImage,
UIBarPosition barPosition,
UIBarMetrics barMetrics) |
|
void |
UISegmentedControl.setBackgroundImage(UIImage backgroundImage,
UIControlState state,
UIBarMetrics barMetrics) |
|
void |
UIToolbar.setBackgroundImage(UIImage backgroundImage,
UIBarPosition topOrBottom,
UIBarMetrics barMetrics) |
|
void |
UIBarButtonItem.setBackgroundVerticalPositionAdjustment(double adjustment,
UIBarMetrics barMetrics) |
|
void |
UISegmentedControl.setContentPositionAdjustment(UIOffset adjustment,
UISegmentedControlSegment leftCenterRightOrAlone,
UIBarMetrics barMetrics) |
|
void |
UISegmentedControl.setDividerImage(UIImage dividerImage,
UIControlState leftState,
UIControlState rightState,
UIBarMetrics barMetrics) |
|
void |
UIBarButtonItem.setTitlePositionAdjustment(UIOffset adjustment,
UIBarMetrics barMetrics) |
|
void |
UINavigationBar.setTitleVerticalPositionAdjustment(double adjustment,
UIBarMetrics barMetrics) |
|