Package | Description |
---|---|
lavesdk.algorithm.text |
Modifier and Type | Method and Description |
---|---|
AlgorithmParagraph |
AlgorithmStep.getParagraph()
Gets the associated paragraph.
|
AlgorithmParagraph |
AlgorithmText.getParagraph(int index)
Gets the paragraph at the given index.
|
AlgorithmParagraph |
AlgorithmText.getParagraphByID(int id)
Gets the paragraph that has the given id.
|
Constructor and Description |
---|
AlgorithmStep(AlgorithmParagraph paragraph,
java.lang.String text,
int id)
Creates a new step.
|
AlgorithmStep(AlgorithmParagraph paragraph,
java.lang.String text,
int id,
int indent)
Creates a new step.
|