net.sf.opensmus
Class LPicture

java.lang.Object
  extended by net.sf.opensmus.LValue
      extended by net.sf.opensmus.LMedia
          extended by net.sf.opensmus.LPicture

public class LPicture
extends LMedia

Class representing a Lingo compatible picture value (LPicture for short). Lingo is a trademark of Macromedia, 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
LPicture()
          Constructor
LPicture(byte[] initImage)
          Constructor
 
Method Summary
 void dump()
          Reserved for internal use of OpenSMUS.
 
Methods inherited from class net.sf.opensmus.LMedia
extractFromBytes, getBytes, toBytes
 
Methods inherited from class net.sf.opensmus.LValue
fromRawBytes, getLValue, getLValue, getLValue, getLValue, getLValue, getType, setType, toDouble, toInteger, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LPicture

public LPicture(byte[] initImage)
Constructor


LPicture

public LPicture()
Constructor

Method Detail

dump

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

Overrides:
dump in class LMedia