public class GlyphPosition extends Object
Class describes text and position to use with operator TJ (set glyph with position)
Constructor and Description |
---|
GlyphPosition(String text)
Constructor for Glyph Position.
|
GlyphPosition(String text,
double position)
initialize GlyphPosition class
|
Modifier and Type | Method and Description |
---|---|
double |
getPosition()
Position off the text in the operator.
|
String |
getText()
Text of operator.
|
public GlyphPosition(String text, double position)
text
- Text value.position
- double Position value.public GlyphPosition(String text)
Constructor for Glyph Position.
text
- String Text value.public String getText()
Text of operator.
public double getPosition()
Position off the text in the operator.