Class LineHandler


  • public class LineHandler
    extends java.lang.Object
    Author:
    rbo
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  LineHandler.PointPosition
      Position point.
    • Constructor Summary

      Constructors 
      Constructor Description
      LineHandler​(java.lang.String value)
      Constructor.
    • Constructor Detail

      • LineHandler

        public LineHandler​(java.lang.String value)
        Constructor.
        Parameters:
        value - Line for handling
    • Method Detail

      • getNextTag

        public java.lang.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
      • readColor

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

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