|
Eclipse Draw2d 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.text.FlowFigureLayout
org.eclipse.draw2d.text.TextLayout
public abstract class TextLayout
Constructor Summary | |
---|---|
TextLayout(TextFlow flow)
Creates a new TextLayout with the given TextFlow |
Method Summary | |
---|---|
protected TextFragmentBox |
getFragment(int i,
java.util.List fragments)
Reuses an existing TextFragmentBox , or creates a new one. |
Methods inherited from class org.eclipse.draw2d.text.FlowFigureLayout |
---|
getConstraint, getContext, getFlowFigure, getMinimumSize, getPreferredSize, invalidate, layout, layout, remove, setConstraint, setFlowContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextLayout(TextFlow flow)
flow
- The TextFlowMethod Detail |
---|
protected TextFragmentBox getFragment(int i, java.util.List fragments)
TextFragmentBox
, or creates a new one.
i
- the indexfragments
- the original list of fragments
|
Eclipse Draw2d 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |