Class LineHandler
- java.lang.Object
-
- com.saperion.ngc.viewer.virtualviewer.annotation.ixos.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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLine()
Reads the actual rest of the line.int
getNextIntTag()
Reads the next tag and interpret it as integer.LineHandler.PointPosition
getNextPosTag()
Reads the next position tag.java.lang.String
getNextTag()
Reads the next string tag.java.awt.Color
readColor()
Reads a color tag.
-
-
-
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
-
getNextPosTag
public LineHandler.PointPosition getNextPosTag()
Reads the next position tag.- 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
-
-