Class TableElementStyler

java.lang.Object
org.jfree.chart3d.table.TableElementStyler
All Implemented Interfaces:
TableElementVisitor

public class TableElementStyler extends Object implements TableElementVisitor
A table element visitor that applies style changes.
Since:
1.2
  • Constructor Details

    • TableElementStyler

      public TableElementStyler(Map<String,Font> fontChanges, Map<String,Color> fgChanges, Map<String,Color> bgChanges)
      Creates a new styler. The keys in each map are tag values - each element with a matching tag will have the associated value applied to it.
      Parameters:
      fontChanges - a map of font changes.
      fgChanges - a map of foreground color changes.
      bgChanges - a map of background color changes.
  • Method Details