Package | com.mousman.as3.agal.parser.verticeswriter |
Class | public class WriterStore |
Inheritance | WriterStore ![]() |
Property | Defined By | ||
---|---|---|---|
writerSetArray : Array [read-only]
Return all the WriterSet contained the the WriterStore instance
| WriterStore |
Method | Defined By | ||
---|---|---|---|
Constructor. | WriterStore | ||
add a WriterSet
| WriterStore | ||
destroy():void | WriterStore | ||
getWriterById(id:String):WriterSet
Return of WriterSet defined by its Id. | WriterStore |
writerSetArray | property |
writerSetArray:Array
[read-only] Return all the WriterSet contained the the WriterStore instance
public function get writerSetArray():Array
WriterStore | () | Constructor |
public function WriterStore()
Constructor. Creates a new WriterStore instance.
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 |
WriterSet — a WriterSet
|