Class XLSTableOutput

java.lang.Object
be.gaudry.swing.component.table.output.factory.AbstractTableOutput
be.gaudry.swing.component.table.output.factory.XLSTableOutput
All Implemented Interfaces:
ITableOutput

public class XLSTableOutput extends AbstractTableOutput
Since:
1.0 Jul 2, 2008, 1.0
Version:
%I%, %G%
Author:
Steph GAUDRY
  • Constructor Details

    • XLSTableOutput

      public XLSTableOutput()
  • Method Details

    • getTitleBackgroundColor

      public Color getTitleBackgroundColor()
      Returns:
      the titleBackgroundColor
    • setTitleBackgroundColor

      public void setTitleBackgroundColor(Color titleBackgroundColor)
      Parameters:
      titleBackgroundColor - the titleBackgroundColor to set
    • print

      public void print(org.jdesktop.swingx.JXTable table)
      Specified by:
      print in interface ITableOutput
      Specified by:
      print in class AbstractTableOutput