|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Añade el tipo de la shape a la interfaz java.awt.Shape
Field Summary | |
static int |
ARC
|
static int |
CIRCLE
|
static int |
ELLIPSE
|
static int |
LINE
|
static int |
MULTI
|
static int |
MULTIPOINT
|
static int |
NULL
|
static int |
POINT
|
static int |
POLYGON
|
static int |
TEXT
|
static int |
Z
|
Method Summary | |
FShape |
cloneFShape()
Clona FShape. |
Handler[] |
getSelectHandlers()
Returns the hanlers they utilized to select the geometries. |
int |
getShapeType()
Obtiene el tipo de shape que contiene. |
Handler[] |
getStretchingHandlers()
Returns the handlers they utilized to stretch the geometries. |
boolean |
intersects(java.awt.geom.Rectangle2D r)
|
void |
reProject(ICoordTrans ct)
Reprojecta el FShape. |
void |
transform(java.awt.geom.AffineTransform at)
|
Methods inherited from interface java.awt.Shape |
contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, intersects |
Field Detail |
public static final int NULL
public static final int POINT
public static final int LINE
public static final int POLYGON
public static final int TEXT
public static final int MULTI
public static final int MULTIPOINT
public static final int CIRCLE
public static final int ARC
public static final int ELLIPSE
public static final int Z
Method Detail |
public int getShapeType()
public FShape cloneFShape()
public void reProject(ICoordTrans ct)
ct
- Coordenadas de transformación.public Handler[] getStretchingHandlers()
public Handler[] getSelectHandlers()
public void transform(java.awt.geom.AffineTransform at)
public boolean intersects(java.awt.geom.Rectangle2D r)
intersects
in interface java.awt.Shape
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |