Uses of Class
org.eclipse.birt.chart.computation.LabelLimiter

Packages that use LabelLimiter
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. 
 

Uses of LabelLimiter in org.eclipse.birt.chart.computation
 

Methods in org.eclipse.birt.chart.computation that return LabelLimiter
 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.
 

Methods in org.eclipse.birt.chart.computation with parameters of type LabelLimiter
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.
 

Uses of LabelLimiter in org.eclipse.birt.chart.computation.withaxes
 

Methods in org.eclipse.birt.chart.computation.withaxes that return LabelLimiter
 LabelLimiter PlotWithAxes.getLabellLimiter(Label la)
          Look up table for label limit.
 

Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type LabelLimiter
 void PlotWithAxes.putLabelLimiter(Label la, LabelLimiter lbLimit)
          Look up table for label limit.
 

Uses of LabelLimiter in org.eclipse.birt.chart.factory
 

Fields in org.eclipse.birt.chart.factory with type parameters of type LabelLimiter
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.