All Downloads are FREE. Search and download functionalities are using the official Maven repository.

prefuse.controls.package.html Maven / Gradle / Ivy

Go to download

Prefuse is a set of software tools for creating rich interactive data visualizations in the Java programming language.

The newest version!

Control modules for incorporating interaction in prefuse Displays. Examples include clicking a node to make it the new focus, dragging nodes to change their position, and performing pan and zoom operations. To add one of these controls to a visualization, create a new instance of the desired control and register it using the {@link prefuse.Display#addControlListener(Control)} method of the {@link prefuse.Display} class. Custom Controls can easily be constructed by implementing the {@link prefuse.controls.Control} interface, or, more conveniently, by subclassing the {@link prefuse.controls.ControlAdapter} class.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy