public class DefineShape4 extends DefineShape
Modifier and Type | Field and Description |
---|---|
protected Rectangle2D |
edgeBounds |
protected boolean |
usesNonScalingStrokes |
protected boolean |
usesScalingStrokes |
bounds, character, fillStyles, lineStyles, shape
CONTROL, 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, write
getTagType
protected 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 DefineShape
IOException
public void write(int tagID, SWFOutputStream swf) throws IOException
write
in class DefineShape
IOException
Copyright © 2014. All rights reserved.