Class GraphicsSetArcParameters

All Implemented Interfaces:
Streamable, StructuredData

public class GraphicsSetArcParameters extends AbstractGraphicsCoord
Sets the arc parameters for a GOCA graphics arc (circle/ellipse)
  • Constructor Details

    • GraphicsSetArcParameters

      public GraphicsSetArcParameters(int xmaj, int ymin, int xmin, int ymaj)
      Constructor
      Parameters:
      xmaj - x coordinate of the major axis point
      ymin - y coordinate of the minor axis point
      xmin - x coordinate of the minor axis point
      ymaj - y coordinate of the major axis point
  • Method Details