Interface EllipsisHelper.ITester
-
- All Known Implementing Classes:
LegendBuilder.LabelItem
- Enclosing class:
- EllipsisHelper
public static interface EllipsisHelper.ITester
ITester
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getHeight()
double
getWidth()
boolean
testLabelVisible(java.lang.String strNew, java.lang.Object oPara)
-
-
-
Method Detail
-
getWidth
double getWidth() throws ChartException
- Throws:
ChartException
-
getHeight
double getHeight() throws ChartException
- Throws:
ChartException
-
testLabelVisible
boolean testLabelVisible(java.lang.String strNew, java.lang.Object oPara) throws ChartException
- Throws:
ChartException
-
-