Package se.datadosen.jalbum
Class PhotoSphere.Model
java.lang.Object
se.datadosen.jalbum.PhotoSphere.Model
- Enclosing class:
PhotoSphere
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
double
int
int
int
double
double
double
int
hashCode()
void
read
(com.adobe.internal.xmp.XMPMeta meta) void
setFieldOfView
(double fieldOfView) void
setInitialViewHeading
(int initialViewHeading) void
setInitialViewPitch
(int initialViewPitch) void
setInitialViewRoll
(int initialViewRoll) void
setPoseHeading
(double poseHeading) void
setPosePitch
(double posePitch) void
setPoseRoll
(double poseRoll) void
setProjectionType
(String projectionType) void
write
(com.adobe.internal.xmp.XMPMeta meta)
-
Constructor Details
-
Model
public Model()
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
getProjectionType
-
setProjectionType
-
getFieldOfView
public double getFieldOfView() -
setFieldOfView
public void setFieldOfView(double fieldOfView) -
getPoseHeading
public double getPoseHeading() -
setPoseHeading
public void setPoseHeading(double poseHeading) -
getPosePitch
public double getPosePitch() -
setPosePitch
public void setPosePitch(double posePitch) -
getPoseRoll
public double getPoseRoll() -
setPoseRoll
public void setPoseRoll(double poseRoll) -
getInitialViewHeading
public int getInitialViewHeading() -
setInitialViewHeading
public void setInitialViewHeading(int initialViewHeading) -
getInitialViewPitch
public int getInitialViewPitch() -
setInitialViewPitch
public void setInitialViewPitch(int initialViewPitch) -
getInitialViewRoll
public int getInitialViewRoll() -
setInitialViewRoll
public void setInitialViewRoll(int initialViewRoll) -
read
public void read(com.adobe.internal.xmp.XMPMeta meta) throws com.adobe.internal.xmp.XMPException - Throws:
com.adobe.internal.xmp.XMPException
-
write
public void write(com.adobe.internal.xmp.XMPMeta meta) throws com.adobe.internal.xmp.XMPException - Throws:
com.adobe.internal.xmp.XMPException
-