Uses of Class
org.eclipse.draw2d.text.FlowFigure
Packages that use FlowFigure
Package
Description
Figures and support classes related to the layout and rendering of rich text.
-
Uses of FlowFigure in org.eclipse.draw2d.text
Subclasses of FlowFigure in org.eclipse.draw2d.textModifier and TypeClassDescriptionclass
AFlowFigure
represented by a singleBlockBox
containing one or more lines.class
Adapts non-flow figures for use within a parent hierarchy requiring flow figures.class
The root of a Flow hierarchy.class
AFlowFigure
represented by multipleLineBox
fragments.class
An inline flow figure that renders a string of text across one or more lines.Methods in org.eclipse.draw2d.text that return FlowFigureMethods in org.eclipse.draw2d.text with parameters of type FlowFigureModifier and TypeMethodDescriptionvoid
BidiProcessor.add
(FlowFigure fig, char c) Records a character contribution for this bidi context.void
BidiProcessor.add
(FlowFigure fig, String str) Records a String contribution for this bidi context.void
BlockFlowLayout.getWidthLookahead
(FlowFigure child, int[] result) void
FlowContext.getWidthLookahead
(FlowFigure child, int[] width) This method looks ahead for line-breaks.void
InlineFlowLayout.getWidthLookahead
(FlowFigure child, int[] result) void
AbstractFlowBorder.paint
(FlowFigure figure, Graphics g, Rectangle where, int sides) Subclasses should override this method to paint each box's border.void
FlowBorder.paint
(FlowFigure figure, Graphics g, Rectangle where, int sides) Paints the border around the given box location.Constructors in org.eclipse.draw2d.text with parameters of type FlowFigureModifierConstructorDescriptionprotected
FlowContainerLayout
(FlowFigure flowFigure) protected
FlowFigureLayout
(FlowFigure flowfigure) Constructs a new FlowFigureLayout with the given FlowFigure.InlineFlowLayout
(FlowFigure flow) Creates a new InlineFlowLayout with the given FlowFigure.