Uses of Class
org.stellarium.projector.ViewportDistorter

Packages that use ViewportDistorter
org.stellarium   
org.stellarium.projector   
 

Uses of ViewportDistorter in org.stellarium
 

Fields in org.stellarium declared as ViewportDistorter
private  ViewportDistorter StelApp.distorter
           
 

Uses of ViewportDistorter in org.stellarium.projector
 

Subclasses of ViewportDistorter in org.stellarium.projector
(package private) static class ViewportDistorter.ViewportDistorterDummy
           
(package private) static class ViewportDistorter.ViewportDistorterFisheyeToSphericMirror
           
 

Methods in org.stellarium.projector that return ViewportDistorter
static ViewportDistorter ViewportDistorter.create(java.lang.String type, int width, int height, Projector prj)