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 |
BlockFlowLayout
The layout for
BlockFlow figures. |
class |
FlowContainerLayout
A layout for FlowFigures with children.
|
class |
InlineFlowLayout
The layout manager for
InlineFlow figures. |
class |
PageFlowLayout
A block layout which requires no FlowContext to perform its layout.
|
class |
ParagraphTextLayout
The layout for
TextFlow . |
class |
SimpleTextLayout |
class |
TextLayout |
Modifier and Type | Method and Description |
---|---|
protected FlowFigureLayout |
FlowPage.createDefaultFlowLayout() |
protected FlowFigureLayout |
InlineFlow.createDefaultFlowLayout() |
protected FlowFigureLayout |
TextFlow.createDefaultFlowLayout() |
protected FlowFigureLayout |
FlowAdapter.createDefaultFlowLayout() |
protected abstract FlowFigureLayout |
FlowFigure.createDefaultFlowLayout()
Creates the default layout manager
|
protected FlowFigureLayout |
BlockFlow.createDefaultFlowLayout() |
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.