org.stellarium.projector
Class ViewportDistorter

java.lang.Object
  extended by org.stellarium.projector.ViewportDistorter
Direct Known Subclasses:
ViewportDistorter.ViewportDistorterDummy, ViewportDistorter.ViewportDistorterFisheyeToSphericMirror

public abstract class ViewportDistorter
extends java.lang.Object

Version:
24 oct. 2006 00:53:23
Author:
Jerome Beau

Nested Class Summary
(package private) static class ViewportDistorter.ViewportDistorterDummy
           
(package private) static class ViewportDistorter.ViewportDistorterFisheyeToSphericMirror
           
 
Constructor Summary
ViewportDistorter()
           
 
Method Summary
static ViewportDistorter create(java.lang.String type, int width, int height, Projector prj)
           
abstract  void distort()
           
abstract  java.lang.String getType()
           
abstract  void init(IniFileParser conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewportDistorter

public ViewportDistorter()
Method Detail

getType

public abstract java.lang.String getType()

init

public abstract void init(IniFileParser conf)

distort

public abstract void distort()

create

public static ViewportDistorter create(java.lang.String type,
                                       int width,
                                       int height,
                                       Projector prj)
                                throws StellariumException
Throws:
StellariumException