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