Eclipse Draw2d
3.0

Uses of Class
org.eclipse.draw2d.text.FlowFigure

Packages that use FlowFigure
org.eclipse.draw2d.text   
 

Uses of FlowFigure in org.eclipse.draw2d.text
 

Subclasses of FlowFigure in org.eclipse.draw2d.text
 class BlockFlow
          A FlowFigure represented by a single BlockBox fragment containing one or more lines.
 class FlowPage
          The root of a Flow hierarchy.
 class ImageFlow
          A FlowFigure to insert images in a block.
 class InlineFlow
          A FlowFigure represented by multiple LineBox fragments.
 class TextFlow
          An inline flow that renders a string of text across one or more lines.
 

Methods in org.eclipse.draw2d.text that return FlowFigure
protected  FlowFigure FlowFigureLayout.getFlowFigure()
           
 

Methods in org.eclipse.draw2d.text with parameters of type FlowFigure
 boolean FlowContext.getWordWidthFollowing(FlowFigure child, int[] width)
          This method looks ahead for line-breaks.
 boolean FlowContainerLayout.getWordWidthFollowing(FlowFigure child, int[] width)
           
 void BidiProcessor.add(FlowFigure fig, String str)
          FlowFigures can make textual contributions for its block.
 boolean InlineFlowLayout.getWordWidthFollowing(FlowFigure child, int[] width)
          An InlineFlow will pass the query onto its parent if it can't find a break among its children.
 

Constructors in org.eclipse.draw2d.text with parameters of type FlowFigure
FlowContainerLayout(FlowFigure flowFigure)
           
FlowFigureLayout(FlowFigure flowfigure)
          Constructs a new FlowFigureLayout with the given FlowFigure.
InlineFlowLayout(FlowFigure flow)
          Creates a new InlineFlowLayout with the given FlowFigure.
 


Eclipse Draw2d
3.0

Copyright (c) IBM Corp. and others 2000, 2004. All Rights Reserved.