Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.geom.Area

Uses of Area in java.awt.geom
 

Methods in java.awt.geom that return Area
 Area Area.createTransformedArea(AffineTransform at)
          Returns a new Area equal to this one, transformed by the AffineTransform at.
 

Methods in java.awt.geom with parameters of type Area
 void Area.add(Area area)
          Performs an add (union) operation on this area with another Area.
 void Area.subtract(Area area)
          Performs a subtraction operation on this Area.
 void Area.intersect(Area area)
          Performs an intersection operation on this Area.
 void Area.exclusiveOr(Area area)
          Performs an exclusive-or operation on this Area.
 boolean Area.equals(Area area)
          Compares two Areas.