Package org.eclipse.draw2d.text
Class SimpleTextLayout
java.lang.Object
org.eclipse.draw2d.text.FlowFigureLayout
org.eclipse.draw2d.text.TextLayout
org.eclipse.draw2d.text.SimpleTextLayout
- All Implemented Interfaces:
- LayoutManager
- Since:
- 2.1
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleTextLayout(TextFlow flow) Creates a new SimpleTextLayout with the given TextFlow
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidlayout()Called duringFlowFigureLayout.layout(IFigure).Methods inherited from class org.eclipse.draw2d.text.TextLayoutgetFragmentMethods inherited from class org.eclipse.draw2d.text.FlowFigureLayoutgetConstraint, getContext, getFlowFigure, getMinimumSize, getPreferredSize, invalidate, layout, remove, setConstraint, setFlowContext
- 
Constructor Details- 
SimpleTextLayoutCreates a new SimpleTextLayout with the given TextFlow- Parameters:
- flow- the TextFlow
 
 
- 
- 
Method Details- 
layoutprotected void layout()Description copied from class:FlowFigureLayoutCalled duringFlowFigureLayout.layout(IFigure).- Specified by:
- layoutin class- FlowFigureLayout
- See Also:
 
 
-