org.gephi.datalab.api.package.html Maven / Gradle / Ivy
Data Laboratory API, all capabilites are exposed through various controllers.
Use the various controllers to perform the same actions programatically
as the Data Laboratory UI is doing. Use Lookup
to find
controllers, for instance:
AttributeColumnsController acc = Lookup.getDefault().lookup(AttributeColumnsController.class);
Note that all operations are done on the current workspace
© 2015 - 2025 Weber Informatics LLC | Privacy Policy