Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
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.
|
Modifier and Type | Method and Description |
---|---|
TooltipValue |
IGObjectFactory.createTooltipValue(int iDelay,
java.lang.String sText) |
TooltipValue |
GObjectFactory.createTooltipValue(int iDelay,
java.lang.String sText) |
TooltipValue |
IGObjectFactory.createTooltipValue(int iDelay,
java.lang.String sText,
FormatSpecifier formatSpecifier) |
TooltipValue |
GObjectFactory.createTooltipValue(int iDelay,
java.lang.String sText,
FormatSpecifier formatSpecifier) |
Modifier and Type | Method and Description |
---|---|
TooltipValue |
TooltipValue.copyInstance() |
TooltipValue |
AttributeFactory.createTooltipValue()
Returns a new object of class 'Tooltip Value'.
|
Modifier and Type | Class and Description |
---|---|
class |
TooltipValueImpl
An implementation of the model object '
Tooltip Value'.
|
Modifier and Type | Method and Description |
---|---|
TooltipValue |
TooltipValueImpl.copyInstance()
A convenient method to get an instance copy.
|
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
|
static TooltipValue |
TooltipValueImpl.create(int iDelay,
java.lang.String sText,
FormatSpecifier formatSpecifier)
A convenience method provided to build a tooltip action value when needed
NOTE: Manually written
|
TooltipValue |
AttributeFactoryImpl.createTooltipValue() |
Copyright © 2005-2008 Actuate Corp. All rights reserved.