| Package | Description |
|---|---|
| com.yworks.yfiles.algorithms | |
| com.yworks.yfiles.graph.portlocationmodels |
Contains interfaces and default implementations for port location models.
|
| com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
| com.yworks.yfiles.utils |
Contains classes and interfaces which support the yFiles collection and event handling framework,
and other utility classes.
|
| com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
| Modifier and Type | Method and Description |
|---|---|
IEnumerator<Object> |
YList.enumerator()
Returns an enumerator that iterates through this collection.
|
| Constructor and Description |
|---|
YList(IEnumerator e)
Creates a list that is initialized with the elements provided by the given enumerator object.
|
| Modifier and Type | Method and Description |
|---|---|
IEnumerator<IPortLocationModelParameter> |
GenericPortLocationModel.enumerator() |
| Modifier and Type | Method and Description |
|---|---|
IEnumerator<Object> |
PortCandidateSet.getEntries()
|
| Modifier and Type | Field and Description |
|---|---|
static IEnumerator |
IEnumerator.EMPTY
An
IEnumerator that is always empty. |
| Modifier and Type | Method and Description |
|---|---|
static <T> IEnumerator<T> |
IEnumerator.concat(IEnumerator<? extends T> first,
IEnumerator<? extends T> second)
Creates a composite enumerator that enumerates two given enumerators one after the other.
|
IEnumerator<T> |
ObservableCollection.enumerator()
Returns an enumerator over the elements in this collection.
|
IEnumerator<T> |
IEnumerable.enumerator()
Returns an
IEnumerator over a set of elements of type T. |
| Modifier and Type | Method and Description |
|---|---|
static <T> IEnumerator<T> |
IEnumerator.concat(IEnumerator<? extends T> first,
IEnumerator<? extends T> second)
Creates a composite enumerator that enumerates two given enumerators one after the other.
|
static <T> IEnumerator<T> |
IEnumerator.concat(IEnumerator<? extends T> first,
IEnumerator<? extends T> second)
Creates a composite enumerator that enumerates two given enumerators one after the other.
|
default Object[] |
IEnumerator.toArray(IEnumerator<T> e,
int size)
Similar to
Collection.toArray(), this method creates
an array that contains the items of the given IEnumerator. |
default <E> E[] |
IEnumerator.toArray(IEnumerator<T> e,
int size,
E[] a)
Similar to
Collection.toArray(Object[]), this method creates
an array that contains the items of the given IEnumerator. |
| Modifier and Type | Method and Description |
|---|---|
IEnumerator<IStripe> |
StripeSelection.enumerator() |
IEnumerator<IModelItem> |
GraphSelection.enumerator()
Returns an enumerator that iterates through the collection of all selected elements.
|
IEnumerator<T> |
DefaultSelectionModel.enumerator() |