Class DebugRenderer

  • All Implemented Interfaces:
    SelectionRenderer

    public class DebugRenderer
    extends AnimationRenderer
    Highlight objects in magenta, rather than red or yellow.
    Since:
    Ptolemy II 2.1
    Version:
    $Id$
    Author:
    Elaine Cheong
    Pt.AcceptedRating:
    Red (celaine)
    Pt.ProposedRating:
    Red (celaine)
    • Constructor Detail

      • DebugRenderer

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

        public DebugRenderer​(FigureDecorator decorator)
        Create a new renderer with the given prototype decorator.
        Parameters:
        decorator - The prototype decorator.