public interface AttributeValueManipulatorBuilder
This interface is used for providing AttributeValueManipulator instances using the Netbeans Lookup but avoiding the singleton it causes.
Each AttributeValueManipulator should have a AttributeValueManipulatorBuilder
with @ServiceProvider(service=AttributeValueManipulatorBuilder.class) annotation to be public.
| Modifier and Type | Method and Description |
|---|---|
AttributeValueManipulator |
getAttributeValueManipulator() |
AttributeValueManipulator getAttributeValueManipulator()
Copyright © 2007–2016 Gephi Consortium. All rights reserved.