Class RowStyle


  • public class RowStyle
    extends Style
    Author:
    Sanda Zaharia (shertage@users.sourceforge.net)
    • Field Summary

      • Fields inherited from class net.sf.jasperreports.engine.export.oasis.Style

        styleWriter
    • Constructor Summary

      Constructors 
      Constructor Description
      RowStyle​(WriterHelper styleWriter, int rowHeight)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      void write​(java.lang.String rowStyleName)  
      • Methods inherited from class java.lang.Object

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

      • RowStyle

        public RowStyle​(WriterHelper styleWriter,
                        int rowHeight)
    • Method Detail

      • getId

        public java.lang.String getId()
        Specified by:
        getId in class Style
      • write

        public void write​(java.lang.String rowStyleName)
                   throws java.io.IOException
        Specified by:
        write in class Style
        Throws:
        java.io.IOException