com.partnersoft.gui
Class SphericalImageViewer

java.lang.Object
  extended by com.partnersoft.gui.SphericalImageViewer

public class SphericalImageViewer
extends java.lang.Object


Constructor Summary
SphericalImageViewer()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SphericalImageViewer

public SphericalImageViewer()
Method Detail

getRotation

public double getRotation()

getTilt

public double getTilt()

setImageFile

public void setImageFile(VfsFile newFile)

setRotation

public void setRotation(double newRotation)

setTilt

public void setTilt(double newTilt)

getImageFile

public VfsFile getImageFile()

getScale

public double getScale()

setScale

public void setScale(double scale)

reset

public void reset()

getGui

public javax.swing.JComponent getGui()

test

public static void test()