Class AppMetalThemeData


  • public class AppMetalThemeData
    extends java.lang.Object
    Class AppMetalThemeData contains simplified information about a theme.
    • Method Detail

      • getInstance

        public static AppMetalThemeData getInstance()
        Get single instance of theme.
        Returns:
        theme
      • getBorder

        public java.awt.Color getBorder()
        Get border color.
        Returns:
        border color.
      • setBorder

        public void setBorder​(java.awt.Color border)
        Set border color.
        Parameters:
        border - border color
      • getMarked

        public java.awt.Color getMarked()
        Get marked color.
        Returns:
        marked color
      • setMarked

        public void setMarked​(java.awt.Color marked)
        Set marked color.
        Parameters:
        marked - marked color
      • getBackground

        public java.awt.Color getBackground()
        Get background color.
        Returns:
        background color
      • setBackground

        public void setBackground​(java.awt.Color background)
        Set background color.
        Parameters:
        background - background color