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 classLineHandler.PointPositionPosition 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.StringgetLine()Reads the actual rest of the line.intgetNextIntTag()Reads the next tag and interpret it as integer.LineHandler.PointPositiongetNextPosTag()Reads the next position tag.java.lang.StringgetNextTag()Reads the next string tag.java.awt.ColorreadColor()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
-
-