org.gvsig.fmap.geom.primitive.impl
Class GeneralPathAdapter

java.lang.Object
  extended by org.gvsig.fmap.geom.primitive.impl.GeneralPathAdapter
All Implemented Interfaces:
Shape

Deprecated.

public class GeneralPathAdapter
extends Object
implements Shape

Version:
$Id$
Author:
gvSIG Team

Constructor Summary
GeneralPathAdapter(AffineTransform affineTransform, GeneralPathX generalPathX)
          Deprecated.  
 
Method Summary
 boolean contains(double x, double y)
          Deprecated.  
 boolean contains(double x, double y, double w, double h)
          Deprecated.  
 boolean contains(Point2D p)
          Deprecated.  
 boolean contains(Rectangle2D r)
          Deprecated.  
 Rectangle getBounds()
          Deprecated.  
 Rectangle2D getBounds2D()
          Deprecated.  
 PathIterator getPathIterator(AffineTransform at)
          Deprecated.  
 PathIterator getPathIterator(AffineTransform at, double flatness)
          Deprecated.  
 boolean intersects(double x, double y, double w, double h)
          Deprecated.  
 boolean intersects(Rectangle2D r)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralPathAdapter

public GeneralPathAdapter(AffineTransform affineTransform,
                          GeneralPathX generalPathX)
Deprecated. 
Method Detail

getBounds

public Rectangle getBounds()
Deprecated. 
Specified by:
getBounds in interface Shape

getBounds2D

public Rectangle2D getBounds2D()
Deprecated. 
Specified by:
getBounds2D in interface Shape

contains

public boolean contains(double x,
                        double y)
Deprecated. 
Specified by:
contains in interface Shape

contains

public boolean contains(Point2D p)
Deprecated. 
Specified by:
contains in interface Shape

intersects

public boolean intersects(double x,
                          double y,
                          double w,
                          double h)
Deprecated. 
Specified by:
intersects in interface Shape

intersects

public boolean intersects(Rectangle2D r)
Deprecated. 
Specified by:
intersects in interface Shape

contains

public boolean contains(double x,
                        double y,
                        double w,
                        double h)
Deprecated. 
Specified by:
contains in interface Shape

contains

public boolean contains(Rectangle2D r)
Deprecated. 
Specified by:
contains in interface Shape

getPathIterator

public PathIterator getPathIterator(AffineTransform at)
Deprecated. 
Specified by:
getPathIterator in interface Shape

getPathIterator

public PathIterator getPathIterator(AffineTransform at,
                                    double flatness)
Deprecated. 
Specified by:
getPathIterator in interface Shape


Copyright © 2004-2012 gvSIG. All Rights Reserved.