public class SelectionCopy
extends java.lang.Object
Constructor and Description |
---|
SelectionCopy(DiagramItemList items,
DiagramItemList originalItems,
GroupList groups)
Initializes a new instance of the SelectionCopy class.
|
Modifier and Type | Method and Description |
---|---|
GroupList |
getGroups()
Gets the underlying collection of groups.
|
DiagramItemList |
getItems()
Gets the underlying collection of items.
|
DiagramItemList |
getOriginalItems()
Gets a collection of the original items.
|
public SelectionCopy(DiagramItemList items, DiagramItemList originalItems, GroupList groups)
items
- A collection containing the item copies.originalItems
- A collection containing the original items.groups
- A collection containing the group copies.public GroupList getGroups()
public DiagramItemList getItems()
public DiagramItemList getOriginalItems()