Interface AwtShapeCompatible
-
- All Implemented Interfaces:
public interface AwtShapeCompatible
Anything which can be represented as a java.awt.Shape.
-
-
Method Summary
Modifier and Type Method Description abstract Shape
asAwtShape()
-
-
Method Detail
-
asAwtShape
abstract Shape asAwtShape()
- Returns:
a copy of itself in form of a java.awt.Shape.
-
-
-
-