Class GraphicsCharacterString

All Implemented Interfaces:
Streamable, StructuredData

public class GraphicsCharacterString extends AbstractGraphicsCoord
A GOCA graphics string
  • Field Details

    • MAX_STR_LEN

      protected static final int MAX_STR_LEN
      Up to 255 bytes of character data
      See Also:
  • Constructor Details

    • GraphicsCharacterString

      public GraphicsCharacterString(String str, int x, int y, CharacterSet charSet)
      Constructor (absolute positioning)
      Parameters:
      str - the character string
      x - the x coordinate
      y - the y coordinate
      charSet - the character set
  • Method Details