| Package | Description |
|---|---|
| com.mware.ge |
| 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 © 2016–2021 MWARE SOLUTIONS. All rights reserved.