Class ShapeDuplicator<T extends javafx.scene.shape.Shape>
java.lang.Object
org.fulib.fx.duplicate.duplicators.NodeDuplicator<T>
org.fulib.fx.duplicate.duplicators.ShapeDuplicator<T>
- All Implemented Interfaces:
Duplicator<T>
- Direct Known Subclasses:
TextDuplicator
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ShapeDuplicator
public ShapeDuplicator()
-
-
Method Details
-
duplicate
Description copied from interface:DuplicatorDuplicates the given object.- Specified by:
duplicatein interfaceDuplicator<T extends javafx.scene.shape.Shape>- Overrides:
duplicatein classNodeDuplicator<T extends javafx.scene.shape.Shape>- Parameters:
shape- The object to duplicate- Returns:
- The duplicated object
-