public class DefineShape4 extends DefineShape
| Modifier and Type | Field and Description | 
|---|---|
| protected Rectangle2D | edgeBounds | 
| protected boolean | usesNonScalingStrokes | 
| protected boolean | usesScalingStrokes | 
bounds, character, fillStyles, lineStyles, shapeCONTROL, DEFAULT_VERSION, DEFINITION, LANGUAGE_JAPANESE, LANGUAGE_KOREAN, LANGUAGE_LATIN, LANGUAGE_SIMPLIFIED_CHINESE, LANGUAGE_TRADITIONAL_CHINESE, TWIPS| Constructor and Description | 
|---|
| DefineShape4() | 
| DefineShape4(int id,
            Rectangle2D bounds,
            FillStyleArray fillStyles,
            LineStyleArray lineStyles,
            SWFShape shape) | 
| DefineShape4(int id,
            Rectangle2D bounds,
            Rectangle2D edgeBounds,
            boolean usesNonScalingStrokes,
            boolean usesScalingStrokes,
            FillStyleArray fillStyles,
            LineStyleArray lineStyles,
            SWFShape shape) | 
| Modifier and Type | Method and Description | 
|---|---|
| SWFTag | read(int tagID,
    SWFInputStream swf,
    int len) | 
| void | write(int tagID,
     SWFOutputStream swf) | 
read, toString, writegetTagTypeprotected Rectangle2D edgeBounds
protected boolean usesNonScalingStrokes
protected boolean usesScalingStrokes
public DefineShape4(int id,
            Rectangle2D bounds,
            FillStyleArray fillStyles,
            LineStyleArray lineStyles,
            SWFShape shape)
public DefineShape4(int id,
            Rectangle2D bounds,
            Rectangle2D edgeBounds,
            boolean usesNonScalingStrokes,
            boolean usesScalingStrokes,
            FillStyleArray fillStyles,
            LineStyleArray lineStyles,
            SWFShape shape)
public DefineShape4()
public SWFTag read(int tagID, SWFInputStream swf, int len) throws IOException
read in class DefineShapeIOExceptionpublic void write(int tagID,
         SWFOutputStream swf)
           throws IOException
write in class DefineShapeIOExceptionCopyright © 2014. All rights reserved.