|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FShape
The interface FShape extends Shape adding shape types, and allowing
to work with it as a geometry.
| Method Summary | |
|---|---|
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(org.cresques.cts.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. |
| Methods inherited from interface java.awt.Shape |
|---|
contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, intersects, intersects |
| Method Detail |
|---|
int getShapeType()
FShape cloneFShape()
void reProject(org.cresques.cts.ICoordTrans ct)
ct - the transformation coordinatesHandler[] getStretchingHandlers()
Handler[] getSelectHandlers()
void transform(AffineTransform at)
at - object that allows execute the affine transformationAffineTransform
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||