Package com.treemap.swing.tagcloud
Class SwingShape
java.lang.Object
com.treemap.swing.tagcloud.SwingShape
- All Implemented Interfaces:
com.macrofocus.geom.Shape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(com.macrofocus.geom.Point2D point) com.macrofocus.geom.Rectangle2Dcom.macrofocus.geom.PathIteratorgetFlattenPathIterator(double flatness) com.macrofocus.geom.PathIteratorcom.macrofocus.geom.PathIteratorgetPathIterator(com.macrofocus.geom.AffineTransform at) booleanintersects(com.macrofocus.geom.Rectangle2D rect) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.macrofocus.geom.Shape
getBounds
-
Constructor Details
-
SwingShape
-
-
Method Details
-
getBounds2D
public com.macrofocus.geom.Rectangle2D getBounds2D()- Specified by:
getBounds2Din interfacecom.macrofocus.geom.Shape
-
contains
public boolean contains(com.macrofocus.geom.Point2D point) - Specified by:
containsin interfacecom.macrofocus.geom.Shape
-
intersects
public boolean intersects(com.macrofocus.geom.Rectangle2D rect) - Specified by:
intersectsin interfacecom.macrofocus.geom.Shape
-
getPathIterator
public com.macrofocus.geom.PathIterator getPathIterator()- Specified by:
getPathIteratorin interfacecom.macrofocus.geom.Shape
-
getPathIterator
public com.macrofocus.geom.PathIterator getPathIterator(com.macrofocus.geom.AffineTransform at) - Specified by:
getPathIteratorin interfacecom.macrofocus.geom.Shape
-
getFlattenPathIterator
public com.macrofocus.geom.PathIterator getFlattenPathIterator(double flatness) - Specified by:
getFlattenPathIteratorin interfacecom.macrofocus.geom.Shape
-