Package com.vladsch.plugin.util.image
Interface TransformableShape
-
- All Known Subinterfaces:
DrawableShape
public interface TransformableShape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEmpty()@NotNull TransformableShapetransformedBoundsBy(@NotNull Transform transform)@NotNull TransformableShapetransformedBy(@NotNull Transform transform, com.vladsch.plugin.util.image.Rectangle bounds)
-
-
-
Method Detail
-
transformedBy
@NotNull @NotNull TransformableShape transformedBy(@NotNull @NotNull Transform transform, com.vladsch.plugin.util.image.Rectangle bounds)
-
transformedBoundsBy
@NotNull @NotNull TransformableShape transformedBoundsBy(@NotNull @NotNull Transform transform)
-
isEmpty
boolean isEmpty()
-
-