Package | Description |
---|---|
org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
Modifier and Type | Method and Description |
---|---|
static LabelLimiter.Option |
LabelLimiter.Option.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelLimiter.Option[] |
LabelLimiter.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2005-2008 Actuate Corp. All rights reserved.