net.sf.opensmus
Class LSymbol

java.lang.Object
  extended by net.sf.opensmus.LValue
      extended by net.sf.opensmus.LString
          extended by net.sf.opensmus.LSymbol

public class LSymbol
extends LString

Class representing a Lingo compatible Symbol value (LSymbol for short). Lingo is a trademark of Adobe, Inc. All rights reserved.


Field Summary
 
Fields inherited from class net.sf.opensmus.LValue
valueType, vt_3dTransform, vt_3dVector, vt_Color, vt_Date, vt_Float, vt_Integer, vt_List, vt_Media, vt_Picture, vt_Point, vt_PropList, vt_Rect, vt_String, vt_Symbol, vt_Void
 
Constructor Summary
LSymbol()
          Constructor.
LSymbol(java.lang.String initString)
          Constructor.
 
Method Summary
 void dump()
          Reserved for internal use of OpenSMUS.
 java.lang.String toString()
          Returns this LString as a Java String.
 
Methods inherited from class net.sf.opensmus.LString
extractFromBytes, getBytes, toString
 
Methods inherited from class net.sf.opensmus.LValue
fromRawBytes, getLValue, getLValue, getLValue, getLValue, getLValue, getType, setType, toBytes, toDouble, toInteger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LSymbol

public LSymbol(java.lang.String initString)
Constructor. Calls superclass (LString) methods


LSymbol

public LSymbol()
Constructor. Calls superclass (LString) methods

Method Detail

dump

public void dump()
Reserved for internal use of OpenSMUS.

Overrides:
dump in class LString

toString

public java.lang.String toString()
Description copied from class: LString
Returns this LString as a Java String.

Overrides:
toString in class LString