public class SphericalImageViewer
extends java.lang.Object
| Constructor and Description |
|---|
SphericalImageViewer() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
getGui() |
VfsFile |
getImageFile() |
double |
getRotation() |
double |
getScale() |
double |
getTilt() |
void |
reset() |
void |
setImageFile(VfsFile newFile) |
void |
setRotation(double newRotation) |
void |
setScale(double scale) |
void |
setTilt(double newTilt) |
static void |
test() |
public double getRotation()
public double getTilt()
public void setImageFile(VfsFile newFile)
public void setRotation(double newRotation)
public void setTilt(double newTilt)
public VfsFile getImageFile()
public double getScale()
public void setScale(double scale)
public void reset()
public javax.swing.JComponent getGui()
public static void test()