| Modifier and Type | Method and Description |
|---|---|
static ElementCloneFlags |
ElementCloneFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ElementCloneFlags[] |
ElementCloneFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.clone(java.util.EnumSet<ElementCloneFlags> cloneFlags)
Makes a copy of the container.
|
Element |
Element.clone(java.util.EnumSet<ElementCloneFlags> cloneFlags)
Makes a copy of the element.
|
Group |
Group.clone(java.util.EnumSet<ElementCloneFlags> cloneFlags)
Makes a copy of the group.
|
Image |
Image.clone(java.util.EnumSet<ElementCloneFlags> cloneFlags)
Makes a copy of the image.
|
Path |
Path.clone(java.util.EnumSet<ElementCloneFlags> cloneFlags)
Makes a copy of the path.
|
Text |
Text.clone(java.util.EnumSet<ElementCloneFlags> cloneFlags)
Makes a copy of the text.
|