intarsys CWT library

de.intarsys.cwt.common
Class ShapeWrapper

java.lang.Object
  extended by de.intarsys.cwt.common.ShapeWrapper
All Implemented Interfaces:
IGraphicsObject, IShape, de.intarsys.tools.geometry.IShapeWrapper, Shape

public class ShapeWrapper
extends Object
implements IShape, de.intarsys.tools.geometry.IShapeWrapper


Constructor Summary
ShapeWrapper(Shape shape)
           
 
Method Summary
 boolean contains(double x, double y)
           
 boolean contains(double x, double y, double w, double h)
           
 boolean contains(Point2D p)
           
 boolean contains(Rectangle2D r)
           
 Shape getBaseShape()
           
 Rectangle getBounds()
           
 Rectangle2D getBounds2D()
           
 Object getData()
           
 PathIterator getPathIterator(AffineTransform at)
           
 PathIterator getPathIterator(AffineTransform at, double flatness)
           
 Shape getShape()
           
 boolean intersects(double x, double y, double w, double h)
           
 boolean intersects(Rectangle2D r)
           
 void setData(Object pData)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeWrapper

public ShapeWrapper(Shape shape)
Method Detail

contains

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

contains

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

contains

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

contains

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

getBaseShape

public Shape getBaseShape()
Specified by:
getBaseShape in interface de.intarsys.tools.geometry.IShapeWrapper

getBounds

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

getBounds2D

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

getData

public Object getData()
Specified by:
getData in interface IGraphicsObject

getPathIterator

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

getPathIterator

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

getShape

public Shape getShape()

intersects

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

intersects

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

setData

public void setData(Object pData)
Specified by:
setData in interface IGraphicsObject

intarsys CWT library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.