java.lang.Object
com.saperion.ngc.viewer.virtualviewer.annotation.ixos.LineHandler

public class LineHandler extends Object
Author:
rbo
  • Constructor Details

    • LineHandler

      public LineHandler(String value)
      Constructor.
      Parameters:
      value - Line for handling
  • Method Details

    • getNextTag

      public String getNextTag()
      Reads the next string tag.
      Returns:
      Next string tag
    • getNextIntTag

      public int getNextIntTag()
      Reads the next tag and interpret it as integer.
      Returns:
      Integer tag
    • getNextPosTag

      public LineHandler.PointPosition getNextPosTag()
      Reads the next position tag.
      Returns:
      Integer tag
    • readColor

      public Color readColor()
      Reads a color tag.
      Returns:
      Color
    • getLine

      public String getLine()
      Reads the actual rest of the line.
      Returns:
      Line