Interface Mark


public interface Mark
A Mark draws itself with an optional highlight. A track Step has a Mark for each tracker panel on which it is drawn. The Mark is created by the Step's Footprint.
Author:
Douglas Brown
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(Graphics2D g, boolean highlighted)
    Draws this Mark.
  • Method Details

    • draw

      void draw(Graphics2D g, boolean highlighted)
      Draws this Mark.
      Parameters:
      g - the Graphics2D context
      highlighted - true to draw a highlighted version