Class GraphicsLine

All Implemented Interfaces:
Streamable, StructuredData

public class GraphicsLine extends AbstractGraphicsCoord
A GOCA graphics straight line drawn from the given absolute position
  • Constructor Details

    • GraphicsLine

      public GraphicsLine(int[] coords, boolean relative)
      Constructor
      Parameters:
      coords - the x/y coordinates for this object
      relative - is this a relative drawing order
  • Method Details