es.prodevelop.gvsig.mobile.fmap.core
Class FDot

java.lang.Object
  extended byes.prodevelop.gvsig.mobile.fmap.core.FPoint2D
      extended byes.prodevelop.gvsig.mobile.fmap.core.FDot
All Implemented Interfaces:
FShape, java.io.Serializable, java.awt.Shape

public class FDot
extends FPoint2D

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface es.prodevelop.gvsig.mobile.fmap.core.FShape
ARC, CIRCLE, ELLIPSE, LINE, MULTI, MULTIPOINT, NULL, POINT, POLYGON, TEXT, Z
 
Constructor Summary
FDot()
           
FDot(double x, double y)
           
FDot(java.awt.geom.Point2D p)
           
 
Methods inherited from class es.prodevelop.gvsig.mobile.fmap.core.FPoint2D
cloneFShape, contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, getSelectHandlers, getShapeType, getStretchingHandlers, getX, getY, intersects, intersects, reProject, transform
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FDot

public FDot(double x,
            double y)

FDot

public FDot()

FDot

public FDot(java.awt.geom.Point2D p)