Class AbstractColoredTableOutput

java.lang.Object
be.gaudry.swing.component.table.output.factory.AbstractTableOutput
be.gaudry.swing.component.table.output.factory.AbstractColoredTableOutput
All Implemented Interfaces:
ITableOutput
Direct Known Subclasses:
HtmlTableOutput

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

    • AbstractColoredTableOutput

      public AbstractColoredTableOutput()
  • Method Details

    • getDefautLineColor

      public Color getDefautLineColor()
      Returns:
      the defautLineColor
    • setDefautLineColor

      public void setDefautLineColor(Color defautLineColor)
      Parameters:
      defautLineColor - the defautLineColor to set
    • getDefaultForegroundColor

      public Color getDefaultForegroundColor()
      Returns:
      the defaultForegroundColor
    • setDefaultForegroundColor

      public void setDefaultForegroundColor(Color defaultForegroundColor)
      Parameters:
      defaultForegroundColor - the defaultForegroundColor to set
    • getAlternateLineColor

      public Color getAlternateLineColor()
      Returns:
      the alternateLineColor
    • setAlternateLineColor

      public void setAlternateLineColor(Color alternateLineColor)
      Parameters:
      alternateLineColor - the alternateLineColor to set
    • getAlternateForegroundColor

      public Color getAlternateForegroundColor()
      Returns:
      the alternateForegroundColor
    • setAlternateForegroundColor

      public void setAlternateForegroundColor(Color alternateForegroundColor)
      Parameters:
      alternateForegroundColor - the alternateForegroundColor to set
    • getTitleBackgroundColor

      public Color getTitleBackgroundColor()
      Returns:
      the titleBackgroundColor
    • setTitleBackgroundColor

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

      public Color getTitleForegroundColor()
      Returns:
      the titleForegroundColor
    • setTitleForegroundColor

      public void setTitleForegroundColor(Color titleForegroundColor)
      Parameters:
      titleForegroundColor - the titleForegroundColor to set
    • isColored

      public boolean isColored()
      Returns:
      the isColored
    • setColored

      public void setColored(boolean isColored)
      Parameters:
      isColored - the isColored to set