Class InteractiveCircle

All Implemented Interfaces:
Drawable, Interactive, Measurable
Direct Known Subclasses:
Protractor, Protractor.Tip

public class InteractiveCircle extends MeasuredCircle implements Interactive
A measured circle that implements Interactive. The InteractiveCircle class also demonstrates how to implement a simple XML loader.
Version:
1.0
Author:
Wolfgang Christian, Francisco Equembre
  • Constructor Details

    • InteractiveCircle

      public InteractiveCircle(double x, double y)
      Constructs an InteractiveCircle with the given parameters.
      Parameters:
      x -
      y -
    • InteractiveCircle

      public InteractiveCircle()
      Constructs an InteractiveCircle at the origin.
  • Method Details