| Constructor and Description |
|---|
GlyphLinePart(int start,
int end)
Creates a glyph line part object with given start and end values.
|
GlyphLinePart(int start,
int end,
String actualText)
Creates a glyph line part object with given start, end and actual text values.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActualText()
Retrieves the actual text of the glyph line part.
|
int |
getEnd()
Retrieves the end of the glyph line part.
|
int |
getStart()
Retrieves the start of the glyph line part.
|
boolean |
isReversed()
Retrieves whether the glyph line part is reversed.
|
GlyphLine.GlyphLinePart |
setActualText(String actualText)
Sets the actual text of the glyph line part.
|
GlyphLine.GlyphLinePart |
setEnd(int end)
Sets the end of the glyph line part.
|
GlyphLine.GlyphLinePart |
setReversed(boolean reversed)
Sets whether the glyph line part is reversed.
|
GlyphLine.GlyphLinePart |
setStart(int start)
Sets the start of the glyph line part.
|
public GlyphLinePart(int start,
int end)
start - start value of the glyph line partend - end value of the glyph line partpublic GlyphLinePart(int start,
int end,
String actualText)
start - start value of the glyph line partend - end value of the glyph line partactualText - actual textpublic int getStart()
public GlyphLine.GlyphLinePart setStart(int start)
start - start of the glyph line partpublic int getEnd()
public GlyphLine.GlyphLinePart setEnd(int end)
end - end value of glyph line partpublic String getActualText()
public GlyphLine.GlyphLinePart setActualText(String actualText)
actualText - Actual text of glyph line partpublic boolean isReversed()
public GlyphLine.GlyphLinePart setReversed(boolean reversed)
reversed - true if it should be reversed, false otherwiseCopyright © 1998–2025 Apryse Group NV. All rights reserved.