public interface IsDefaultTooltips extends IsDefaultTextDirectioner
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundColorAsString()
Returns the background color of the tooltip.
|
TextAlign |
getBodyAlign()
Returns the body alignment.
|
String |
getBodyFontColorAsString()
Returns the body font color.
|
String |
getBodyFontFamily()
Returns the body line font.
|
int |
getBodyFontSize()
Returns the body font size.
|
FontStyle |
getBodyFontStyle()
Returns the body font style.
|
int |
getBodySpacing()
Returns the spacing to add to top and bottom of each tooltip item.
|
String |
getBorderColorAsString()
Returns the color of the border.
|
int |
getBorderWidth()
Returns the size of the border.
|
int |
getCaretPadding()
Returns the extra distance to move the end of the tooltip arrow away from the tooltip point.
|
int |
getCaretSize()
Returns the size, in px, of the tooltip arrow.
|
int |
getCornerRadius()
Returns the radius of tooltip corner curves.
|
TextAlign |
getFooterAlign()
Returns the footer alignment.
|
String |
getFooterFontColorAsString()
Returns the footer font color.
|
String |
getFooterFontFamily()
Returns the footer font.
|
int |
getFooterFontSize()
Returns the footer font size.
|
FontStyle |
getFooterFontStyle()
Returns the footer font style.
|
int |
getFooterMarginTop()
Returns the margin to add before drawing the footer.
|
int |
getFooterSpacing()
Returns the spacing to add to top and bottom of each footer line.
|
InteractionMode |
getMode()
Returns which elements appear in the tooltip.
|
String |
getMultiKeyBackgroundAsString()
Returns the color to draw behind the colored boxes when multiple items are in the tooltip.
|
IsTooltipPosition |
getPosition()
Returns the mode for positioning the tooltip.
|
TextAlign |
getTitleAlign()
Returns the title alignment.
|
String |
getTitleFontColorAsString()
Returns the title font color.
|
String |
getTitleFontFamily()
Returns the title font.
|
int |
getTitleFontSize()
Returns the title font size.
|
FontStyle |
getTitleFontStyle()
Returns the title font style.
|
int |
getTitleMarginBottom()
Returns the margin to add on bottom of title section.
|
int |
getTitleSpacing()
Returns the spacing to add to top and bottom of each title line.
|
int |
getXPadding()
Returns the padding to add on left and right of tooltip.
|
int |
getYPadding()
Returns the padding to add on top and bottom of tooltip.
|
boolean |
isDisplayColors()
If true, color boxes are shown in the tooltip.
|
boolean |
isEnabled()
Returns if tooltips are enabled.
|
boolean |
isIntersect()
if true, the tooltip mode applies only when the mouse position intersects with an element.
|
getTextDirection, isRtl
boolean isEnabled()
InteractionMode getMode()
boolean isIntersect()
IsTooltipPosition getPosition()
String getBackgroundColorAsString()
String getTitleFontFamily()
int getTitleFontSize()
FontStyle getTitleFontStyle()
TextAlign getTitleAlign()
String getTitleFontColorAsString()
int getTitleSpacing()
int getTitleMarginBottom()
String getBodyFontFamily()
int getBodyFontSize()
FontStyle getBodyFontStyle()
TextAlign getBodyAlign()
String getBodyFontColorAsString()
int getBodySpacing()
String getFooterFontFamily()
int getFooterFontSize()
FontStyle getFooterFontStyle()
TextAlign getFooterAlign()
String getFooterFontColorAsString()
int getFooterSpacing()
int getFooterMarginTop()
int getXPadding()
int getYPadding()
int getCaretPadding()
int getCaretSize()
int getCornerRadius()
String getMultiKeyBackgroundAsString()
boolean isDisplayColors()
String getBorderColorAsString()
int getBorderWidth()