public interface FShape
extends java.awt.Shape, java.io.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(java.awt.geom.AffineTransform at)
Deprecated.
Executes a 2D transformation on this shape, using six parameters.
|
int getShapeType()
FShape cloneFShape()
void reProject(ICoordTrans ct)
ct - the transformation coordinatesHandler[] getStretchingHandlers()
Handler[] getSelectHandlers()
void transform(java.awt.geom.AffineTransform at)
at - object that allows execute the affine transformationAffineTransform