Class TableStyle


  • public class TableStyle
    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
      TableStyle​(WriterHelper styleWriter, int width, int pageFormatIndex, boolean isFrame, boolean isPageBreak, java.awt.Color tabColor)  
    • Method Summary

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

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

      • TableStyle

        public TableStyle​(WriterHelper styleWriter,
                          int width,
                          int pageFormatIndex,
                          boolean isFrame,
                          boolean isPageBreak,
                          java.awt.Color tabColor)
    • Method Detail

      • getId

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

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