Uses of Class java.awt.geom.Area

Uses in package java.awt.geom

Methods with parameter type java.awt.geom.Area

void
Area.add(Area area)
Performs an add (union) operation on this area with another Area.
boolean
Compares two Areas.
void
Performs an exclusive-or operation on this Area.
void
Performs an intersection operation on this Area.
void
Performs a subtraction operation on this Area.

Methods with return type java.awt.geom.Area

Area
Returns a new Area equal to this one, transformed by the AffineTransform at.