org.stellarium.projector
Class ViewportDistorter.ViewportDistorterDummy

java.lang.Object
  extended by org.stellarium.projector.ViewportDistorter
      extended by org.stellarium.projector.ViewportDistorter.ViewportDistorterDummy
Enclosing class:
ViewportDistorter

static class ViewportDistorter.ViewportDistorterDummy
extends ViewportDistorter


Nested Class Summary
 
Nested classes/interfaces inherited from class org.stellarium.projector.ViewportDistorter
ViewportDistorter.ViewportDistorterDummy, ViewportDistorter.ViewportDistorterFisheyeToSphericMirror
 
Constructor Summary
ViewportDistorter.ViewportDistorterDummy()
           
 
Method Summary
 void distort()
           
 boolean distortXY(int x, int y)
           
 java.lang.String getType()
           
 void init(IniFileParser conf)
           
 
Methods inherited from class org.stellarium.projector.ViewportDistorter
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewportDistorter.ViewportDistorterDummy

ViewportDistorter.ViewportDistorterDummy()
Method Detail

getType

public java.lang.String getType()
Specified by:
getType in class ViewportDistorter

init

public void init(IniFileParser conf)
Specified by:
init in class ViewportDistorter

distort

public void distort()
Specified by:
distort in class ViewportDistorter

distortXY

public boolean distortXY(int x,
                         int y)