org.gjt.universe
Class GalaxyGlobular.GlobularCluster

java.lang.Object
  |
  +--org.gjt.universe.GalaxyGlobular.GlobularCluster
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
GalaxyGlobular

private class GalaxyGlobular.GlobularCluster
extends java.lang.Object
implements java.io.Serializable

This internal class is used to encapsulate a globular cluster inside globular galaxy.


Field Summary
 int capacity
           
 Coord center
           
 Coord span
           
 
Constructor Summary
GalaxyGlobular.GlobularCluster(Coord in_center, Coord in_span, int in_capacity)
           
 
Method Summary
 void decrementCapacity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

center

public Coord center

span

public Coord span

capacity

public int capacity
Constructor Detail

GalaxyGlobular.GlobularCluster

public GalaxyGlobular.GlobularCluster(Coord in_center,
                                      Coord in_span,
                                      int in_capacity)
Method Detail

decrementCapacity

public void decrementCapacity()


Copyright © 2001 Universe Dev Team All Rights Reserved.