de.javagl.viewer.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of viewer-core Show documentation
Show all versions of viewer-core Show documentation
A Java Swing Panel that allows rotation, translation and zooming
The newest version!
/**
* A generic viewer, like a JPanel
that allows rotating,
* panning and zooming the view
*
* The {@link de.javagl.viewer.Viewer} is a JPanel
that
* manages the interaction of rotation, panning and zooming, and
* delegates the work of painting to implementations of the
* {@link de.javagl.viewer.Painter} interface.
*/
package de.javagl.viewer;