org.opensourcephysics.display3d.simple3d
Class Resolution

java.lang.Object
  extended byorg.opensourcephysics.display3d.core.Resolution
      extended byorg.opensourcephysics.display3d.simple3d.Resolution

public class Resolution
extends Resolution


Nested Class Summary
 
Nested classes 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)
           
Resolution(int n1, int n2, int n3)
           
 
Methods inherited from class org.opensourcephysics.display3d.core.Resolution
getLoader, getMaxLength, getN1, getN2, getN3, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resolution

public Resolution(double max)

Resolution

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