Class LegendBuilder.LabelItem

    • Constructor Summary

      Constructors 
      Constructor Description
      LabelItem​(org.eclipse.birt.chart.computation.LegendBuilder.LegendData lgData, Label la)  
      LabelItem​(org.eclipse.birt.chart.computation.LegendBuilder.LegendData lgData, Label la, double dWrapping)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean checkEllipsis​(double dWidthLimit)
      Checks if current label text should use ellipsis to shorten the length.
      java.lang.String getCaption()
      get the display text of the label
      java.lang.String getFullText()  
      double getHeight()  
      int getValidTextLen()  
      double getWidth()  
      void setText​(java.lang.String sText)  
      boolean testLabelVisible​(java.lang.String strNew, java.lang.Object oPara)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LabelItem

        public LabelItem​(org.eclipse.birt.chart.computation.LegendBuilder.LegendData lgData,
                         Label la,
                         double dWrapping)
      • LabelItem

        public LabelItem​(org.eclipse.birt.chart.computation.LegendBuilder.LegendData lgData,
                         Label la)