| Klasse javax.swing.text.FieldView | 1.2 |
java.lang.Object
|
+--javax.swing.text.View
|
+--javax.swing.text.PlainView
|
+--javax.swing.text.FieldView
| Konstruktoren | |
|---|---|
| public | FieldView(Element elem) |
| Methoden | |
|---|---|
| protected FontMetrics | getFontMetrics() |
| protected Shape | adjustAllocation(Shape a) |
| public void | paint(Graphics g, Shape a) |
| public float | getPreferredSpan(int axis) |
| public int | getResizeWeight(int axis) |
| public Shape | modelToView(int pos, Shape a, Position.Bias b) |
| public int | viewToModel(float fx, float fy, Shape a, Position.Bias[] bias) |
| public void | insertUpdate(DocumentEvent changes, Shape a, ViewFactory f) |
| public void | removeUpdate(DocumentEvent changes, Shape a, ViewFactory f) |