Class MapObjectives.LineMarker

Enclosing class:
MapObjectives

public static class MapObjectives.LineMarker extends MapObjectives.PosMarker
Displays a line from pos1 to pos2.
  • Field Details

    • endPos

      public arc.math.geom.Vec2 endPos
    • stroke

      public float stroke
    • outline

      public boolean outline
    • color1

      public arc.graphics.Color color1
    • color2

      public arc.graphics.Color color2
  • Constructor Details

    • LineMarker

      public LineMarker(float x1, float y1, float x2, float y2, float stroke)
    • LineMarker

      public LineMarker(float x1, float y1, float x2, float y2)
    • LineMarker

      public LineMarker()
  • Method Details