Klasse javax.swing.text.FlowView | 1.2 |
java.lang.Object | +--javax.swing.text.View | +--javax.swing.text.CompositeView | +--javax.swing.text.BoxView | +--javax.swing.text.FlowView
Datenelemente | |
---|---|
protected int | layoutSpan |
protected View | layoutPool |
protected FlowView.FlowStrategy | strategy |
Konstruktoren | |
---|---|
public | FlowView(Element elem, int axis) |
Methoden | |
---|---|
public int | getFlowAxis() |
public int | getFlowSpan(int index) |
public int | getFlowStart(int index) |
protected View | createRow() |
protected void | loadChildren(ViewFactory f) |
protected int | getViewIndexAtPosition(int pos) |
protected void | layout(int width, int height) |
protected SizeRequirements | calculateMinorAxisRequirements(int axis, SizeRequirements r) |
public void | insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) |
public void | removeUpdate(DocumentEvent changes, Shape a, ViewFactory f) |
public void | changedUpdate(DocumentEvent changes, Shape a, ViewFactory f) |