Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BIRTChartComputation |
Modifier and Type | Method and Description |
---|---|
IChartComputation |
IChartComputationFactory.createChartComputation() |
IChartComputation |
ChartComputationFactory.createChartComputation() |
IChartComputation |
PlotComputation.getChartComputation() |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
IChartComputation |
IDeviceRenderer.getChartComputation()
Returns the chart computation.
|
IChartComputation |
DeviceAdapter.getChartComputation() |
Modifier and Type | Method and Description |
---|---|
void |
IDeviceRenderer.setChartComputation(IChartComputation cComp)
Sets the chart computation.
|
void |
DeviceAdapter.setChartComputation(IChartComputation cComp) |
Modifier and Type | Field and Description |
---|---|
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.