|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stellarium.projector.ViewportDistorter
public abstract class ViewportDistorter
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 |
---|
public ViewportDistorter()
Method Detail |
---|
public abstract java.lang.String getType()
public abstract void init(IniFileParser conf)
public abstract void distort()
public static ViewportDistorter create(java.lang.String type, int width, int height, Projector prj) throws StellariumException
StellariumException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |