Package | Description |
---|---|
org.eclipse.draw2d.text |
Figures and support classes related to the layout and rendering of rich text.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockBox
A CompositeBox suitable for containing multiple LineBox fragments.
|
class |
CompositeBox
A FlowBox that can contain other FlowBoxes.
|
class |
ContentBox
FlowBoxes that are leaf nodes.
|
class |
LineBox |
class |
LineRoot
LineRoot is the top-most container on a line of text displayed in Draw2d.
|
class |
NestedLine |
class |
TextFragmentBox
A Geometric object for representing a TextFragment region on a line of Text.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
CompositeBox.add(FlowBox box)
Adds the given box and updates properties of this composite box.
|
void |
LineRoot.add(FlowBox child) |
void |
LineBox.add(FlowBox child) |
void |
BlockBox.add(FlowBox box) |
void |
FlowContext.addToCurrentLine(FlowBox box)
Adds the given box into the current line.
|
void |
FlowContainerLayout.addToCurrentLine(FlowBox child)
Adds the given box the current line and clears the context's state.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.