Class GraphicsFullArc

All Implemented Interfaces:
Streamable, StructuredData

public class GraphicsFullArc extends AbstractGraphicsCoord
A GOCA graphics arc (circle/ellipse)
  • Field Details

    • mh

      private final int mh
      the integer portion of the multiplier
    • mhr

      private final int mhr
      the fractional portion of the multiplier
  • Constructor Details

    • GraphicsFullArc

      public GraphicsFullArc(int x, int y, int mh, int mhr)
      Constructor
      Parameters:
      x - the x coordinate of the center of the circle/ellipse
      y - the y coordinate of the center of the circle/ellipse
      mh - the integer portion of the multiplier
      mhr - the fractional portion of the multiplier
  • Method Details