Class CloseSymbol

java.lang.Object
com.jtattoo.plaf.base.icon.CloseSymbol
All Implemented Interfaces:
Icon

public class CloseSymbol extends Object implements Icon
  • Constructor Details

    • CloseSymbol

      public CloseSymbol(Color foregroundColor, Color shadowColor, Color rolloverColor)
    • CloseSymbol

      public CloseSymbol(Color foregroundColor, Color shadowColor, Color rolloverColor, Color inactiveForegroundColor, Color inactiveShadowColor, Insets insets)
    • CloseSymbol

      public CloseSymbol(Color foregroundColor, Color shadowColor, Color rolloverColor, Insets insets)
  • Method Details