Class ScreenElement

java.lang.Object
ghidra.app.util.viewer.options.ScreenElement

public class ScreenElement extends Object
  • Method Details

    • getThemeColorId

      public String getThemeColorId()
    • getName

      public String getName()
    • getColor

      public Color getColor()
    • getStyle

      public int getStyle()
    • getDefaultColor

      public GColor getDefaultColor()
    • setColor

      public void setColor(Color color)
    • setStyle

      public void setStyle(int style)
    • getColorOptionName

      public String getColorOptionName()
    • getStyleOptionName

      public String getStyleOptionName()
    • toString

      public String toString()
      Overrides:
      toString in class Object