Class AttributesPanel.RMColorPanel

java.lang.Object
com.ribs.plus.RJColorPanel
com.reportmill.panels.AttributesPanel.RMColorPanel
Enclosing class:
AttributesPanel

public static class AttributesPanel.RMColorPanel extends RJColorPanel
This inner class is a RJColorPanel suitable for manipulating colors in current RMEditor.
  • Constructor Details

    • RMColorPanel

      public RMColorPanel()
      Creates a new RMColorPanel.
  • Method Details

    • setVisible

      public void setVisible(boolean aValue)
      Overrides color panel behavior to order attributes panel visible instead.
      Overrides:
      setVisible in class RJColorPanel
    • getWindowTitle

      public String getWindowTitle()
      Returns the name for this panel.
    • getColor

      public Color getColor()
      Overrides normal implementation to get color from editor if no color well selected.
      Overrides:
      getColor in class RJColorPanel
    • setColor

      public void setColor(Color aColor)
      Sets the current color of the color panel.
      Overrides:
      setColor in class RJColorPanel