Class ShapeFillsShadow


  • public class ShapeFillsShadow
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ShapeFillsShadow.OffsetPanel
      Implements a simple control to edit shadow position.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JPanel getUI()
      Returns the inspector UI component.
      void resetUI()
      Called by Ribs to reset UI controls.
      void respondUI​(java.lang.Object anObj)
      Responds to changes from the Swing GUI panel controls and updates currently selected shape.
      • Methods inherited from class java.lang.Object

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

      • ShapeFillsShadow

        public ShapeFillsShadow()
    • Method Detail

      • getUI

        public javax.swing.JPanel getUI()
        Returns the inspector UI component.
      • resetUI

        public void resetUI()
        Called by Ribs to reset UI controls.
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Responds to changes from the Swing GUI panel controls and updates currently selected shape.