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

de.javagl.viewer.package-info Maven / Gradle / Ivy

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;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy