org.eclipse.draw2d.text
Class SimpleTextLayout
java.lang.Object
|
+--org.eclipse.draw2d.AbstractLayout
|
+--org.eclipse.draw2d.text.FlowFigureLayout
|
+--org.eclipse.draw2d.text.TextLayout
|
+--org.eclipse.draw2d.text.SimpleTextLayout
- All Implemented Interfaces:
- LayoutManager
- public class SimpleTextLayout
- extends TextLayout
- Since:
- 2.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleTextLayout
public SimpleTextLayout(TextFlow flow)
- Creates a new SimpleTextLayout with the given TextFlow
- Parameters:
flow
- the TextFlow
layout
protected void layout()
- Description copied from class:
FlowFigureLayout
- Called during
FlowFigureLayout.layout(IFigure)
. The FlowFigureLayout.invalid
flag is reset after this
method is called.
- Specified by:
layout
in class FlowFigureLayout
- See Also:
FlowFigureLayout.layout()
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.