Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Draw2d
3.3

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

Packages that use FlowFigure
org.eclipse.draw2d.text 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.text
 class BlockFlow
          A FlowFigure represented by a single BlockBox containing one or more lines.
 class FlowAdapter
          Adapts non-flow figures for use within a parent hierarchy requiring flow figures.
 class FlowPage
          The root of a Flow hierarchy.
 class InlineFlow
          A FlowFigure represented by multiple LineBox fragments.
 class TextFlow
          An inline flow figure 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
 void InlineFlowLayout. getWidthLookahead ( FlowFigure child, int[] result)
           
 void FlowContext. getWidthLookahead ( FlowFigure child, int[] width)
          This method looks ahead for line-breaks.
 void FlowBorder. paint ( FlowFigure figure, Graphics g, Rectangle where, int sides)
          Paints the border around the given box location.
 void BlockFlowLayout. getWidthLookahead ( FlowFigure child, int[] result)
           
 void BidiProcessor. add ( FlowFigure fig, java.lang.String str)
          Records a String contribution for this bidi context.
 void BidiProcessor. add ( FlowFigure fig, char c)
          Records a character contribution for this bidi context.
 void AbstractFlowBorder. paint ( FlowFigure figure, Graphics g, Rectangle where, int sides)
          Subclasses should override this method to paint each box's border.
 

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
3.3

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire