|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.grelf.grip.Gnomonic
public class Gnomonic
Performs gnomonic projections and inverse gnomonic projections. Image size is generally enlarged so that the projected image is not clipped.
Constructor Summary | |
---|---|
Gnomonic()
|
Method Summary | |
---|---|
static java.awt.image.BufferedImage |
inverseProjection(java.awt.image.BufferedImage src,
int focalLength)
Project from plane to sphere. |
static void |
inverseProjection(ImFrame imf)
Project from plane to sphere. |
static java.awt.image.BufferedImage |
projection(java.awt.image.BufferedImage src,
int focalLength)
Project from sphere to plane. |
static void |
projection(ImFrame imf)
Project from sphere to plane. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Gnomonic()
Method Detail |
---|
public static void inverseProjection(ImFrame imf)
public static java.awt.image.BufferedImage inverseProjection(java.awt.image.BufferedImage src, int focalLength)
public static void projection(ImFrame imf)
public static java.awt.image.BufferedImage projection(java.awt.image.BufferedImage src, int focalLength)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |