Class MouseClickedPaintableShape


  • public class MouseClickedPaintableShape
    extends PaintableShape
    A debugging shape painter that allows the user to see where a mouse clicked happened.
    • Constructor Detail

      • MouseClickedPaintableShape

        public MouseClickedPaintableShape​(java.awt.Point p,
                                          double tx,
                                          double ty)
      • MouseClickedPaintableShape

        public MouseClickedPaintableShape​(java.awt.Point p,
                                          double tx,
                                          double ty,
                                          java.awt.Color color)