| Methoden |
| public int | getAxis() ![[1.3]](../../images/marg13.gif) |
| public void | setAxis(int axis) ![[1.3]](../../images/marg13.gif) |
| public void | layoutChanged(int axis) ![[1.3]](../../images/marg13.gif) |
| protected boolean | isLayoutValid(int axis) ![[1.4]](../../images/marg14.gif) |
| protected void | paintChild(Graphics g, Rectangle alloc, int index) |
| public void | replace(int index, int length, View[] elems) |
| protected void | forwardUpdate(DocumentEvent.ElementChange ec, DocumentEvent e, Shape a, ViewFactory f) |
| public void | preferenceChanged(View child, boolean width, boolean height) |
| public int | getResizeWeight(int axis) |
| public void | setSize(float width, float height) |
| public void | paint(Graphics g, Shape allocation) |
| public Shape | getChildAllocation(int index, Shape a) |
| public Shape | modelToView(int pos, Shape a, Position.Bias b) |
| public int | viewToModel(float x, float y, Shape a, Position.Bias[] bias) |
| public float | getAlignment(int axis) |
| public float | getPreferredSpan(int axis) |
| public float | getMinimumSpan(int axis) |
| public float | getMaximumSpan(int axis) |
| protected boolean | isAllocationValid() |
| protected boolean | isBefore(int x, int y, Rectangle innerAlloc) |
| protected boolean | isAfter(int x, int y, Rectangle innerAlloc) |
| protected View | getViewAtPoint(int x, int y, Rectangle alloc) |
| protected void | childAllocation(int index, Rectangle alloc) |
| protected void | layout(int width, int height) |
| public int | getWidth() |
| public int | getHeight() |
| protected void | layoutMajorAxis(int targetSpan, int axis, int[] offsets, int[] spans) |
| protected void | layoutMinorAxis(int targetSpan, int axis, int[] offsets, int[] spans) |
| protected SizeRequirements | calculateMajorAxisRequirements(int axis, SizeRequirements r) |
| protected SizeRequirements | calculateMinorAxisRequirements(int axis, SizeRequirements r) |
| protected void | baselineLayout(int targetSpan, int axis, int[] offsets, int[] spans) |
| protected SizeRequirements | baselineRequirements(int axis, SizeRequirements r) |
| protected int | getOffset(int axis, int childIndex) |
| protected int | getSpan(int axis, int childIndex) |
| protected boolean | flipEastAndWestAtEnds(int position, Position.Bias bias) |