public interface PropertyExecutor
FilterProperty| Modifier and Type | Interface and Description |
|---|---|
static interface |
PropertyExecutor.Callback
Callback interface for setting value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setValue(FilterProperty property,
Object value,
PropertyExecutor.Callback callback)
Set
value on property in a safe way by using
callback. |
void setValue(FilterProperty property, Object value, PropertyExecutor.Callback callback)
value on property in a safe way by using
callback.property - the filter property that value is to be setvalue - the value that is to be setcallback - the callback function to be notified when setting has to
be doneCopyright © 2007–2015 Gephi Consortium. All rights reserved.