Uses of Interface
org.eclipse.birt.chart.model.attribute.TooltipValue
Packages that use TooltipValue
Package
Description
This is a placeholder file for the org.eclipse.birt.chart.computation package.
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
-
Uses of TooltipValue in org.eclipse.birt.chart.computation
Methods in org.eclipse.birt.chart.computation that return TooltipValueModifier and TypeMethodDescriptionGObjectFactory.createTooltipValue
(int iDelay, String sText) GObjectFactory.createTooltipValue
(int iDelay, String sText, FormatSpecifier formatSpecifier) IGObjectFactory.createTooltipValue
(int iDelay, String sText) IGObjectFactory.createTooltipValue
(int iDelay, String sText, FormatSpecifier formatSpecifier) -
Uses of TooltipValue in org.eclipse.birt.chart.model.attribute
Methods in org.eclipse.birt.chart.model.attribute that return TooltipValueModifier and TypeMethodDescriptionTooltipValue.copyInstance()
AttributeFactory.createTooltipValue()
Returns a new object of class 'Tooltip Value'. -
Uses of TooltipValue in org.eclipse.birt.chart.model.attribute.impl
Classes in org.eclipse.birt.chart.model.attribute.impl that implement TooltipValueModifier and TypeClassDescriptionclass
An implementation of the model object ' Tooltip Value'.Methods in org.eclipse.birt.chart.model.attribute.impl that return TooltipValueModifier and TypeMethodDescriptionTooltipValueImpl.copyInstance()
A convenient method to get an instance copy.static final TooltipValue
A convenience method provided to build a tooltip action value when needed NOTE: Manually writtenstatic final TooltipValue
TooltipValueImpl.create
(int iDelay, String sText, FormatSpecifier formatSpecifier) A convenience method provided to build a tooltip action value when needed NOTE: Manually writtenAttributeFactoryImpl.createTooltipValue()