Class ShapeFills


  • public class ShapeFills
    extends SwingOwner
    This class provides UI for editing the currently selected shapes stroke, fill, effect, transparency.
    • Constructor Detail

      • ShapeFills

        public ShapeFills()
    • Method Detail

      • initUI

        protected void initUI()
        Initialize UI panel.
        Overrides:
        initUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • resetUI

        public void resetUI()
        Reset UI controls from current selection.
        Overrides:
        resetUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • respondUI

        public void respondUI​(SwingEvent anEvent)
        Updates currently selected shapes from UI controls.
        Overrides:
        respondUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • setPanelUI

        public void setPanelUI​(javax.swing.JComponent aPanel,
                               javax.swing.JComponent aUI)
        Installs a given UI panel as child component of given panel.
      • getWindowTitle

        public java.lang.String getWindowTitle()
        Returns the display name for the inspector.