| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
| org.eclipse.birt.chart.device |
Provides interfaces and no-op adapters that define services
provided by the device renderer and an associated display server.
|
| org.eclipse.birt.chart.factory |
Contains classes and interfaces used in the chart building and generation
phase.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BIRTChartComputation |
| 限定符和类型 | 方法和说明 |
|---|---|
IChartComputation |
IChartComputationFactory.createChartComputation() |
IChartComputation |
ChartComputationFactory.createChartComputation() |
IChartComputation |
PlotComputation.getChartComputation() |
| 限定符和类型 | 方法和说明 |
|---|---|
static EllipsisHelper.ITester |
EllipsisHelper.createSimpleTester(IChartComputation cComp,
IDisplayServer xs,
Label la,
java.lang.Double fontHeight) |
LabelLimiter |
LabelLimiter.limitLabelSize(IChartComputation cComp,
IDisplayServer xs,
Label la)
modify the text of la to fit the limit size.
|
LabelLimiter |
LabelLimiter.limitLabelSize(IChartComputation cComp,
IDisplayServer xs,
Label la,
java.util.EnumSet<LabelLimiter.Option> options)
modify the text of la to fit the limit size.
|
static LabelLimiter |
LabelLimiter.limitLabelSize(IChartComputation cComp,
IDisplayServer xs,
Label la,
LabelLimiter lbLimit,
java.util.EnumSet<LabelLimiter.Option> options)
To compute the text of the label with a limited size, the label text will
be wrapped and shortened with ellipsis if required, the size of the label
bound will be returned.
|
static EllipsisHelper |
EllipsisHelper.simpleInstance(IChartComputation cComp,
IDisplayServer xs,
Label la,
java.lang.Double fontHeight) |
| 限定符和类型 | 方法和说明 |
|---|---|
IChartComputation |
IDeviceRenderer.getChartComputation()
Returns the chart computation.
|
IChartComputation |
DeviceAdapter.getChartComputation() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IDeviceRenderer.setChartComputation(IChartComputation cComp)
Sets the chart computation.
|
void |
DeviceAdapter.setChartComputation(IChartComputation cComp) |
| 限定符和类型 | 字段和说明 |
|---|---|
static RunTimeContext.StateKey<IChartComputation> |
RunTimeContext.StateKey.CHART_COMPUTATION_KEY
Key to reference Chart Computation.
|
static RunTimeContext.StateKey<IChartComputation> |
RunTimeContext.StateKey.CHART_COMPUTATION_KEY
Key to reference Chart Computation.
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.