public class ShapeUtil
extends java.lang.Object
Constructor and Description |
---|
ShapeUtil() |
Modifier and Type | Method and Description |
---|---|
static java.awt.Shape |
clone(java.awt.Shape shape) |
static boolean |
equals(java.awt.Shape shapeA,
java.awt.Shape shapeB) |
static java.awt.Shape |
intersection(java.awt.Shape s1,
java.awt.Shape s2) |
static java.awt.Shape |
inverseTransform(java.awt.Shape s,
java.awt.geom.AffineTransform tx) |
static java.awt.Shape |
transform(java.awt.Shape s,
java.awt.geom.AffineTransform tx) |
public static java.awt.Shape clone(java.awt.Shape shape)
public static boolean equals(java.awt.Shape shapeA, java.awt.Shape shapeB)
public static java.awt.Shape intersection(java.awt.Shape s1, java.awt.Shape s2)
public static java.awt.Shape inverseTransform(java.awt.Shape s, java.awt.geom.AffineTransform tx)
public static java.awt.Shape transform(java.awt.Shape s, java.awt.geom.AffineTransform tx)