Class MapObjectives.ShapeMarker

Enclosing class:
MapObjectives

public static class MapObjectives.ShapeMarker extends MapObjectives.PosMarker
Displays a shape with an outline and color.
  • Field Details

    • radius

      public float radius
    • rotation

      public float rotation
    • stroke

      public float stroke
    • startAngle

      public float startAngle
    • endAngle

      public float endAngle
    • fill

      public boolean fill
    • outline

      public boolean outline
    • sides

      public int sides
    • color

      public arc.graphics.Color color
  • Constructor Details

    • ShapeMarker

      public ShapeMarker(float x, float y)
    • ShapeMarker

      public ShapeMarker(float x, float y, float radius, float rotation)
    • ShapeMarker

      public ShapeMarker()
  • Method Details