NTBalloonPopupStyle
@interface NTBalloonPopupStyle : NTPopupStyle
A style for balloon popups. Contains attributes for configuring how the balloon popup is drawn on the screen.
-
Returns the background color of the popup.
Declaration
Objective-C
- (NTColor *)getBackgroundColor;Return Value
The background color of the popup.
-
Returns the corner radius of the popup.
Declaration
Objective-C
- (int)getCornerRadius;Return Value
The corner radius of the popup.
-
Returns the background color of the left part of the popup.
Declaration
Objective-C
- (NTColor *)getLeftColor;Return Value
The background color of the left part of the popup.
-
Returns the image of the left part of the popup.
Declaration
Objective-C
- (NTBitmap *)getLeftImage;Return Value
The image of the left part of the popup.
-
Returns the margins of the left part of the popup.
Declaration
Objective-C
- (NTBalloonPopupMargins *)getLeftMargins;Return Value
The margins of the left part of the popup.
-
Returns the background color of the right part of the popup.
Declaration
Objective-C
- (NTColor *)getRightColor;Return Value
The background color of the right part of the popup.
-
Returns the image of the right part of the popup.
Declaration
Objective-C
- (NTBitmap *)getRightImage;Return Value
The image of the right part of the popup.
-
Returns the margins of the right part of the popup.
Declaration
Objective-C
- (NTBalloonPopupMargins *)getRightMargins;Return Value
The margins of the right part of the popup.
-
Returns the color of the title.
Declaration
Objective-C
- (NTColor *)getTitleColor;Return Value
The color of the title.
-
Returns the name of the title font.
Declaration
Objective-C
- (NSString *)getTitleFontName;Return Value
The name of the title font.
-
Returns the title field variable to use.
Declaration
Objective-C
- (NSString *)getTitleField;Return Value
The title field variable.
-
Returns the size of the title font.
Declaration
Objective-C
- (int)getTitleFontSize;Return Value
The size of the title font.
-
Returns the margins of the title.
Declaration
Objective-C
- (NTBalloonPopupMargins *)getTitleMargins;Return Value
The margins of the title.
-
Returns the state of the title wrap parameter.
Declaration
Objective-C
- (BOOL)isTitleWrap;Return Value
True if long titles are wrapped, false if it is truncated.
-
Returns the color of the description.
Declaration
Objective-C
- (NTColor *)getDescriptionColor;Return Value
The color of the description.
-
Returns the name of the description font.
Declaration
Objective-C
- (NSString *)getDescriptionFontName;Return Value
The name of the description font.
-
Returns the description field variable to use.
Declaration
Objective-C
- (NSString *)getDescriptionField;Return Value
The description field variable.
-
Returns the size of the description font.
Declaration
Objective-C
- (int)getDescriptionFontSize;Return Value
The size of the description font.
-
Returns the margins of the description.
Declaration
Objective-C
- (NTBalloonPopupMargins *)getDescriptionMargins;Return Value
The margins of the description.
-
Returns the state of the description wrap parameter.
Declaration
Objective-C
- (BOOL)isDescriptionWrap;Return Value
True if long descriptions are wrapped, false if it is truncated.
-
Returns the margins for the buttons of the popup.
Declaration
Objective-C
- (NTBalloonPopupMargins *)getButtonMargins;Return Value
The margins for the buttons of the popup.
-
Returns the color of the stroke surrounding the popup.
Declaration
Objective-C
- (NTColor *)getStrokeColor;Return Value
The color of the stroke surrounding the popup.
-
Returns the width of the stroke surrounding the popup.
Declaration
Objective-C
- (int)getStrokeWidth;Return 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;Return 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;Return Value
The height of the triangle at the bottom of the popup in dp.
-
Undocumented
Declaration
Objective-C
-(void)dealloc;
View on GitHub
NTBalloonPopupStyle Class Reference