unbboolean.gui.save
Class SaveConeSolid

java.lang.Object
  |
  +--unbboolean.gui.save.SaveSolid
        |
        +--unbboolean.gui.save.SavePrimitiveSolid
              |
              +--unbboolean.gui.save.SaveConeSolid
All Implemented Interfaces:
java.io.Serializable

public class SaveConeSolid
extends SavePrimitiveSolid

Class representing a cone solid to be saved

Author:
Danilo Balby Silva Castanheira(danbalby@yahoo.com)
See Also:
Serialized Form

Constructor Summary
SaveConeSolid(ConeSolid solid)
          Constructs a SaveConeSolid object based on a ConeSolid object
 
Method Summary
 CSGSolid getSolid()
          Gets the solid corresponding to this save solid
 
Methods inherited from class unbboolean.gui.save.SaveSolid
getSaveSolid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveConeSolid

public SaveConeSolid(ConeSolid solid)
Constructs a SaveConeSolid object based on a ConeSolid object

Parameters:
solid - cone solid to be saved
Method Detail

getSolid

public CSGSolid getSolid()
Gets the solid corresponding to this save solid

Specified by:
getSolid in class SaveSolid
Returns:
the solid corresponding to this save solid