Uses of Interface
org.eclipse.birt.chart.model.attribute.TooltipValue

Packages that use TooltipValue
org.eclipse.birt.chart.model.attribute Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.impl Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.util This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. 
 

Uses of TooltipValue in org.eclipse.birt.chart.model.attribute
 

Methods in org.eclipse.birt.chart.model.attribute that return TooltipValue
 TooltipValue 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 TooltipValue
 class TooltipValueImpl
          An implementation of the model object ' Tooltip Value'.
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return TooltipValue
static TooltipValue TooltipValueImpl.create(int iDelay, java.lang.String sText)
          A convenience method provided to build a tooltip action value when needed NOTE: Manually written
 TooltipValue AttributeFactoryImpl.createTooltipValue()
           
 

Uses of TooltipValue in org.eclipse.birt.chart.model.attribute.util
 

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type TooltipValue
 java.lang.Object AttributeSwitch.caseTooltipValue(TooltipValue object)
          Returns the result of interpretting the object as an instance of 'Tooltip Value'.
 boolean AttributeValidator.validateTooltipValue(TooltipValue tooltipValue, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.