Uses of Interface
org.eclipse.draw2d.text.FlowContext
Packages that use FlowContext
Package
Description
Figures and support classes related to the layout and rendering of rich text.
-
Uses of FlowContext in org.eclipse.draw2d.text
Classes in org.eclipse.draw2d.text that implement FlowContextModifier and TypeClassDescriptionclass
The layout forBlockFlow
figures.class
A layout for FlowFigures with children.class
The layout manager forInlineFlow
figures.class
A block layout which requires no FlowContext to perform its layout.Methods in org.eclipse.draw2d.text that return FlowContextModifier and TypeMethodDescriptionprotected FlowContext
FlowFigureLayout.getContext()
Returns this layout's context ornull
.Methods in org.eclipse.draw2d.text with parameters of type FlowContextModifier and TypeMethodDescriptionvoid
FlowAdapter.setFlowContext
(FlowContext flowContext) void
FlowFigure.setFlowContext
(FlowContext flowContext) Sets the flow context.void
FlowFigureLayout.setFlowContext
(FlowContext flowContext) Sets the context for this layout manager.protected final int
FlowUtilities.wrapFragmentInContext
(TextFragmentBox frag, 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.