unbboolean.gui.save
Class SavePrimitiveSolid

java.lang.Object
  |
  +--unbboolean.gui.save.SaveSolid
        |
        +--unbboolean.gui.save.SavePrimitiveSolid
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SaveBoxSolid, SaveConeSolid, SaveCylinderSolid, SaveSphereSolid

public abstract class SavePrimitiveSolid
extends SaveSolid

Class representing a primitive solid to be saved

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

Constructor Summary
SavePrimitiveSolid(PrimitiveSolid solid)
          Constructs a SavePrimitiveSolid object based on a PrimitiveSolid object
 
Methods inherited from class unbboolean.gui.save.SaveSolid
getSaveSolid, getSolid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SavePrimitiveSolid

public SavePrimitiveSolid(PrimitiveSolid solid)
Constructs a SavePrimitiveSolid object based on a PrimitiveSolid object

Parameters:
solid - primitive solid to be saved