SUMMARY:
java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.apache.batik.ext.swing.JGridBagPanel
org.apache.batik.ext.swing.JAffineTransformChooser
- All Implemented Interfaces:
- ImageObserver, MenuContainer, Serializable, Accessible, GridBagConstants
public class JAffineTransformChooser
- extends JGridBagPanel
The JAffineTransformChooser is a pane that contains
controls to let a user select the various components that
make up an AffineTransform
- See Also:
- Serialized Form
LABEL_ANGLE
public static final String LABEL_ANGLE
- See Also:
- Constant Field Values
LABEL_DEGREE
public static final String LABEL_DEGREE
- See Also:
- Constant Field Values
LABEL_PERCENT
public static final String LABEL_PERCENT
- See Also:
- Constant Field Values
LABEL_ROTATE
public static final String LABEL_ROTATE
- See Also:
- Constant Field Values
LABEL_SCALE
public static final String LABEL_SCALE
- See Also:
- Constant Field Values
LABEL_RX
public static final String LABEL_RX
- See Also:
- Constant Field Values
LABEL_RY
public static final String LABEL_RY
- See Also:
- Constant Field Values
LABEL_SX
public static final String LABEL_SX
- See Also:
- Constant Field Values
LABEL_SY
public static final String LABEL_SY
- See Also:
- Constant Field Values
LABEL_TRANSLATE
public static final String LABEL_TRANSLATE
- See Also:
- Constant Field Values
LABEL_TX
public static final String LABEL_TX
- See Also:
- Constant Field Values
LABEL_TY
public static final String LABEL_TY
- See Also:
- Constant Field Values
CONFIG_TEXT_FIELD_WIDTH
public static final String CONFIG_TEXT_FIELD_WIDTH
- See Also:
- Constant Field Values
CONFIG_TOP_PAD
public static final String CONFIG_TOP_PAD
- See Also:
- Constant Field Values
CONFIG_LEFT_PAD
public static final String CONFIG_LEFT_PAD
- See Also:
- Constant Field Values
CONFIG_BOTTOM_PAD
public static final String CONFIG_BOTTOM_PAD
- See Also:
- Constant Field Values
CONFIG_RIGHT_PAD
public static final String CONFIG_RIGHT_PAD
- See Also:
- Constant Field Values
txf
protected AffineTransform txf
- The AffineTransform value represented by the
chooser
txModel
protected DoubleDocument txModel
- The Model for the x-axis translate component
tyModel
protected DoubleDocument tyModel
- The Model for the y-axis translate component
sxModel
protected DoubleDocument sxModel
- The Model for the x-axis scale component
syModel
protected DoubleDocument syModel
- The Model for the y-axis scale component
rxModel
protected DoubleDocument rxModel
- The Model for the x-axis rotation center
ryModel
protected DoubleDocument ryModel
- The Model for the y-axis rotation center
rotateModel
protected DoubleDocument rotateModel
- The Model for the rotation
RAD_TO_DEG
protected static final double RAD_TO_DEG
- See Also:
- Constant Field Values
DEG_TO_RAD
protected static final double DEG_TO_RAD
- See Also:
- Constant Field Values
JAffineTransformChooser
public JAffineTransformChooser()
- Default constructor