Generated by
JDiff

Class javax.swing.text.BoxView

Added Methods
void forwardUpdate(ElementChange, DocumentEvent, Shape, ViewFactory) Forward the given DocumentEvent to the child views that need to be notified of the change to the model.
int getAxis() Fetch the axis property.
void layoutChanged(int) Invalidate the layout along an axis.
void setAxis(int) Set the axis property.
 

Changed Methods
int getHeight() Change from final to non-final.
The current height of the box.
int getOffset(int, int) Change from final to non-final.
Fetch the offset of a particular childs current layout
int getSpan(int, int) Change from final to non-final.
Fetch the span of a particular childs current layout
int getWidth() Change from final to non-final.
The current width of the box.