Packagecom.mousman.as3.agal.parser.verticeswriter
Classpublic class WriterSet
InheritanceWriterSet Inheritance Object

WriterSet contains an Id , a IMBytesArrayWriter and the dataPerVertex used for the writer



Public Properties
 PropertyDefined By
  dataPerVertex : int
[read-only] dataPerVertex used for the writer
WriterSet
  id : String
[read-only] id of the WriterSet instance
WriterSet
  writer : IMBytesArrayWriter
IMBytesArrayWriter
WriterSet
Public Methods
 MethodDefined By
  
WriterSet(id:String, writer:IMBytesArrayWriter, dataPerVertex:int)
Constructor.
WriterSet
  
destroy():void
WriterSet
Property Detail
dataPerVertexproperty
dataPerVertex:int  [read-only]

dataPerVertex used for the writer


Implementation
    public function get dataPerVertex():int
idproperty 
id:String  [read-only]

id of the WriterSet instance


Implementation
    public function get id():String
writerproperty 
writer:IMBytesArrayWriter

IMBytesArrayWriter


Implementation
    public function get writer():IMBytesArrayWriter
    public function set writer(value:IMBytesArrayWriter):void
Constructor Detail
WriterSet()Constructor
public function WriterSet(id:String, writer:IMBytesArrayWriter, dataPerVertex:int)

Constructor. Creates a new WriterSet instance.

Parameters
id:String — : String.

Id of the WriterSet instance.

 
writer:IMBytesArrayWriter — : IMBytesArrayWriter.
 
dataPerVertex:int — : int.s
Method Detail
destroy()method
public function destroy():void