BlueSpray - Help
© SchoonerTurtles, Inc. 2012-2015

Introduction
Contents
Getting Started
Download
Navigating
Tutorials
Scripting
Advanced
About

Class STBase

This is the base class for all SchoonerTurtle classes and provides functionality to:


  • Saving and loading of object contents to and from XML files ("stx" files)



And defines:


  • Getting the object's name

  • Having a parent

  • Get and set settings (typically as part of loading and saving xml files)



* The base class does not have a constructor and does not have any member variables
making it's creation very fast. This allows it to be used to classes such as
STEdge which must be created and destroyed very quickly.


Copyright, SchoonerTurtles LLP, 2009
@author Jim Graham

Object Functions

ReturnsFunctionThrows
Object clone()  
String toString()  

Object Functions


Object clone()  

This is just here as a place holder so the subclasses do not have to catch the
"clone not supported" exception.

Returns: new cloned object


String toString()  

Creates a string describing the content of the object.

Returns: