public final class InterSegment extends Object
Modifier and Type | Class and Description |
---|---|
static class |
InterSegment.Builder |
Modifier and Type | Method and Description |
---|---|
static InterSegment.Builder |
builder() |
boolean |
equals(Object o) |
String |
getCharacters()
list of characters that can be rendered
|
Integer |
getX()
horizontal position (0-based index) in characters
minimum: 0
|
Integer |
getY()
vertical position (0-based index) in rows
minimum: 0
|
int |
hashCode() |
String |
toString() |
public static InterSegment.Builder builder()
public Integer getX()
public Integer getY()
public String getCharacters()
Copyright © 2023. All rights reserved.