org.apache.batik.swing

Class JSVGCanvas.AffineAction

public class JSVGCanvas.AffineAction extends AbstractAction

A swing action to append an affine transform to the current rendering transform. Before the rendering transform is applied the method translates the center of the display to 0,0 so scale and rotate occur around the middle of the display.
Constructor Summary
AffineAction(AffineTransform at)
Method Summary
voidactionPerformed(ActionEvent evt)

Constructor Detail

AffineAction

public AffineAction(AffineTransform at)

Method Detail

actionPerformed

public void actionPerformed(ActionEvent evt)
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.