org.opensourcephysics.display3d.simple3d
Class Resolution

java.lang.Object
  extended by org.opensourcephysics.display3d.core.Resolution
      extended by org.opensourcephysics.display3d.simple3d.Resolution

public class Resolution
extends Resolution


Nested Class Summary
 
Nested classes/interfaces inherited from class org.opensourcephysics.display3d.core.Resolution
Resolution.ResolutionLoader
 
Field Summary
 
Fields inherited from class org.opensourcephysics.display3d.core.Resolution
DIVISIONS, MAX_LENGTH
 
Constructor Summary
Resolution(double max)
          Constructor Resolution
Resolution(int n1, int n2, int n3)
          Constructor Resolution
 
Method Summary
 
Methods inherited from class org.opensourcephysics.display3d.core.Resolution
getLoader, getMaxLength, getN1, getN2, getN3, getType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resolution

public Resolution(double max)
Constructor Resolution

Parameters:
max -

Resolution

public Resolution(int n1,
                  int n2,
                  int n3)
Constructor Resolution

Parameters:
n1 -
n2 -
n3 -