|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--unbboolean.gui.save.SaveSolid
Class representing a solid to be saved
Constructor Summary | |
SaveSolid(CSGSolid solid)
Constructs a SaveSolid object based on a CSGSolid object |
Method Summary | |
static SaveSolid |
getSaveSolid(CSGSolid solid)
Gets the save solid corresponding to a save solid |
abstract CSGSolid |
getSolid()
Gets the solid corresponding to this save solid |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SaveSolid(CSGSolid solid)
solid
- solid to be savedMethod Detail |
public static SaveSolid getSaveSolid(CSGSolid solid)
public abstract CSGSolid getSolid()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |