MSFBalloonPopupStyle
Objective-C
@interface MSFBalloonPopupStyle : MSFPopupStyle
Swift
class MSFBalloonPopupStyle : MSFPopupStyle
A style for balloon popups. Contains attributes for configuring how the balloon popup is drawn on the screen.
-
Returns the corner radius of the popup.
Declaration
Objective-C
- (int)getCornerRadius;Swift
func getCornerRadius() -> Int32Return Value
The corner radius of the popup.
-
Returns the margins of the left part of the popup.
Declaration
Objective-C
- (MSFBalloonPopupMargins *)getLeftMargins;Swift
func getLeftMargins() -> MSFBalloonPopupMargins!Return Value
The margins of the left part of the popup.
-
Returns the margins of the right part of the popup.
Declaration
Objective-C
- (MSFBalloonPopupMargins *)getRightMargins;Swift
func getRightMargins() -> MSFBalloonPopupMargins!Return Value
The margins of the right part of the popup.
-
Returns the name of the title font.
Declaration
Objective-C
- (NSString *)getTitleFontName;Swift
func getTitleFontName() -> String!Return Value
The name of the title font.
-
Returns the title field variable to use.
Declaration
Objective-C
- (NSString *)getTitleField;Swift
func getTitleField() -> String!Return Value
The title field variable.
-
Returns the size of the title font.
Declaration
Objective-C
- (int)getTitleFontSize;Swift
func getTitleFontSize() -> Int32Return Value
The size of the title font.
-
Returns the margins of the title.
Declaration
Objective-C
- (MSFBalloonPopupMargins *)getTitleMargins;Swift
func getTitleMargins() -> MSFBalloonPopupMargins!Return Value
The margins of the title.
-
Returns the state of the title wrap parameter.
Declaration
Objective-C
- (BOOL)isTitleWrap;Swift
func isTitleWrap() -> BoolReturn Value
True if long titles are wrapped, false if it is truncated.
-
Returns the name of the description font.
Declaration
Objective-C
- (NSString *)getDescriptionFontName;Swift
func getDescriptionFontName() -> String!Return Value
The name of the description font.
-
Returns the description field variable to use.
Declaration
Objective-C
- (NSString *)getDescriptionField;Swift
func getDescriptionField() -> String!Return Value
The description field variable.
-
Returns the size of the description font.
Declaration
Objective-C
- (int)getDescriptionFontSize;Swift
func getDescriptionFontSize() -> Int32Return Value
The size of the description font.
-
Returns the margins of the description.
Declaration
Objective-C
- (MSFBalloonPopupMargins *)getDescriptionMargins;Swift
func getDescriptionMargins() -> MSFBalloonPopupMargins!Return Value
The margins of the description.
-
Returns the state of the description wrap parameter.
Declaration
Objective-C
- (BOOL)isDescriptionWrap;Swift
func isDescriptionWrap() -> BoolReturn Value
True if long descriptions are wrapped, false if it is truncated.
-
Returns the margins for the buttons of the popup.
Declaration
Objective-C
- (MSFBalloonPopupMargins *)getButtonMargins;Swift
func getButtonMargins() -> MSFBalloonPopupMargins!Return Value
The margins for the buttons of the popup.
-
Returns the width of the stroke surrounding the popup.
Declaration
Objective-C
- (int)getStrokeWidth;Swift
func getStrokeWidth() -> Int32Return Value
The width of the stroke surrounding the popup in dp.
-
Returns the width of the triangle at the bottom of the popup.
Declaration
Objective-C
- (int)getTriangleWidth;Swift
func getTriangleWidth() -> Int32Return Value
The width of the triangle at the bottom of the popup in dp.
-
Returns the height of the triangle at the bottom of the popup.
Declaration
Objective-C
- (int)getTriangleHeight;Swift
func getTriangleHeight() -> Int32Return Value
The height of the triangle at the bottom of the popup in dp.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;Swift
func dealloc()