| Klasse javax.swing.text.html.BlockView | 1.2 |
java.lang.Object
|
+--javax.swing.text.View
|
+--javax.swing.text.CompositeView
|
+--javax.swing.text.BoxView
|
+--javax.swing.text.html.BlockView
| Konstruktoren | |
|---|---|
| public | BlockView(Element elem, int axis) |
| Methoden | |
|---|---|
| public void | setParent(View parent) |
| protected SizeRequirements | calculateMajorAxisRequirements(int axis, SizeRequirements r) |
| protected SizeRequirements | calculateMinorAxisRequirements(int axis, SizeRequirements r) |
| protected void | layoutMinorAxis(int targetSpan, int axis, int[] offsets, int[] spans) |
| public void | paint(Graphics g, Shape allocation) |
| public AttributeSet | getAttributes() |
| public int | getResizeWeight(int axis) |
| public float | getAlignment(int axis) |
| public void | changedUpdate(DocumentEvent changes, Shape a, ViewFactory f) |
| public float | getPreferredSpan(int axis) |
| public float | getMinimumSpan(int axis) |
| public float | getMaximumSpan(int axis) |
| protected void | setPropertiesFromAttributes() |
| protected StyleSheet | getStyleSheet() |