Class LineHandler
java.lang.Object
com.saperion.ngc.viewer.virtualviewer.annotation.ixos.LineHandler
- Author:
- rbo
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLine()
Reads the actual rest of the line.int
Reads the next tag and interpret it as integer.Reads the next position tag.Reads the next string tag.Reads a color tag.
-
Constructor Details
-
LineHandler
Constructor.- Parameters:
value
- Line for handling
-
-
Method Details
-
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
Reads the next position tag.- Returns:
- Integer tag
-
readColor
Reads a color tag.- Returns:
- Color
-
getLine
Reads the actual rest of the line.- Returns:
- Line
-