public class Line extends TextElement
Constructor | Description |
---|---|
Line() |
Modifier and Type | Method | Description |
---|---|---|
Line |
addWordsItem(Word wordsItem) |
|
boolean |
equals(java.lang.Object o) |
|
java.util.List<Word> |
getWords() |
The words contained by the line
|
int |
hashCode() |
|
void |
setWords(java.util.List<Word> words) |
|
java.lang.String |
toString() |
|
Line |
words(java.util.List<Word> words) |
public java.util.List<Word> getWords()
public void setWords(java.util.List<Word> words)
public boolean equals(java.lang.Object o)
equals
in class TextElement
public int hashCode()
hashCode
in class TextElement
public java.lang.String toString()
toString
in class TextElement
Copyright © 2020. All rights reserved.