Class ShapeFillsGradient


  • public class ShapeFillsGradient
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ShapeFillsGradient()
      Creates a new ShapeFillsGradient inspector.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RJPanel getUI()
      Returns the Swing UI panel.
      java.lang.String getWindowTitle()
      Returns the string used for the inspector window title.
      void resetUI()
      Updates the Swing UI controls from the currently selected shape.
      void respondUI​(java.lang.Object anObj)
      Updates the currently selected shape from the Swing UI controls.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShapeFillsGradient

        public ShapeFillsGradient()
        Creates a new ShapeFillsGradient inspector.
    • Method Detail

      • getWindowTitle

        public java.lang.String getWindowTitle()
        Returns the string used for the inspector window title.
      • getUI

        public RJPanel getUI()
        Returns the Swing UI panel.
      • resetUI

        public void resetUI()
        Updates the Swing UI controls from the currently selected shape.
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Updates the currently selected shape from the Swing UI controls.