Package | Description |
---|---|
org.eclipse.draw2d.text |
Figures and support classes related to the layout and rendering of rich text.
|
Modifier and Type | Field and Description |
---|---|
static BidiProcessor |
BidiProcessor.INSTANCE
A singleton instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FlowFigure.contributeBidi(BidiProcessor proc)
FlowFigures can contribute text for their block to the given
BidiProcessor , which will process the contributions to determine
Bidi levels and shaping requirements. |
protected void |
TextFlow.contributeBidi(BidiProcessor proc)
A TextFlow contributes its text.
|
protected void |
FlowAdapter.contributeBidi(BidiProcessor proc)
This FlowFigure contributes an Object Replacement Character.
|
protected void |
BlockFlow.contributeBidi(BidiProcessor proc)
BlockFlows contribute a paragraph separator so as to keep the Bidi state
of the text on either side of this block from affecting each other.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.