Class TextLineBreakOffsetsRule


  • public class TextLineBreakOffsetsRule
    extends org.apache.commons.digester.Rule
    A digester rule that parses comma-separated values for JRPrintText.setLineBreakOffsets(short[]).
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Field Summary

      • Fields inherited from class org.apache.commons.digester.Rule

        digester, namespaceURI
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void body​(java.lang.String namespace, java.lang.String name, java.lang.String text)  
      • Methods inherited from class org.apache.commons.digester.Rule

        begin, begin, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
      • Methods inherited from class java.lang.Object

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

      • TextLineBreakOffsetsRule

        public TextLineBreakOffsetsRule()
    • Method Detail

      • body

        public void body​(java.lang.String namespace,
                         java.lang.String name,
                         java.lang.String text)
                  throws java.lang.Exception
        Overrides:
        body in class org.apache.commons.digester.Rule
        Throws:
        java.lang.Exception