Uses of Class
cz.cuni.jagrlib.piece.CornellBox.Interior

Packages that use CornellBox.Interior
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of CornellBox.Interior in cz.cuni.jagrlib.piece
 

Fields in cz.cuni.jagrlib.piece declared as CornellBox.Interior
protected  CornellBox.Interior CornellBox.interior
          Actually used number of boxes.
 

Methods in cz.cuni.jagrlib.piece that return CornellBox.Interior
static CornellBox.Interior CornellBox.Interior.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CornellBox.Interior[] CornellBox.Interior.values()
          Returns an array containing the constants of this enum type, in the order they are declared.