Eclipse Draw2d
2.1

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 InlineFlow
          A FlowFigure represented by multiple LineBox fragments.
 class TextFlow
          An inline flow that renders a sting of text across one or more lines.
 

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

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


Eclipse Draw2d
2.1

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