Methoden |
public int | getMajorAxis() |
public int | getMinorAxis() |
public float | getTopInset() |
public void | setTopInset(float i) |
public float | getBottomInset() |
public void | setBottomInset(float i) |
public float | getLeftInset() |
public void | setLeftInset(float i) |
public float | getRightInset() |
public void | setRightInset(float i) |
protected float | getInsetSpan(int axis) ![[1.4]](../../images/marg14.gif) |
protected void | setEstimatedMajorSpan(boolean isEstimated) ![[1.4]](../../images/marg14.gif) |
protected boolean | getEstimatedMajorSpan() ![[1.4]](../../images/marg14.gif) |
protected AsyncBoxView.ChildState | getChildState(int index) |
protected LayoutQueue | getLayoutQueue() |
protected AsyncBoxView.ChildState | createChildState(View v) |
protected synchronized void | majorRequirementChange(AsyncBoxView.ChildState cs, float delta) |
protected synchronized void | minorRequirementChange(AsyncBoxView.ChildState cs) |
protected void | flushRequirementChanges() |
public void | replace(int offset, int length, View[] views) |
protected void | loadChildren(ViewFactory f) |
protected synchronized int | getViewIndexAtPosition(int pos, Position.Bias b) |
protected void | updateLayout(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a) |
public void | setParent(View parent) |
public synchronized void | preferenceChanged(View child, boolean width, boolean height) |
public void | setSize(float width, float height) |
public void | paint(Graphics g, Shape alloc) |
public float | getPreferredSpan(int axis) |
public float | getMinimumSpan(int axis) |
public float | getMaximumSpan(int axis) |
public int | getViewCount() |
public View | getView(int n) |
public Shape | getChildAllocation(int index, Shape a) |
public int | getViewIndex(int pos, Position.Bias b) |
public Shape | modelToView(int pos, Shape a, Position.Bias b) |
public int | viewToModel(float x, float y, Shape a, Position.Bias[] biasReturn) |
public int | getNextVisualPositionFrom(int pos, Position.Bias b, Shape a, int direction, Position.Bias[] biasRet) |