org.stellarium.astro
Class Planet.Ring

java.lang.Object
  extended by org.stellarium.astro.Planet.Ring
Enclosing class:
Planet

public static class Planet.Ring
extends java.lang.Object

Class to manage rings for planets like saturn


Field Summary
private  double radiusMax
           
private  double radiusMin
           
private  STexture tex
           
 
Constructor Summary
Planet.Ring(double radius_min, double radius_max, java.lang.String _texname)
           
 
Method Summary
 void draw(DefaultProjector prj, javax.vecmath.Matrix4d mat, double screen_sz)
           
 double getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

radiusMin

private final double radiusMin

radiusMax

private final double radiusMax

tex

private STexture tex
Constructor Detail

Planet.Ring

Planet.Ring(double radius_min,
            double radius_max,
            java.lang.String _texname)
      throws StellariumException
Throws:
StellariumException
Method Detail

getSize

public double getSize()

draw

public void draw(DefaultProjector prj,
                 javax.vecmath.Matrix4d mat,
                 double screen_sz)