multivalent.node
public class IZoom extends INode
Version: $Revision: 1.2 $ $Date: 2002/02/02 13:41:39 $
Field Summary | |
---|---|
int | Zoom Zoom factor, in percent. |
Constructor Summary | |
---|---|
IZoom(String name, Map<String,Object> attrs, INode parent) |
Method Summary | |
---|---|
boolean | eventNode(AWTEvent e, Point rel) Scale down from zoomed visual to non-zoomed coordinates. |
boolean | formatNode(int width, int height, Context cx) Scale up formatted dimensions by zoom factor. |
void | paintNode(Rectangle docclip, Context cx) Scale up from non-zoomed coordinates to zoomed visual. |