de.jreality.util
Class EncompassFactory

java.lang.Object
  extended by de.jreality.util.EncompassFactory

public class EncompassFactory
extends java.lang.Object


Constructor Summary
EncompassFactory()
           
 
Method Summary
 SceneGraphPath getAvatarPath()
           
 SceneGraphPath getCameraPath()
           
 double getMargin()
           
 int getMetric()
           
 SceneGraphPath getScenePath()
           
 boolean isClippingPlanes()
           
 boolean isStereoParameters()
           
 void setAvatarPath(SceneGraphPath avatarPath)
           
 void setCameraPath(SceneGraphPath cameraPath)
           
 void setClippingPlanes(boolean clippingPlanes)
           
 void setMargin(double margin)
           
 void setMetric(int metric)
           
 void setScenePath(SceneGraphPath scenePath)
           
 void setStereoParameters(boolean stereoParameters)
           
 void update()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncompassFactory

public EncompassFactory()
Method Detail

update

public void update()

getAvatarPath

public SceneGraphPath getAvatarPath()

setAvatarPath

public void setAvatarPath(SceneGraphPath avatarPath)

getScenePath

public SceneGraphPath getScenePath()

setScenePath

public void setScenePath(SceneGraphPath scenePath)

getCameraPath

public SceneGraphPath getCameraPath()

setCameraPath

public void setCameraPath(SceneGraphPath cameraPath)

getMargin

public double getMargin()

setMargin

public void setMargin(double margin)

getMetric

public int getMetric()

setMetric

public void setMetric(int metric)

isClippingPlanes

public boolean isClippingPlanes()

setClippingPlanes

public void setClippingPlanes(boolean clippingPlanes)

isStereoParameters

public boolean isStereoParameters()

setStereoParameters

public void setStereoParameters(boolean stereoParameters)