C# Class SWFProcessing.SWFModeller.Characters.Shapes.IO.ShapeParser

ファイルを表示 Open project: WeeWorld/Swiffotron Class Usage Examples

Private Properties

Property Type Description
Parse IShape
ParseDefineMorphShape IShape
ParseDefineShape4 IShape
ParseDefineShapeN IShape
ReadFillStyle SWFProcessing.SWFModeller.Characters.Shapes.Parts.FillStyle
ReadFillStyleArray SWFProcessing.SWFModeller.Characters.Shapes.Parts.FillStyle[]
ReadFocalGradient SWFProcessing.SWFModeller.Characters.Shapes.Parts.Gradients.FocalGradient
ReadGradient SWFProcessing.SWFModeller.Characters.Shapes.Parts.Gradients.Gradient
ReadLineStyle SWFProcessing.SWFModeller.Characters.Shapes.Parts.LineStyle
ReadLineStyle2 SWFProcessing.SWFModeller.Characters.Shapes.Parts.LineStyle
ReadLineStyleArray SWFProcessing.SWFModeller.Characters.Shapes.Parts.LineStyle[]
ReadMorphFillStyle SWFProcessing.SWFModeller.Characters.Shapes.Parts.MorphFillStyle
ReadMorphFillStyleArray SWFProcessing.SWFModeller.Characters.Shapes.Parts.MorphFillStyle[]
ReadMorphGradient SWFProcessing.SWFModeller.Characters.Shapes.Parts.Gradients.MorphGradient
ReadMorphGradientRecord MorphGradientRecord
ReadMorphLineStyle SWFProcessing.SWFModeller.Characters.Shapes.Parts.MorphLineStyle
ReadMorphLineStyle2 SWFProcessing.SWFModeller.Characters.Shapes.Parts.MorphLineStyle
ReadMorphLineStyleArray SWFProcessing.SWFModeller.Characters.Shapes.Parts.MorphLineStyle[]
ReadShapeDef ShapeDef
ReadShapeRecordsInto void

Private Methods

Method Description
Parse ( Tag tag, byte data, IImageFinder imageFinder ) : IShape
ParseDefineMorphShape ( SWFDataTypeReader shapeReader, Tag format ) : IShape
ParseDefineShape4 ( SWFDataTypeReader shapeReader ) : IShape
ParseDefineShapeN ( SWFDataTypeReader shapeReader, Tag format ) : IShape
ReadFillStyle ( SWFDataTypeReader shapeReader, Tag format ) : FillStyle
ReadFillStyleArray ( SWFDataTypeReader shapeReader, Tag format ) : SWFProcessing.SWFModeller.Characters.Shapes.Parts.FillStyle[]
ReadFocalGradient ( SWFDataTypeReader shapeReader ) : FocalGradient
ReadGradient ( SWFDataTypeReader shapeReader, Tag format ) : Gradient
ReadLineStyle ( SWFDataTypeReader shapeReader, Tag format ) : LineStyle
ReadLineStyle2 ( SWFDataTypeReader shapeReader, Tag format ) : LineStyle
ReadLineStyleArray ( SWFDataTypeReader shapeReader, Tag format ) : SWFProcessing.SWFModeller.Characters.Shapes.Parts.LineStyle[]
ReadMorphFillStyle ( SWFDataTypeReader shapeReader ) : MorphFillStyle
ReadMorphFillStyleArray ( SWFDataTypeReader shapeReader ) : SWFProcessing.SWFModeller.Characters.Shapes.Parts.MorphFillStyle[]
ReadMorphGradient ( SWFDataTypeReader shapeReader ) : MorphGradient
ReadMorphGradientRecord ( SWFDataTypeReader shapeReader ) : MorphGradientRecord
ReadMorphLineStyle ( SWFDataTypeReader shapeReader ) : MorphLineStyle
ReadMorphLineStyle2 ( SWFDataTypeReader shapeReader ) : MorphLineStyle
ReadMorphLineStyleArray ( SWFDataTypeReader shapeReader, Tag format ) : SWFProcessing.SWFModeller.Characters.Shapes.Parts.MorphLineStyle[]
ReadShapeDef ( SWFDataTypeReader shapeReader, Tag format, bool withStyle, IFillStyle fillStyles, ILineStyle lineStyles ) : ShapeDef
ReadShapeRecordsInto ( ShapeDef sws, SWFDataTypeReader shapeReader, int &fillBits, int &lineBits, Tag format ) : void