| Package | Description |
|---|---|
| org.vertexium |
| Modifier and Type | Method and Description |
|---|---|
static ProgressCallback.Step |
ProgressCallback.Step.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgressCallback.Step[] |
ProgressCallback.Step.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressCallback.progress(double progressPercent,
ProgressCallback.Step step) |
abstract void |
ProgressCallback.progress(double progressPercent,
ProgressCallback.Step step,
Integer edgeIndex,
Integer vertexCount) |
Copyright © 2014–2017. All rights reserved.