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.
|
Modifier and Type | Method and Description |
---|---|
protected FlowContext |
FlowFigureLayout.getContext()
Returns this layout's context or
null . |
Modifier and Type | Method and Description |
---|---|
void |
FlowFigure.setFlowContext(FlowContext flowContext)
Sets the flow context.
|
void |
FlowFigureLayout.setFlowContext(FlowContext flowContext)
Sets the context for this layout manager.
|
void |
FlowAdapter.setFlowContext(FlowContext flowContext) |
protected int |
FlowUtilities.wrapFragmentInContext(TextFragmentBox frag,
java.lang.String string,
FlowContext context,
org.eclipse.draw2d.text.FlowUtilities.LookAhead lookahead,
Font font,
int wrapping)
Sets up a fragment and returns the number of characters consumed from the
given String.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.