public class LineHandler extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LineHandler.PointPosition
Position point.
|
Constructor and Description |
---|
LineHandler(String value)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getNextTag()
Reads the next string tag.
|
Color |
readColor()
Reads a color tag.
|
public LineHandler(String value)
value
- Line for handlingpublic String getNextTag()
public int getNextIntTag()
public LineHandler.PointPosition getNextPosTag()
public Color readColor()
public String getLine()
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.