Class ShadowRenderer

  • All Implemented Interfaces:
    SelectionRenderer

    public class ShadowRenderer
    extends AnimationRenderer
    Provide a shadow for icons.
    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    Edward A. Lee
    Pt.AcceptedRating:
    Red (celaine)
    Pt.ProposedRating:
    Red (celaine)
    • Constructor Detail

      • ShadowRenderer

        public ShadowRenderer()
        Create a new selection renderer with the default prototype decorator.
      • ShadowRenderer

        public ShadowRenderer​(java.awt.Color color)
        Create a new renderer with the given color.
        Parameters:
        color - The shadow color.