|
Spec-Zone .ru
спецификации, руководства, описания, API
|
Affine objects.See: Description
| Class | Description |
|---|---|
| Affine |
The
Affine class represents a general affine transform. |
| AffineBuilder<B extends AffineBuilder<B>> | Deprecated
This class is deprecated and will be removed in the next version
|
| Rotate |
This class represents an
Affine object that rotates coordinates
around an anchor point. |
| RotateBuilder<B extends RotateBuilder<B>> | Deprecated
This class is deprecated and will be removed in the next version
|
| Scale |
This class represents an
Affine object that scales coordinates
by the specified factors. |
| ScaleBuilder<B extends ScaleBuilder<B>> | Deprecated
This class is deprecated and will be removed in the next version
|
| Shear |
This class represents an
Affine object that shears coordinates
by the specified multipliers. |
| ShearBuilder<B extends ShearBuilder<B>> | Deprecated
This class is deprecated and will be removed in the next version
|
| Transform |
This class is a base class for different affine transformations.
|
| TransformChangedEvent |
This event is fired on a transform when any of its properties changes.
|
| Translate |
This class represents an
Affine object that translates coordinates
by the specified factors. |
| TranslateBuilder<B extends TranslateBuilder<B>> | Deprecated
This class is deprecated and will be removed in the next version
|
| Enum | Description |
|---|---|
| MatrixType |
Specifies type of transformation matrix.
|
| Exception | Description |
|---|---|
| NonInvertibleTransformException |
The
NonInvertibleTransformException class represents
an exception that is thrown if an operation is performed requiring
the inverse of a Transform object which is in a non-invertible state. |
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for Affine objects.
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to .