java.lang.Object
virtuoso.asaph.util.render.BodyLayout
virtuoso.asaph.util.render.EditableBodyLayout
virtuoso.asaph.util.render.PlainTextBodyLayout
- public class PlainTextBodyLayout
- extends EditableBodyLayout
BodyLayout for monospaced plain text rendering.
| Fields inherited from class virtuoso.asaph.util.render.BodyLayout |
|
|
Constructor Summary |
PlainTextBodyLayout(int indentSpaces,
int lineSpacing,
int blockSpacing,
boolean compressNarrowLines)
Constructor |
| Methods inherited from class virtuoso.asaph.util.render.BodyLayout |
getBlockCount, getBottomPosition, getHeight, getLastLineLayout, getLeftSide, getLineLayoutCount, getLineLayouts, getNthBlockLayout, getNthLineLayout, getRightSide, getTopPosition, rawAddLineLayout, rawGetLeftSide, rawGetRightSide, rawSetLeftSide, rawSetRightSide |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
indentSpaces_
private int indentSpaces_
compressNarrowLines_
private boolean compressNarrowLines_
PlainTextBodyLayout
public PlainTextBodyLayout(int indentSpaces,
int lineSpacing,
int blockSpacing,
boolean compressNarrowLines)
- Constructor
createLineLayoutFactory
protected EditableBodyLayout.LineLayoutFactory createLineLayoutFactory()
- Subclasses must override this to build a LineLayoutFactory
- Specified by:
createLineLayoutFactory in class EditableBodyLayout