public final class TooltipModel extends NativeObjectContainer
Constructor and Description |
---|
TooltipModel(CallbacksEnvelop<NativeObject> envelop)
Creates the item using envelop with the native java script object which contains all properties.
|
TooltipModel(ConfigurationEnvelop<NativeObject> envelop)
Creates the item using envelop with the native java script object which contains all properties.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getAfterBody()
Returns the list of lines after body section.
|
List<String> |
getBeforeBody()
Returns the list of lines before body section.
|
List<TooltipBodyItem> |
getBody()
Returns the list of items which belong to the tooltip body section.
|
int |
getCaretX()
Returns the X location of the tooltip arrow.
|
int |
getCaretY()
Returns the Y location of the tooltip arrow.
|
List<TooltipItem> |
getDataPoints()
Returns the list of tooltip items related to data points.
|
List<String> |
getFooter()
Returns the footer of the tooltip.
|
int |
getHeight()
Returns the height of tooltip.
|
List<TooltipLabelColor> |
getLabelColors()
Returns the list of labels color of tooltip.
|
List<TooltipLabelPointStyle> |
getLabelPointStyles()
Returns the list of labels point styles of tooltip.
|
double |
getOpacity()
Returns the opacity of tooltip.
|
List<TooltipLabelColor> |
getTextLabelColors()
Returns the list of labels text color of tooltip.
|
List<String> |
getTitle()
Returns the title of the tooltip.
|
int |
getWidth()
Returns the width of tooltip.
|
int |
getX()
Returns the X location of tooltip.
|
TooltipAlign |
getXAlign()
Returns the alignment of the tooltip caret in the X direction.
|
int |
getY()
Returns the Y location of tooltip.
|
TooltipAlign |
getYAlign()
Returns the alignment of the tooltip caret in the Y direction.
|
checkDefaultValuesArgument, empty, getArrayValue, getElement, getIncrementalId, getNativeChart, getNativeEvent, getNativeObject, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueForMultipleKeyTypes, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, getValueOrArray, has, has, isType, keys, loadNativeObject, remove, remove, setArrayValue, setArrayValue, setArrayValue, setElement, setEmptyValue, setNewIncrementalId, setNewIncrementalId, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, setValueOrArray, toJSON, type
public TooltipModel(ConfigurationEnvelop<NativeObject> envelop)
envelop
- envelop with the native java script object which contains all properties.public TooltipModel(CallbacksEnvelop<NativeObject> envelop)
envelop
- envelop with the native java script object which contains all properties.public List<TooltipItem> getDataPoints()
public TooltipAlign getXAlign()
public TooltipAlign getYAlign()
public int getX()
public int getY()
public int getWidth()
public int getHeight()
public int getCaretX()
public int getCaretY()
public List<TooltipBodyItem> getBody()
public List<String> getBeforeBody()
public List<String> getAfterBody()
public List<String> getTitle()
public List<String> getFooter()
public List<TooltipLabelColor> getLabelColors()
public List<TooltipLabelPointStyle> getLabelPointStyles()
public List<TooltipLabelColor> getTextLabelColors()
public double getOpacity()