public void changedUpdate (FlowView fv, DocumentEvent e, Rectangle alloc)

Gives notification from the document that attributes were changed in a location that this view is responsible for.

Parameters:
fv    the FlowView containing the changes
e    the DocumentEvent describing the changes done to the Document
alloc    Bounds of the View

See also:
View.changedUpdate