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 |
LineBox |
class |
LineRoot
LineRoot is the top-most container on a line of text displayed in Draw2d.
|
class |
NestedLine |
Modifier and Type | Method and Description |
---|---|
void |
FlowContext.addLine(CompositeBox box)
Adds an entire line into the context.
|
void |
BlockFlowLayout.addLine(CompositeBox box) |
void |
InlineFlowLayout.addLine(CompositeBox box)
Adds the given box as a line below the current line.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.