public abstract class CompositeAppearance.DequeEnd
extends java.lang.Object
Constructor and Description |
---|
DequeEnd() |
Modifier and Type | Method and Description |
---|---|
void |
addComment(java.lang.String comment) |
void |
addComment(java.lang.String comment,
SimpleTextAttributes commentAttributes) |
abstract void |
addSection(CompositeAppearance.TextSection section) |
void |
addSurrounded(java.lang.String text,
java.lang.String prefix,
java.lang.String suffix,
SimpleTextAttributes textAttributes) |
void |
addText(java.lang.String text) |
void |
addText(java.lang.String text,
SimpleTextAttributes textAttributes) |
CompositeAppearance |
getAppearance() |
public void addText(java.lang.String text, SimpleTextAttributes textAttributes)
public void addText(java.lang.String text)
public abstract void addSection(CompositeAppearance.TextSection section)
public void addSurrounded(java.lang.String text, java.lang.String prefix, java.lang.String suffix, SimpleTextAttributes textAttributes)
public CompositeAppearance getAppearance()
public void addComment(java.lang.String comment, SimpleTextAttributes commentAttributes)
public void addComment(java.lang.String comment)