| Modifier and Type | Field and Description |
|---|---|
int |
blendMode |
String |
className |
ClipActions |
clipActions |
int |
clipDepth |
CXForm |
colorTransform |
int |
depth |
List<Filter> |
filters |
int |
flags |
int |
flags2 |
Matrix |
matrix |
String |
name |
int |
ratio |
DefineTag |
ref |
names, stagCSMTextSettings, stagDebugID, stagDefineBinaryData, stagDefineBits, stagDefineBitsJPEG2, stagDefineBitsJPEG3, stagDefineBitsLossless, stagDefineBitsLossless2, stagDefineButton, stagDefineButton2, stagDefineButtonCxform, stagDefineButtonSound, stagDefineEditText, stagDefineFont, stagDefineFont2, stagDefineFont3, stagDefineFont4, stagDefineFontAlignZones, stagDefineFontInfo, stagDefineFontInfo2, stagDefineFontName, stagDefineMorphShape, stagDefineMorphShape2, stagDefineScalingGrid, stagDefineSceneAndFrameLabelData, stagDefineShape, stagDefineShape2, stagDefineShape3, stagDefineShape4, stagDefineSound, stagDefineSprite, stagDefineText, stagDefineText2, stagDefineVideoStream, stagDoABC, stagDoABC2, stagDoAction, stagDoInitAction, stagEnableDebugger, stagEnableDebugger2, stagEnableTelemetry, stagEnd, stagExportAssets, stagFileAttributes, stagFrameLabel, stagFreeCharacter, stagImportAssets, stagImportAssets2, stagJPEGTables, stagMetadata, stagPathsArePostScript, stagPlaceObject, stagPlaceObject2, stagPlaceObject3, stagProductInfo, stagProtect, stagRemoveObject, stagRemoveObject2, stagScriptLimits, stagSetBackgroundColor, stagSetTabIndex, stagShowFrame, stagSoundStreamBlock, stagSoundStreamHead, stagSoundStreamHead2, stagStartSound, stagSymbolClass, stagVideoFrame| Constructor and Description |
|---|
PlaceObject(DefineTag ref,
int depth) |
PlaceObject(int code) |
PlaceObject(Matrix m,
DefineTag ref,
int depth,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
Tag |
getSimpleReference()
many tags have zero or one reference, in which case they only need
to override this method.
|
boolean |
hasBlendMode() |
boolean |
hasCacheAsBitmap() |
boolean |
hasCharID() |
boolean |
hasClassName() |
boolean |
hasClipAction() |
boolean |
hasClipDepth() |
boolean |
hasCxform() |
boolean |
hasFilterList() |
int |
hashCode() |
boolean |
hasImage() |
boolean |
hasMatrix() |
boolean |
hasMove() |
boolean |
hasName() |
boolean |
hasRatio() |
void |
setBlendMode(int value) |
void |
setCacheAsBitmap(boolean value) |
void |
setClassName(String className) |
void |
setClipActions(ClipActions actions) |
void |
setClipDepth(int clipDepth) |
void |
setCxform(CXForm cxform) |
void |
setFilterList(List<Filter> value) |
void |
setHasImage(boolean value) |
void |
setMatrix(Matrix m) |
void |
setName(String instanceName) |
void |
setRatio(int ratio) |
void |
setRef(DefineTag ref) |
void |
visit(TagHandler h)
Subclasses implement this method to callback one of the methods in TagHandler...
|
equals, getReferencespublic int flags
public int flags2
public int ratio
public String name
public int clipDepth
public ClipActions clipActions
public int depth
public Matrix matrix
public CXForm colorTransform
public DefineTag ref
public int blendMode
public String className
public PlaceObject(int code)
public PlaceObject(DefineTag ref, int depth)
public void visit(TagHandler h)
Tagpublic Tag getSimpleReference()
TaggetSimpleReference in class Tagpublic void setRef(DefineTag ref)
public void setMatrix(Matrix m)
public boolean hasClipAction()
public boolean hasClipDepth()
public void setClipDepth(int clipDepth)
public boolean hasName()
public boolean hasRatio()
public void setRatio(int ratio)
public boolean hasCharID()
public boolean hasMove()
public boolean hasMatrix()
public boolean hasCxform()
public boolean hasFilterList()
public boolean hasBlendMode()
public void setBlendMode(int value)
public boolean hasCacheAsBitmap()
public void setCacheAsBitmap(boolean value)
public void setCxform(CXForm cxform)
public void setName(String instanceName)
public void setClipActions(ClipActions actions)
public void setClassName(String className)
public boolean hasClassName()
public void setHasImage(boolean value)
public boolean hasImage()
Copyright © 2018 The Apache Software Foundation. All rights reserved.