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.textSubclasses of FlowFigure in org.eclipse.draw2d.textModifier and TypeClassDescriptionclassAFlowFigurerepresented by a singleBlockBoxcontaining one or more lines.classAdapts non-flow figures for use within a parent hierarchy requiring flow figures.classThe root of a Flow hierarchy.classAFlowFigurerepresented by multipleLineBoxfragments.classAn 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 TypeMethodDescriptionvoidBidiProcessor.add(FlowFigure fig, char c) Records a character contribution for this bidi context.voidBidiProcessor.add(FlowFigure fig, String str) Records a String contribution for this bidi context.voidBlockFlowLayout.getWidthLookahead(FlowFigure child, int[] result) voidFlowContext.getWidthLookahead(FlowFigure child, int[] width) This method looks ahead for line-breaks.voidInlineFlowLayout.getWidthLookahead(FlowFigure child, int[] result) voidAbstractFlowBorder.paint(FlowFigure figure, Graphics g, Rectangle where, int sides) Subclasses should override this method to paint each box's border.voidFlowBorder.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 FlowFigureModifierConstructorDescriptionprotectedFlowContainerLayout(FlowFigure flowFigure) protectedFlowFigureLayout(FlowFigure flowfigure) Constructs a new FlowFigureLayout with the given FlowFigure.InlineFlowLayout(FlowFigure flow) Creates a new InlineFlowLayout with the given FlowFigure.