public interface FShape extends Shape, Serializable
The interface FShape extends Shape adding shape types, and allowing
to work with it as a geometry.
| Modifier and Type | Method and Description |
|---|---|
FShape |
cloneFShape()
Deprecated.
Creates and returns a shape equal and independent of this one.
|
Handler[] |
getSelectHandlers()
Deprecated.
Returns the handlers used to select the geometries.
|
int |
getShapeType()
Deprecated.
Gets the geometry type of this shape.
|
Handler[] |
getStretchingHandlers()
Deprecated.
Returns the handlers they utilized to stretch the geometries.
|
void |
reProject(ICoordTrans ct)
Deprecated.
Re-projects this shape using transformation coordinates.
|
void |
transform(AffineTransform at)
Deprecated.
Executes a 2D transformation on this shape, using six parameters.
|
contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, intersects, intersectsint getShapeType()
FShape cloneFShape()
void reProject(ICoordTrans ct)
ct - the transformation coordinatesHandler[] getStretchingHandlers()
Handler[] getSelectHandlers()
void transform(AffineTransform at)
at - object that allows execute the affine transformationAffineTransform