public interface StringItem
| Modifier and Type | Method and Description |
|---|---|
boolean |
isVisible() |
java.lang.String |
toString(int indentFactor)
Make a prettyprinted Text of this Entity.
|
java.lang.String |
toString(int indentFactor,
int intent) |
BaseItem |
withVisible(boolean value) |
BaseItem withVisible(boolean value)
boolean isVisible()
java.lang.String toString(int indentFactor)
Warning: This method assumes that the data structure is acyclical.
indentFactor - The number of spaces to add to each level of indentation.{ (left
brace) and ending with } (right
brace).java.lang.String toString(int indentFactor,
int intent)