public interface IsDefaultTooltips extends IsDefaultTextDirectionHandler, IsDefaultBoxHandler, IsDefaultAnimationContainer
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundColorAsString()
Returns the background color of the tooltip.
|
TextAlign |
getBodyAlign()
Returns the body alignment.
|
String |
getBodyColorAsString()
Returns the body font color as string.
|
IsDefaultFont |
getBodyFont()
Returns the body line font.
|
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.
|
Set<Event> |
getEvents()
Returns the browser events that the tooltip should listen to.
|
TextAlign |
getFooterAlign()
Returns the footer alignment.
|
String |
getFooterColorAsString()
Returns the footer font color as string.
|
IsDefaultFont |
getFooterFont()
Returns the footer font.
|
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.
|
IsDefaultPadding |
getPadding()
Returns padding object defaults.
|
IsTooltipPosition |
getPosition()
Returns the mode for positioning the tooltip.
|
TextAlign |
getTitleAlign()
Returns the title alignment.
|
String |
getTitleColorAsString()
Returns the title font color as string.
|
IsDefaultFont |
getTitleFont()
Returns the title font.
|
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.
|
TooltipAlign |
getXAlign()
Returns the alignment of the tooltip caret in the X direction.
|
TooltipAlign |
getYAlign()
Returns the alignment of the tooltip caret in the Y direction.
|
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.
|
boolean |
isUsePointStyle()
Returns if to use the corresponding point style (from data set options) instead of color boxes (size is based on the minimum value between boxWidth and boxHeight).
|
getTextDirection, isRtl
getBoxHeight, getBoxWidth
getTransitions
getAnimation, getAnimations
IsDefaultPadding getPadding()
boolean isEnabled()
Set<Event> getEvents()
InteractionMode getMode()
boolean isIntersect()
IsTooltipPosition getPosition()
String getBackgroundColorAsString()
IsDefaultFont getTitleFont()
String getTitleColorAsString()
TextAlign getTitleAlign()
int getTitleSpacing()
int getTitleMarginBottom()
IsDefaultFont getBodyFont()
String getBodyColorAsString()
TextAlign getBodyAlign()
int getBodySpacing()
IsDefaultFont getFooterFont()
String getFooterColorAsString()
TextAlign getFooterAlign()
int getFooterSpacing()
int getFooterMarginTop()
int getCaretPadding()
int getCaretSize()
int getCornerRadius()
String getMultiKeyBackgroundAsString()
boolean isDisplayColors()
String getBorderColorAsString()
int getBorderWidth()
boolean isUsePointStyle()
true
if to use the corresponding point style (from data set options) instead of color boxes (size is based on the minimum value between boxWidth and
boxHeight)TooltipAlign getXAlign()
TooltipAlign getYAlign()