public class DefineMorphShape extends DefinitionTag
| Modifier and Type | Field and Description | 
|---|---|
| protected SWFShape | endEdges | 
| protected FillStyleArray | fillStyles | 
| protected LineStyleArray | lineStyles | 
| protected SWFShape | startEdges | 
CONTROL, DEFAULT_VERSION, DEFINITION, LANGUAGE_JAPANESE, LANGUAGE_KOREAN, LANGUAGE_LATIN, LANGUAGE_SIMPLIFIED_CHINESE, LANGUAGE_TRADITIONAL_CHINESE, TWIPS| Constructor and Description | 
|---|
| DefineMorphShape() | 
| DefineMorphShape(int id,
                Rectangle2D startBounds,
                Rectangle2D endBounds,
                FillStyleArray fillStyles,
                LineStyleArray lineStyles,
                SWFShape startEdges,
                SWFShape endEdges) | 
| Modifier and Type | Method and Description | 
|---|---|
| SWFTag | read(int tagID,
    SWFInputStream swf,
    int len) | 
| String | toString() | 
| void | write(int tagID,
     SWFOutputStream swf) | 
getTagTypeprotected FillStyleArray fillStyles
protected LineStyleArray lineStyles
protected SWFShape startEdges
protected SWFShape endEdges
public DefineMorphShape(int id,
                Rectangle2D startBounds,
                Rectangle2D endBounds,
                FillStyleArray fillStyles,
                LineStyleArray lineStyles,
                SWFShape startEdges,
                SWFShape endEdges)
public DefineMorphShape()
public SWFTag read(int tagID, SWFInputStream swf, int len) throws IOException
read in class SWFTagIOExceptionpublic void write(int tagID,
         SWFOutputStream swf)
           throws IOException
write in class SWFTagIOExceptionpublic String toString()
toString in class DefinitionTagCopyright © 2014. All rights reserved.