Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
org.eclipse.birt.chart.computation.withaxes |
This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package.
|
org.eclipse.birt.chart.factory |
Contains classes and interfaces used in the chart building and generation
phase.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static double |
LabelLimiter.computeWrapping(IDisplayServer xs,
Label la,
LabelLimiter lbLimit)
Compute the wrapping with maxWidth, maxHeight.
|
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.
|
Modifier and Type | Method and Description |
---|---|
LabelLimiter |
PlotWithAxes.getLabellLimiter(Label la)
Look up table for label limit.
|
Modifier and Type | Method and Description |
---|---|
void |
PlotWithAxes.putLabelLimiter(Label la,
LabelLimiter lbLimit)
Look up table for label limit.
|
Modifier and Type | Field and Description |
---|---|
static RunTimeContext.StateKey<java.util.Map<Label,LabelLimiter>> |
RunTimeContext.StateKey.LABEL_LIMITER_LOOKUP_KEY
Key to reference LabelLimiter lookup table.
|
static RunTimeContext.StateKey<java.util.Map<Label,LabelLimiter>> |
RunTimeContext.StateKey.LABEL_LIMITER_LOOKUP_KEY
Key to reference LabelLimiter lookup table.
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.