Packagecom.mousman.as3.agal.parser.verticeswriter
Classpublic class WriterStore
InheritanceWriterStore Inheritance Object

Contains all the WriterSet



Public Properties
 PropertyDefined By
  writerSetArray : Array
[read-only] Return all the WriterSet contained the the WriterStore instance
WriterStore
Public Methods
 MethodDefined By
  
Constructor.
WriterStore
  
add(writerSet:WriterSet):void
add a WriterSet
WriterStore
  
destroy():void
WriterStore
  
Return of WriterSet defined by its Id.
WriterStore
Property Detail
writerSetArrayproperty
writerSetArray:Array  [read-only]

Return all the WriterSet contained the the WriterStore instance


Implementation
    public function get writerSetArray():Array
Constructor Detail
WriterStore()Constructor
public function WriterStore()

Constructor. Creates a new WriterStore instance.

Method Detail
add()method
public function add(writerSet:WriterSet):void

add a WriterSet

Parameters

writerSet:WriterSet — : WriterSet.

destroy()method 
public function destroy():void

getWriterById()method 
public function getWriterById(id:String):WriterSet

Return of WriterSet defined by its Id.

Parameters

id:String — : String.

Id of the WriterSet wanted

Returns
WriterSet — a WriterSet