org.eclipse.birt.chart.computation
Class EllipsisHelper

java.lang.Object
  extended by org.eclipse.birt.chart.computation.EllipsisHelper

public class EllipsisHelper
extends java.lang.Object


Nested Class Summary
static interface EllipsisHelper.ILabelVisibilityTester
           
 
Field Summary
static java.lang.String ELLIPSIS_STRING
           
 
Constructor Summary
EllipsisHelper(EllipsisHelper.ILabelVisibilityTester tester_, int iMinCharToView)
           
 
Method Summary
 boolean checkLabelEllipsis(java.lang.String sText_, java.lang.Object oPara)
           
 void setIMinCharToView(int iMinCharToView)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELLIPSIS_STRING

public static final java.lang.String ELLIPSIS_STRING
See Also:
Constant Field Values
Constructor Detail

EllipsisHelper

public EllipsisHelper(EllipsisHelper.ILabelVisibilityTester tester_,
                      int iMinCharToView)
Method Detail

setIMinCharToView

public void setIMinCharToView(int iMinCharToView)

checkLabelEllipsis

public boolean checkLabelEllipsis(java.lang.String sText_,
                                  java.lang.Object oPara)
                           throws ChartException
Throws:
ChartException


Copyright © 2005-2008 Actuate Corp. All rights reserved.