|
Eclipse Draw2d 3.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.AbstractLayout
org.eclipse.draw2d.text.FlowFigureLayout
org.eclipse.draw2d.text.TextLayout
org.eclipse.draw2d.text.SimpleTextLayout
Field Summary |
Fields inherited from class org.eclipse.draw2d.text.FlowFigureLayout |
context, invalid |
Fields inherited from class org.eclipse.draw2d.AbstractLayout |
isObservingVisibility, preferredSize |
Constructor Summary | |
SimpleTextLayout(TextFlow flow)
Creates a new SimpleTextLayout with the given TextFlow |
Method Summary | |
protected void |
layout()
Called during FlowFigureLayout.layout(IFigure) . |
Methods inherited from class org.eclipse.draw2d.text.TextLayout |
getFragment |
Methods inherited from class org.eclipse.draw2d.text.FlowFigureLayout |
calculatePreferredSize, getFlowFigure, invalidate, layout, setFlowContext |
Methods inherited from class org.eclipse.draw2d.AbstractLayout |
calculatePreferredSize, getBorderPreferredSize, getConstraint, getMinimumSize, getMinimumSize, getPreferredSize, getPreferredSize, invalidate, isObservingVisibility, remove, setConstraint, setObserveVisibility |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleTextLayout(TextFlow flow)
flow
- the TextFlowMethod Detail |
protected void layout()
FlowFigureLayout
FlowFigureLayout.layout(IFigure)
. The FlowFigureLayout.invalid
flag is reset after this
method is called.
layout
in class FlowFigureLayout
FlowFigureLayout.layout()
|
Eclipse Draw2d 3.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |