|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpt.tumba.parser.swf.SaxParserBase
pt.tumba.parser.swf.SWFSaxParser
public class SWFSaxParser
A SAX2 parser (XMLReader) that implements the SWFTagTypes interface and produces an XML representation of the Flash movie.
| Field Summary | |
|---|---|
protected int |
actionsType
Description of the Field |
protected boolean |
definingSprite
Description of the Field |
protected java.lang.String |
frameLabel
Description of the Field |
protected int[] |
glyphAdvances
Description of the Field |
protected int[] |
glyphCodes
Description of the Field |
protected int |
glyphCount
Description of the Field |
protected Rect[] |
glyphRects
Description of the Field |
protected boolean |
morph
Description of the Field |
protected Rect |
morphEndRect
Description of the Field |
static java.lang.String |
NAMESPACE
The namespace for the SWF XML vocabulary |
| Fields inherited from class pt.tumba.parser.swf.SaxParserBase |
|---|
contenthandler, dtdhandler, elementStack, errorhandler, namespace, resolver |
| Fields inherited from interface pt.tumba.parser.swf.SWFActions |
|---|
GET_URL_MODE_LOAD_MOVIE_INTO_LEVEL, GET_URL_MODE_LOAD_MOVIE_INTO_SPRITE, GET_URL_MODE_LOAD_VARS_INTO_LEVEL, GET_URL_MODE_LOAD_VARS_INTO_SPRITE, GET_URL_SEND_VARS_GET, GET_URL_SEND_VARS_NONE, GET_URL_SEND_VARS_POST |
| Constructor Summary | |
|---|---|
SWFSaxParser()
Constructor for the SWFSaxParser object |
|
SWFSaxParser(org.xml.sax.ContentHandler contenthandler,
org.xml.sax.ErrorHandler errorhandler)
Constructor for the SWFSaxParser object |
|
| Method Summary | |
|---|---|
void |
add()
SWFActions interface |
void |
and()
SWFActions interface |
void |
asciiToChar()
SWFActions interface |
void |
asciiToCharMB()
SWFActions interface |
void |
bitAnd()
SWFActions interface |
void |
bitOr()
SWFActions interface |
void |
bitXor()
SWFActions interface |
void |
blob(byte[] blob)
SWFActions interface |
void |
call()
SWFActions interface |
void |
callFunction()
SWFActions interface |
void |
callMethod()
SWFActions interface |
void |
charMBToAscii()
SWFActions interface |
void |
charToAscii()
SWFActions interface |
void |
cloneSprite()
SWFActions interface |
void |
color(Color color)
SWFText interface |
void |
comment(java.lang.String comment)
SWFActions interface |
void |
concat()
SWFActions interface |
void |
convertToNumber()
SWFActions interface |
void |
convertToString()
SWFActions interface |
void |
curve(int cx,
int cy,
int dx,
int dy)
SWFVectors interface |
void |
decrement()
SWFActions interface |
void |
defineBitsLossless(int id,
int format,
int width,
int height,
Color[] colors,
byte[] imageData,
boolean hasAlpha)
Description of the Method |
void |
defineFillStyle(Color color)
SWFShape interface |
void |
defineFillStyle(int bitmapId,
Matrix matrix,
boolean clipped)
SWFShape interface |
void |
defineFillStyle(Matrix matrix,
int[] ratios,
Color[] colors,
boolean radial)
SWFShape interface |
void |
defineLineStyle(int width,
Color color)
SWFShape interface |
void |
defineLocal()
SWFActions interface |
void |
defineLocalValue()
SWFActions interface |
protected SWFText |
defineText(int id,
Rect bounds,
Matrix matrix,
boolean hasAlpha)
Description of the Method |
void |
deleteProperty()
SWFActions interface |
void |
deleteThreadVars()
SWFActions interface |
void |
divide()
SWFActions interface |
void |
done()
SWFVectors interface SWFActions interface SWFText interface |
void |
duplicate()
SWFActions interface |
void |
end()
SWFActions interface |
void |
endBlock()
SWFActions interface |
void |
endDrag()
SWFActions interface |
void |
enumerate()
SWFActions interface |
void |
equals()
SWFActions interface |
void |
font(int fontId,
int textHeight)
SWFText interface |
void |
getMember()
SWFActions interface |
void |
getProperty()
SWFActions interface |
void |
getTargetPath()
SWFActions interface |
void |
getTime()
SWFActions interface |
void |
getURL(int sendVars,
int loadMode)
SWFActions interface |
void |
getURL(java.lang.String url,
java.lang.String target)
SWFActions interface |
void |
getVariable()
SWFActions interface |
void |
gotoFrame(boolean play)
SWFActions interface |
void |
gotoFrame(int frameNumber)
SWFActions interface |
void |
gotoFrame(java.lang.String label)
SWFActions interface |
void |
header(int version,
long length,
int twipsWidth,
int twipsHeight,
int frameRate,
int frameCount)
SWFHeader interface. |
void |
ifJump(java.lang.String jumpLabel)
SWFActions interface |
void |
increment()
SWFActions interface |
void |
initArray()
SWFActions interface |
void |
initObject()
SWFActions interface |
void |
jump(java.lang.String jumpLabel)
SWFActions interface |
void |
jumpLabel(java.lang.String label)
SWFActions interface |
void |
lessThan()
SWFActions interface |
void |
line(int dx,
int dy)
SWFVectors interface |
void |
lookup(int dictionaryIndex)
SWFActions interface |
void |
lookupTable(java.lang.String[] values)
SWFActions interface |
static void |
main(java.lang.String[] args)
Read a SWF file (args[0]) and write XML out (args[1]) |
void |
modulo()
SWFActions interface |
void |
move(int x,
int y)
SWFVectors interface |
void |
multiply()
SWFActions interface |
void |
newMethod()
SWFActions interface |
void |
newObject()
SWFActions interface |
void |
nextFrame()
SWFActions interface |
void |
not()
SWFActions interface |
void |
or()
SWFActions interface |
void |
parse(org.xml.sax.InputSource input)
Reads the input as a SWF file byte stream |
protected void |
parse(java.io.InputStream istream)
Description of the Method |
void |
parse(java.lang.String systemId)
Reads the systemId as a filename |
void |
play()
SWFActions interface |
void |
pop()
SWFActions interface |
void |
prevFrame()
SWFActions interface |
void |
push(boolean value)
SWFActions interface |
void |
push(double value)
SWFActions interface |
void |
push(float value)
SWFActions interface |
void |
push(int value)
SWFActions interface |
void |
push(java.lang.String value)
SWFActions interface |
void |
pushNull()
SWFActions interface |
void |
pushRegister(int registerNumber)
SWFActions interface |
void |
randomNumber()
SWFActions interface |
void |
removeSprite()
SWFActions interface |
void |
returnValue()
SWFActions interface |
void |
setFillStyle0(int styleIndex)
SWFShape interface |
void |
setFillStyle1(int styleIndex)
SWFShape interface |
void |
setLineStyle(int styleIndex)
SWFShape interface |
void |
setMember()
SWFActions interface |
void |
setProperty()
SWFActions interface |
void |
setTarget()
SWFActions interface |
void |
setTarget(java.lang.String target)
SWFActions interface |
void |
setVariable()
SWFActions interface |
void |
setX(int x)
SWFText interface |
void |
setY(int y)
SWFText interface |
void |
shiftLeft()
SWFActions interface |
void |
shiftRight()
SWFActions interface |
void |
shiftRightUnsigned()
SWFActions interface |
protected void |
soundInfo(SoundInfo info,
java.lang.String event,
int id)
Description of the Method |
protected void |
soundStreamHead(java.lang.String type,
int playbackFrequency,
boolean playback16bit,
boolean playbackStereo,
int streamFormat,
int streamFrequency,
boolean stream16bit,
boolean streamStereo,
int averageSampleCount)
Description of the Method |
void |
start(int flags2)
SWFActions interface |
void |
startDrag()
SWFActions interface |
void |
startFunction(java.lang.String name,
java.lang.String[] paramNames)
SWFActions interface |
void |
startWith()
SWFActions interface |
void |
stop()
SWFActions interface |
void |
stopSounds()
SWFActions interface |
void |
storeInRegister(int registerNumber)
SWFActions interface |
void |
stringEquals()
SWFActions interface |
void |
stringLength()
SWFActions interface |
void |
stringLengthMB()
SWFActions interface |
void |
stringLessThan()
SWFActions interface |
void |
substract()
SWFActions interface |
void |
substring()
SWFActions interface |
void |
substringMB()
SWFActions interface |
void |
swap()
SWFActions interface |
void |
tag(int tagType,
boolean longTag,
byte[] contents)
SWFTags interface |
void |
tagButtonCXForm(int buttonId,
ColorTransform transform)
SWFTagTypes interface |
void |
tagDefineBits(int id,
byte[] imageData)
SWFTagTypes interface |
void |
tagDefineBitsJPEG2(int id,
byte[] data)
SWFTagTypes interface |
void |
tagDefineBitsJPEG2(int id,
java.io.InputStream jpegImage)
SWFTagTypes interface |
void |
tagDefineBitsJPEG3(int id,
byte[] imageData,
byte[] alphaData)
SWFTagTypes interface |
void |
tagDefineBitsLossless(int id,
int format,
int width,
int height,
Color[] colors,
byte[] imageData)
SWFTagTypes interface |
void |
tagDefineBitsLossless2(int id,
int format,
int width,
int height,
Color[] colors,
byte[] imageData)
SWFTagTypes interface |
SWFActions |
tagDefineButton(int id,
java.util.List buttonRecords)
SWFTagTypes interface |
SWFActions |
tagDefineButton2(int id,
boolean trackAsMenu,
java.util.List buttonRecord2s)
SWFTagTypes interface |
void |
tagDefineButtonSound(int buttonId,
int rollOverSoundId,
SoundInfo rollOverSoundInfo,
int rollOutSoundId,
SoundInfo rollOutSoundInfo,
int pressSoundId,
SoundInfo pressSoundInfo,
int releaseSoundId,
SoundInfo releaseSoundInfo)
SWFTagTypes interface |
SWFVectors |
tagDefineFont(int id,
int numGlyphs)
SWFTagTypes interface |
SWFVectors |
tagDefineFont2(int id,
int flags,
java.lang.String name,
int numGlyphs,
int ascent,
int descent,
int leading,
int[] codes,
int[] advances,
Rect[] bounds,
int[] kernCodes1,
int[] kernCodes2,
int[] kernAdjustments)
SWFTagTypes interface |
void |
tagDefineFontInfo(int fontId,
java.lang.String fontName,
int flags,
int[] codes)
SWFTagTypes interface |
SWFShape |
tagDefineMorphShape(int id,
Rect startBounds,
Rect endBounds)
SWFTagTypes interface |
void |
tagDefineQuickTimeMovie(int id,
java.lang.String filename)
SWFTagTypes interface |
SWFShape |
tagDefineShape(int id,
Rect outline)
SWFTagTypes interface |
SWFShape |
tagDefineShape2(int id,
Rect outline)
SWFTagTypes interface |
SWFShape |
tagDefineShape3(int id,
Rect outline)
SWFTagTypes interface |
void |
tagDefineSound(int id,
int format,
int frequency,
boolean bits16,
boolean stereo,
int sampleCount,
byte[] soundData)
SWFTagTypes interface |
SWFTagTypes |
tagDefineSprite(int id)
SWFTagTypes interface |
SWFText |
tagDefineText(int id,
Rect bounds,
Matrix matrix)
SWFTagTypes interface |
SWFText |
tagDefineText2(int id,
Rect bounds,
Matrix matrix)
SWFTagTypes interface |
void |
tagDefineTextField(int fieldId,
java.lang.String fieldName,
java.lang.String initialText,
Rect boundary,
int flags,
AlphaColor textColor,
int alignment,
int fontId,
int fontSize,
int charLimit,
int leftMargin,
int rightMargin,
int indentation,
int lineSpacing)
SWFTagTypes interface |
SWFActions |
tagDoAction()
SWFTagTypes interface |
void |
tagEnableDebug(byte[] password)
SWFTagTypes interface |
void |
tagEnd()
SWFTagTypes interface |
void |
tagExport(java.lang.String[] names,
int[] ids)
SWFTagTypes interface |
void |
tagFrameLabel(java.lang.String label)
SWFTagTypes interface |
void |
tagFreeCharacter(int charId)
SWFTagTypes interface |
void |
tagGenerator(byte[] data)
SWFTagTypes interface |
void |
tagGeneratorCommand(byte[] data)
SWFTagTypes interface |
void |
tagGeneratorFont(byte[] data)
SWFTagTypes interface |
void |
tagGeneratorText(byte[] data)
SWFTagTypes interface |
void |
tagImport(java.lang.String movieName,
java.lang.String[] names,
int[] ids)
SWFTagTypes interface |
void |
tagJPEGTables(byte[] jpegEncodingData)
SWFTagTypes interface |
void |
tagNameCharacter(byte[] data)
SWFTagTypes interface |
void |
tagPlaceObject(int charId,
int depth,
Matrix matrix,
AlphaTransform cxform)
SWFTagTypes interface |
SWFActions |
tagPlaceObject2(boolean isMove,
int clipDepth,
int depth,
int charId,
Matrix matrix,
AlphaTransform cxform,
int ratio,
java.lang.String name,
int clipActionFlags)
SWFTagTypes interface |
void |
tagProtect(byte[] password)
SWFTagTypes interface |
void |
tagRemoveObject(int charId,
int depth)
SWFTagTypes interface |
void |
tagRemoveObject2(int depth)
SWFTagTypes interface |
void |
tagSerialNumber(java.lang.String serialNumber)
SWFTagTypes interface |
void |
tagSetBackgroundColor(Color color)
SWFTagTypes interface |
void |
tagShowFrame()
SWFTagTypes interface |
void |
tagSoundStreamBlock(byte[] soundData)
SWFTagTypes interface |
void |
tagSoundStreamHead(int playbackFrequency,
boolean playback16bit,
boolean playbackStereo,
int streamFormat,
int streamFrequency,
boolean stream16bit,
boolean streamStereo,
int averageSampleCount)
SWFTagTypes interface |
void |
tagSoundStreamHead2(int playbackFrequency,
boolean playback16bit,
boolean playbackStereo,
int streamFormat,
int streamFrequency,
boolean stream16bit,
boolean streamStereo,
int averageSampleCount)
SWFTagTypes interface |
void |
tagStartSound(int soundId,
SoundInfo info)
SWFTagTypes interface |
void |
text(int[] glyphIndices,
int[] glyphAdvances)
SWFText interface |
void |
toggleQuality()
SWFActions interface |
void |
toInteger()
SWFActions interface |
void |
trace()
SWFActions interface |
void |
typedAdd()
SWFActions interface |
void |
typedEquals()
SWFActions interface |
void |
typedLessThan()
SWFActions interface |
void |
typeOf()
SWFActions interface |
void |
unknown(int code,
byte[] data)
SWFActions interface |
void |
waitForFrame(int frameNumber,
java.lang.String jumpLabel)
SWFActions interface |
void |
waitForFrame(java.lang.String jumpLabel)
SWFActions interface |
protected void |
writeColor(Color color)
Description of the Method |
protected void |
writeCXForm(ColorTransform cxform)
Description of the Method |
protected void |
writeMatrix(Matrix matrix)
Description of the Method |
| Methods inherited from class pt.tumba.parser.swf.SaxParserBase |
|---|
element, endDoc, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getNamespace, getProperty, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setNamespace, setProperty, start, startDoc, text |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAMESPACE
protected java.lang.String frameLabel
protected boolean definingSprite
protected int actionsType
protected int glyphCount
protected Rect[] glyphRects
protected int[] glyphAdvances
protected int[] glyphCodes
protected Rect morphEndRect
protected boolean morph
| Constructor Detail |
|---|
public SWFSaxParser()
public SWFSaxParser(org.xml.sax.ContentHandler contenthandler,
org.xml.sax.ErrorHandler errorhandler)
contenthandler - Description of the Parametererrorhandler - Description of the Parameter| Method Detail |
|---|
public void parse(org.xml.sax.InputSource input)
throws java.io.IOException,
org.xml.sax.SAXException
parse in interface org.xml.sax.XMLReaderparse in class SaxParserBaseinput - Description of the Parameter
java.io.IOException - Description of the Exception
org.xml.sax.SAXException - Description of the Exception
public void parse(java.lang.String systemId)
throws java.io.IOException,
org.xml.sax.SAXException
parse in interface org.xml.sax.XMLReaderparse in class SaxParserBasesystemId - Description of the Parameter
java.io.IOException - Description of the Exception
org.xml.sax.SAXException - Description of the Exception
protected void parse(java.io.InputStream istream)
throws java.io.IOException
istream - Description of the Parameter
java.io.IOException - Description of the Exception
public void tag(int tagType,
boolean longTag,
byte[] contents)
throws java.io.IOException
tag in interface SWFTagstagType - Description of the ParameterlongTag - Description of the Parametercontents - Description of the Parameter
java.io.IOException - Description of the Exception
public void header(int version,
long length,
int twipsWidth,
int twipsHeight,
int frameRate,
int frameCount)
throws java.io.IOException
header in interface SWFHeaderversion - Description of the Parameterlength - Description of the ParametertwipsWidth - Description of the ParametertwipsHeight - Description of the ParameterframeRate - Description of the ParameterframeCount - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagEnd()
throws java.io.IOException
tagEnd in interface SWFSpriteTagTypesjava.io.IOException - Description of the Exception
public void tagShowFrame()
throws java.io.IOException
tagShowFrame in interface SWFSpriteTagTypesjava.io.IOException - Description of the Exception
public void tagDefineSound(int id,
int format,
int frequency,
boolean bits16,
boolean stereo,
int sampleCount,
byte[] soundData)
throws java.io.IOException
tagDefineSound in interface SWFTagTypesid - Description of the Parameterformat - Description of the Parameterfrequency - Description of the Parameterbits16 - Description of the Parameterstereo - Description of the ParametersampleCount - Description of the ParametersoundData - Description of the Parameter
java.io.IOException - Description of the Exception
protected void soundInfo(SoundInfo info,
java.lang.String event,
int id)
throws java.io.IOException
info - Description of the Parameterevent - Description of the Parameterid - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagDefineButtonSound(int buttonId,
int rollOverSoundId,
SoundInfo rollOverSoundInfo,
int rollOutSoundId,
SoundInfo rollOutSoundInfo,
int pressSoundId,
SoundInfo pressSoundInfo,
int releaseSoundId,
SoundInfo releaseSoundInfo)
throws java.io.IOException
tagDefineButtonSound in interface SWFTagTypesbuttonId - Description of the ParameterrollOverSoundId - Description of the ParameterrollOverSoundInfo - Description of the ParameterrollOutSoundId - Description of the ParameterrollOutSoundInfo - Description of the ParameterpressSoundId - Description of the ParameterpressSoundInfo - Description of the ParameterreleaseSoundId - Description of the ParameterreleaseSoundInfo - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagStartSound(int soundId,
SoundInfo info)
throws java.io.IOException
tagStartSound in interface SWFSpriteTagTypessoundId - Description of the Parameterinfo - Description of the Parameter
java.io.IOException - Description of the Exception
protected void soundStreamHead(java.lang.String type,
int playbackFrequency,
boolean playback16bit,
boolean playbackStereo,
int streamFormat,
int streamFrequency,
boolean stream16bit,
boolean streamStereo,
int averageSampleCount)
throws java.io.IOException
type - Description of the ParameterplaybackFrequency - Description of the Parameterplayback16bit - Description of the ParameterplaybackStereo - Description of the ParameterstreamFormat - Description of the ParameterstreamFrequency - Description of the Parameterstream16bit - Description of the ParameterstreamStereo - Description of the ParameteraverageSampleCount - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagSoundStreamHead(int playbackFrequency,
boolean playback16bit,
boolean playbackStereo,
int streamFormat,
int streamFrequency,
boolean stream16bit,
boolean streamStereo,
int averageSampleCount)
throws java.io.IOException
tagSoundStreamHead in interface SWFSpriteTagTypesplaybackFrequency - Description of the Parameterplayback16bit - Description of the ParameterplaybackStereo - Description of the ParameterstreamFormat - Description of the ParameterstreamFrequency - Description of the Parameterstream16bit - Description of the ParameterstreamStereo - Description of the ParameteraverageSampleCount - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagSoundStreamHead2(int playbackFrequency,
boolean playback16bit,
boolean playbackStereo,
int streamFormat,
int streamFrequency,
boolean stream16bit,
boolean streamStereo,
int averageSampleCount)
throws java.io.IOException
tagSoundStreamHead2 in interface SWFSpriteTagTypesplaybackFrequency - Description of the Parameterplayback16bit - Description of the ParameterplaybackStereo - Description of the ParameterstreamFormat - Description of the ParameterstreamFrequency - Description of the Parameterstream16bit - Description of the ParameterstreamStereo - Description of the ParameteraverageSampleCount - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagSoundStreamBlock(byte[] soundData)
throws java.io.IOException
tagSoundStreamBlock in interface SWFSpriteTagTypessoundData - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagSerialNumber(java.lang.String serialNumber)
throws java.io.IOException
tagSerialNumber in interface SWFTagTypesserialNumber - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagGenerator(byte[] data)
throws java.io.IOException
tagGenerator in interface SWFTagTypesdata - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagGeneratorText(byte[] data)
throws java.io.IOException
tagGeneratorText in interface SWFTagTypesdata - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagGeneratorCommand(byte[] data)
throws java.io.IOException
tagGeneratorCommand in interface SWFTagTypesdata - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagGeneratorFont(byte[] data)
throws java.io.IOException
tagGeneratorFont in interface SWFTagTypesdata - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagNameCharacter(byte[] data)
throws java.io.IOException
tagNameCharacter in interface SWFTagTypesdata - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagDefineBits(int id,
byte[] imageData)
throws java.io.IOException
tagDefineBits in interface SWFTagTypesid - Description of the ParameterimageData - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagJPEGTables(byte[] jpegEncodingData)
throws java.io.IOException
tagJPEGTables in interface SWFTagTypesjpegEncodingData - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagDefineBitsJPEG3(int id,
byte[] imageData,
byte[] alphaData)
throws java.io.IOException
tagDefineBitsJPEG3 in interface SWFTagTypesid - Description of the ParameterimageData - Description of the ParameteralphaData - Description of the Parameter
java.io.IOException - Description of the Exception
public SWFActions tagDoAction()
throws java.io.IOException
tagDoAction in interface SWFSpriteTagTypesjava.io.IOException - Description of the Exception
public SWFShape tagDefineShape(int id,
Rect outline)
throws java.io.IOException
tagDefineShape in interface SWFTagTypesid - Description of the Parameteroutline - Description of the Parameter
java.io.IOException - Description of the Exception
public SWFShape tagDefineShape2(int id,
Rect outline)
throws java.io.IOException
tagDefineShape2 in interface SWFTagTypesid - Description of the Parameteroutline - Description of the Parameter
java.io.IOException - Description of the Exception
public SWFShape tagDefineShape3(int id,
Rect outline)
throws java.io.IOException
tagDefineShape3 in interface SWFTagTypesid - Description of the Parameteroutline - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagFreeCharacter(int charId)
throws java.io.IOException
tagFreeCharacter in interface SWFSpriteTagTypescharId - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagPlaceObject(int charId,
int depth,
Matrix matrix,
AlphaTransform cxform)
throws java.io.IOException
tagPlaceObject in interface SWFSpriteTagTypescharId - Description of the Parameterdepth - Description of the Parametermatrix - Description of the Parametercxform - Description of the Parameter
java.io.IOException - Description of the Exception
public SWFActions tagPlaceObject2(boolean isMove,
int clipDepth,
int depth,
int charId,
Matrix matrix,
AlphaTransform cxform,
int ratio,
java.lang.String name,
int clipActionFlags)
throws java.io.IOException
tagPlaceObject2 in interface SWFSpriteTagTypesisMove - Description of the ParameterclipDepth - Description of the Parameterdepth - Description of the ParametercharId - Description of the Parametermatrix - Description of the Parametercxform - Description of the Parameterratio - Description of the Parametername - Description of the ParameterclipActionFlags - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagRemoveObject(int charId,
int depth)
throws java.io.IOException
tagRemoveObject in interface SWFSpriteTagTypescharId - Description of the Parameterdepth - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagRemoveObject2(int depth)
throws java.io.IOException
tagRemoveObject2 in interface SWFSpriteTagTypesdepth - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagSetBackgroundColor(Color color)
throws java.io.IOException
tagSetBackgroundColor in interface SWFTagTypescolor - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagFrameLabel(java.lang.String label)
throws java.io.IOException
tagFrameLabel in interface SWFSpriteTagTypeslabel - Description of the Parameter
java.io.IOException - Description of the Exception
public SWFTagTypes tagDefineSprite(int id)
throws java.io.IOException
tagDefineSprite in interface SWFTagTypesid - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagProtect(byte[] password)
throws java.io.IOException
tagProtect in interface SWFTagTypespassword - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagEnableDebug(byte[] password)
throws java.io.IOException
tagEnableDebug in interface SWFTagTypespassword - Description of the Parameter
java.io.IOException - Description of the Exception
public SWFVectors tagDefineFont(int id,
int numGlyphs)
throws java.io.IOException
tagDefineFont in interface SWFTagTypesid - Description of the ParameternumGlyphs - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagDefineFontInfo(int fontId,
java.lang.String fontName,
int flags,
int[] codes)
throws java.io.IOException
tagDefineFontInfo in interface SWFTagTypesfontId - Description of the ParameterfontName - Description of the Parameterflags - Description of the Parametercodes - Description of the Parameter
java.io.IOException - Description of the Exception
public SWFVectors tagDefineFont2(int id,
int flags,
java.lang.String name,
int numGlyphs,
int ascent,
int descent,
int leading,
int[] codes,
int[] advances,
Rect[] bounds,
int[] kernCodes1,
int[] kernCodes2,
int[] kernAdjustments)
throws java.io.IOException
tagDefineFont2 in interface SWFTagTypesid - Description of the Parameterflags - Description of the Parametername - Description of the ParameternumGlyphs - Description of the Parameterascent - Description of the Parameterdescent - Description of the Parameterleading - Description of the Parametercodes - Description of the Parameteradvances - Description of the Parameterbounds - Description of the ParameterkernCodes1 - Description of the ParameterkernCodes2 - Description of the ParameterkernAdjustments - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagDefineTextField(int fieldId,
java.lang.String fieldName,
java.lang.String initialText,
Rect boundary,
int flags,
AlphaColor textColor,
int alignment,
int fontId,
int fontSize,
int charLimit,
int leftMargin,
int rightMargin,
int indentation,
int lineSpacing)
throws java.io.IOException
tagDefineTextField in interface SWFTagTypesfieldId - Description of the ParameterfieldName - Description of the ParameterinitialText - Description of the Parameterboundary - Description of the Parameterflags - Description of the ParametertextColor - Description of the Parameteralignment - Description of the ParameterfontId - Description of the ParameterfontSize - Description of the ParametercharLimit - Description of the ParameterleftMargin - Description of the ParameterrightMargin - Description of the Parameterindentation - Description of the ParameterlineSpacing - Description of the Parameter
java.io.IOException - Description of the Exception
public SWFText tagDefineText(int id,
Rect bounds,
Matrix matrix)
throws java.io.IOException
tagDefineText in interface SWFTagTypesid - Description of the Parameterbounds - Description of the Parametermatrix - Description of the Parameter
java.io.IOException - Description of the Exception
public SWFText tagDefineText2(int id,
Rect bounds,
Matrix matrix)
throws java.io.IOException
tagDefineText2 in interface SWFTagTypesid - Description of the Parameterbounds - Description of the Parametermatrix - Description of the Parameter
java.io.IOException - Description of the Exception
protected SWFText defineText(int id,
Rect bounds,
Matrix matrix,
boolean hasAlpha)
throws java.io.IOException
id - Description of the Parameterbounds - Description of the Parametermatrix - Description of the ParameterhasAlpha - Description of the Parameter
java.io.IOException - Description of the Exception
public SWFActions tagDefineButton(int id,
java.util.List buttonRecords)
throws java.io.IOException
tagDefineButton in interface SWFTagTypesid - Description of the ParameterbuttonRecords - Description of the Parameter
java.io.IOException - Description of the Exceptioncom.anotherbigidea.flash.structs.ButtonRecord
public void tagButtonCXForm(int buttonId,
ColorTransform transform)
throws java.io.IOException
tagButtonCXForm in interface SWFTagTypesbuttonId - Description of the Parametertransform - Description of the Parameter
java.io.IOException - Description of the Exception
public SWFActions tagDefineButton2(int id,
boolean trackAsMenu,
java.util.List buttonRecord2s)
throws java.io.IOException
tagDefineButton2 in interface SWFTagTypesid - Description of the ParametertrackAsMenu - Description of the ParameterbuttonRecord2s - Description of the Parameter
java.io.IOException - Description of the Exceptioncom.anotherbigidea.flash.structs.ButtonRecord2
public void tagExport(java.lang.String[] names,
int[] ids)
throws java.io.IOException
tagExport in interface SWFTagTypesnames - Description of the Parameterids - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagImport(java.lang.String movieName,
java.lang.String[] names,
int[] ids)
throws java.io.IOException
tagImport in interface SWFTagTypesmovieName - Description of the Parameternames - Description of the Parameterids - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagDefineQuickTimeMovie(int id,
java.lang.String filename)
throws java.io.IOException
tagDefineQuickTimeMovie in interface SWFTagTypesid - Description of the Parameterfilename - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagDefineBitsJPEG2(int id,
byte[] data)
throws java.io.IOException
tagDefineBitsJPEG2 in interface SWFTagTypesid - Description of the Parameterdata - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagDefineBitsJPEG2(int id,
java.io.InputStream jpegImage)
throws java.io.IOException
tagDefineBitsJPEG2 in interface SWFTagTypesid - Description of the ParameterjpegImage - Description of the Parameter
java.io.IOException - Description of the Exception
public SWFShape tagDefineMorphShape(int id,
Rect startBounds,
Rect endBounds)
throws java.io.IOException
tagDefineMorphShape in interface SWFTagTypesid - Description of the ParameterstartBounds - Description of the ParameterendBounds - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagDefineBitsLossless(int id,
int format,
int width,
int height,
Color[] colors,
byte[] imageData)
throws java.io.IOException
tagDefineBitsLossless in interface SWFTagTypesid - Description of the Parameterformat - Description of the Parameterwidth - Description of the Parameterheight - Description of the Parametercolors - Description of the ParameterimageData - Description of the Parameter
java.io.IOException - Description of the Exception
public void tagDefineBitsLossless2(int id,
int format,
int width,
int height,
Color[] colors,
byte[] imageData)
throws java.io.IOException
tagDefineBitsLossless2 in interface SWFTagTypesid - Description of the Parameterformat - Description of the Parameterwidth - Description of the Parameterheight - Description of the Parametercolors - Description of the ParameterimageData - Description of the Parameter
java.io.IOException - Description of the Exception
public void defineBitsLossless(int id,
int format,
int width,
int height,
Color[] colors,
byte[] imageData,
boolean hasAlpha)
throws java.io.IOException
id - Description of the Parameterformat - Description of the Parameterwidth - Description of the Parameterheight - Description of the Parametercolors - Description of the ParameterimageData - Description of the ParameterhasAlpha - Description of the Parameter
java.io.IOException - Description of the Exception
public void done()
throws java.io.IOException
done in interface SWFActionsdone in interface SWFTextdone in interface SWFVectorsjava.io.IOException - Description of the Exception
public void line(int dx,
int dy)
throws java.io.IOException
line in interface SWFVectorsdx - Description of the Parameterdy - Description of the Parameter
java.io.IOException - Description of the Exception
public void curve(int cx,
int cy,
int dx,
int dy)
throws java.io.IOException
curve in interface SWFVectorscx - Description of the Parametercy - Description of the Parameterdx - Description of the Parameterdy - Description of the Parameter
java.io.IOException - Description of the Exception
public void move(int x,
int y)
throws java.io.IOException
move in interface SWFVectorsx - Description of the Parametery - Description of the Parameter
java.io.IOException - Description of the Exception
public void setFillStyle0(int styleIndex)
throws java.io.IOException
setFillStyle0 in interface SWFShapestyleIndex - The new fillStyle0 value
java.io.IOException - Description of the Exception
public void setFillStyle1(int styleIndex)
throws java.io.IOException
setFillStyle1 in interface SWFShapestyleIndex - The new fillStyle1 value
java.io.IOException - Description of the Exception
public void setLineStyle(int styleIndex)
throws java.io.IOException
setLineStyle in interface SWFShapestyleIndex - The new lineStyle value
java.io.IOException - Description of the Exception
public void defineFillStyle(Color color)
throws java.io.IOException
defineFillStyle in interface SWFShapecolor - Description of the Parameter
java.io.IOException - Description of the Exception
public void defineFillStyle(Matrix matrix,
int[] ratios,
Color[] colors,
boolean radial)
throws java.io.IOException
defineFillStyle in interface SWFShapematrix - Description of the Parameterratios - Description of the Parametercolors - Description of the Parameterradial - Description of the Parameter
java.io.IOException - Description of the Exception
public void defineFillStyle(int bitmapId,
Matrix matrix,
boolean clipped)
throws java.io.IOException
defineFillStyle in interface SWFShapebitmapId - Description of the Parametermatrix - Description of the Parameterclipped - Description of the Parameter
java.io.IOException - Description of the Exception
public void defineLineStyle(int width,
Color color)
throws java.io.IOException
defineLineStyle in interface SWFShapewidth - Description of the Parametercolor - Description of the Parameter
java.io.IOException - Description of the Exception
protected void writeMatrix(Matrix matrix)
throws java.io.IOException
matrix - Description of the Parameter
java.io.IOException - Description of the Exception
protected void writeColor(Color color)
throws java.io.IOException
color - Description of the Parameter
java.io.IOException - Description of the Exception
protected void writeCXForm(ColorTransform cxform)
throws java.io.IOException
cxform - Description of the Parameter
java.io.IOException - Description of the Exception
public void start(int flags2)
throws java.io.IOException
start in interface SWFActionsflags - Description of the Parameter
java.io.IOException - Description of the Exception
public void end()
throws java.io.IOException
end in interface SWFActionsend in class SaxParserBasejava.io.IOException - Description of the Exception
public void blob(byte[] blob)
throws java.io.IOException
blob in interface SWFActionsblob - Description of the Parameter
java.io.IOException - Description of the Exception
public void unknown(int code,
byte[] data)
throws java.io.IOException
unknown in interface SWFActionscode - Description of the Parameterdata - Description of the Parameter
java.io.IOException - Description of the Exception
public void jumpLabel(java.lang.String label)
throws java.io.IOException
jumpLabel in interface SWFActionslabel - Description of the Parameter
java.io.IOException - Description of the Exception
public void comment(java.lang.String comment)
throws java.io.IOException
comment in interface SWFActionscomment - Description of the Parameter
java.io.IOException - Description of the Exception
public void gotoFrame(int frameNumber)
throws java.io.IOException
gotoFrame in interface SWFActionsframeNumber - Description of the Parameter
java.io.IOException - Description of the Exception
public void gotoFrame(java.lang.String label)
throws java.io.IOException
gotoFrame in interface SWFActionslabel - Description of the Parameter
java.io.IOException - Description of the Exception
public void getURL(java.lang.String url,
java.lang.String target)
throws java.io.IOException
getURL in interface SWFActionsurl - Description of the Parametertarget - Description of the Parameter
java.io.IOException - Description of the Exception
public void nextFrame()
throws java.io.IOException
nextFrame in interface SWFActionsjava.io.IOException - Description of the Exception
public void prevFrame()
throws java.io.IOException
prevFrame in interface SWFActionsjava.io.IOException - Description of the Exception
public void play()
throws java.io.IOException
play in interface SWFActionsjava.io.IOException - Description of the Exception
public void stop()
throws java.io.IOException
stop in interface SWFActionsjava.io.IOException - Description of the Exception
public void toggleQuality()
throws java.io.IOException
toggleQuality in interface SWFActionsjava.io.IOException - Description of the Exception
public void stopSounds()
throws java.io.IOException
stopSounds in interface SWFActionsjava.io.IOException - Description of the Exception
public void waitForFrame(int frameNumber,
java.lang.String jumpLabel)
throws java.io.IOException
waitForFrame in interface SWFActionsframeNumber - Description of the ParameterjumpLabel - Description of the Parameter
java.io.IOException - Description of the Exception
public void setTarget(java.lang.String target)
throws java.io.IOException
setTarget in interface SWFActionstarget - The new target value
java.io.IOException - Description of the Exception
public void push(java.lang.String value)
throws java.io.IOException
push in interface SWFActionsvalue - Description of the Parameter
java.io.IOException - Description of the Exception
public void push(float value)
throws java.io.IOException
push in interface SWFActionsvalue - Description of the Parameter
java.io.IOException - Description of the Exception
public void pop()
throws java.io.IOException
pop in interface SWFActionsjava.io.IOException - Description of the Exception
public void add()
throws java.io.IOException
add in interface SWFActionsjava.io.IOException - Description of the Exception
public void substract()
throws java.io.IOException
substract in interface SWFActionsjava.io.IOException - Description of the Exception
public void multiply()
throws java.io.IOException
multiply in interface SWFActionsjava.io.IOException - Description of the Exception
public void divide()
throws java.io.IOException
divide in interface SWFActionsjava.io.IOException - Description of the Exception
public void equals()
throws java.io.IOException
equals in interface SWFActionsjava.io.IOException - Description of the Exception
public void lessThan()
throws java.io.IOException
lessThan in interface SWFActionsjava.io.IOException - Description of the Exception
public void and()
throws java.io.IOException
and in interface SWFActionsjava.io.IOException - Description of the Exception
public void or()
throws java.io.IOException
or in interface SWFActionsjava.io.IOException - Description of the Exception
public void not()
throws java.io.IOException
not in interface SWFActionsjava.io.IOException - Description of the Exception
public void stringEquals()
throws java.io.IOException
stringEquals in interface SWFActionsjava.io.IOException - Description of the Exception
public void stringLength()
throws java.io.IOException
stringLength in interface SWFActionsjava.io.IOException - Description of the Exception
public void concat()
throws java.io.IOException
concat in interface SWFActionsjava.io.IOException - Description of the Exception
public void substring()
throws java.io.IOException
substring in interface SWFActionsjava.io.IOException - Description of the Exception
public void stringLessThan()
throws java.io.IOException
stringLessThan in interface SWFActionsjava.io.IOException - Description of the Exception
public void stringLengthMB()
throws java.io.IOException
stringLengthMB in interface SWFActionsjava.io.IOException - Description of the Exception
public void substringMB()
throws java.io.IOException
substringMB in interface SWFActionsjava.io.IOException - Description of the Exception
public void toInteger()
throws java.io.IOException
toInteger in interface SWFActionsjava.io.IOException - Description of the Exception
public void charToAscii()
throws java.io.IOException
charToAscii in interface SWFActionsjava.io.IOException - Description of the Exception
public void asciiToChar()
throws java.io.IOException
asciiToChar in interface SWFActionsjava.io.IOException - Description of the Exception
public void charMBToAscii()
throws java.io.IOException
charMBToAscii in interface SWFActionsjava.io.IOException - Description of the Exception
public void asciiToCharMB()
throws java.io.IOException
asciiToCharMB in interface SWFActionsjava.io.IOException - Description of the Exception
public void jump(java.lang.String jumpLabel)
throws java.io.IOException
jump in interface SWFActionsjumpLabel - Description of the Parameter
java.io.IOException - Description of the Exception
public void ifJump(java.lang.String jumpLabel)
throws java.io.IOException
ifJump in interface SWFActionsjumpLabel - Description of the Parameter
java.io.IOException - Description of the Exception
public void call()
throws java.io.IOException
call in interface SWFActionsjava.io.IOException - Description of the Exception
public void getVariable()
throws java.io.IOException
getVariable in interface SWFActionsjava.io.IOException - Description of the Exception
public void setVariable()
throws java.io.IOException
setVariable in interface SWFActionsjava.io.IOException - Description of the Exception
public void getURL(int sendVars,
int loadMode)
throws java.io.IOException
getURL in interface SWFActionssendVars - Description of the ParameterloadMode - Description of the Parameter
java.io.IOException - Description of the Exception
public void gotoFrame(boolean play)
throws java.io.IOException
gotoFrame in interface SWFActionsplay - Description of the Parameter
java.io.IOException - Description of the Exception
public void setTarget()
throws java.io.IOException
setTarget in interface SWFActionsjava.io.IOException - Description of the Exception
public void getProperty()
throws java.io.IOException
getProperty in interface SWFActionsjava.io.IOException - Description of the Exception
public void setProperty()
throws java.io.IOException
setProperty in interface SWFActionsjava.io.IOException - Description of the Exception
public void cloneSprite()
throws java.io.IOException
cloneSprite in interface SWFActionsjava.io.IOException - Description of the Exception
public void removeSprite()
throws java.io.IOException
removeSprite in interface SWFActionsjava.io.IOException - Description of the Exception
public void startDrag()
throws java.io.IOException
startDrag in interface SWFActionsjava.io.IOException - Description of the Exception
public void endDrag()
throws java.io.IOException
endDrag in interface SWFActionsjava.io.IOException - Description of the Exception
public void waitForFrame(java.lang.String jumpLabel)
throws java.io.IOException
waitForFrame in interface SWFActionsjumpLabel - Description of the Parameter
java.io.IOException - Description of the Exception
public void trace()
throws java.io.IOException
trace in interface SWFActionsjava.io.IOException - Description of the Exception
public void getTime()
throws java.io.IOException
getTime in interface SWFActionsjava.io.IOException - Description of the Exception
public void randomNumber()
throws java.io.IOException
randomNumber in interface SWFActionsjava.io.IOException - Description of the Exception
public void callFunction()
throws java.io.IOException
callFunction in interface SWFActionsjava.io.IOException - Description of the Exception
public void callMethod()
throws java.io.IOException
callMethod in interface SWFActionsjava.io.IOException - Description of the Exception
public void lookupTable(java.lang.String[] values)
throws java.io.IOException
lookupTable in interface SWFActionsvalues - Description of the Parameter
java.io.IOException - Description of the Exception
public void startFunction(java.lang.String name,
java.lang.String[] paramNames)
throws java.io.IOException
startFunction in interface SWFActionsname - Description of the ParameterparamNames - Description of the Parameter
java.io.IOException - Description of the Exception
public void endBlock()
throws java.io.IOException
endBlock in interface SWFActionsjava.io.IOException - Description of the Exception
public void defineLocalValue()
throws java.io.IOException
defineLocalValue in interface SWFActionsjava.io.IOException - Description of the Exception
public void defineLocal()
throws java.io.IOException
defineLocal in interface SWFActionsjava.io.IOException - Description of the Exception
public void deleteProperty()
throws java.io.IOException
deleteProperty in interface SWFActionsjava.io.IOException - Description of the Exception
public void deleteThreadVars()
throws java.io.IOException
deleteThreadVars in interface SWFActionsjava.io.IOException - Description of the Exception
public void enumerate()
throws java.io.IOException
enumerate in interface SWFActionsjava.io.IOException - Description of the Exception
public void typedEquals()
throws java.io.IOException
typedEquals in interface SWFActionsjava.io.IOException - Description of the Exception
public void getMember()
throws java.io.IOException
getMember in interface SWFActionsjava.io.IOException - Description of the Exception
public void initArray()
throws java.io.IOException
initArray in interface SWFActionsjava.io.IOException - Description of the Exception
public void initObject()
throws java.io.IOException
initObject in interface SWFActionsjava.io.IOException - Description of the Exception
public void newMethod()
throws java.io.IOException
newMethod in interface SWFActionsjava.io.IOException - Description of the Exception
public void newObject()
throws java.io.IOException
newObject in interface SWFActionsjava.io.IOException - Description of the Exception
public void setMember()
throws java.io.IOException
setMember in interface SWFActionsjava.io.IOException - Description of the Exception
public void getTargetPath()
throws java.io.IOException
getTargetPath in interface SWFActionsjava.io.IOException - Description of the Exception
public void startWith()
throws java.io.IOException
startWith in interface SWFActionsjava.io.IOException - Description of the Exception
public void convertToNumber()
throws java.io.IOException
convertToNumber in interface SWFActionsjava.io.IOException - Description of the Exception
public void convertToString()
throws java.io.IOException
convertToString in interface SWFActionsjava.io.IOException - Description of the Exception
public void typeOf()
throws java.io.IOException
typeOf in interface SWFActionsjava.io.IOException - Description of the Exception
public void typedAdd()
throws java.io.IOException
typedAdd in interface SWFActionsjava.io.IOException - Description of the Exception
public void typedLessThan()
throws java.io.IOException
typedLessThan in interface SWFActionsjava.io.IOException - Description of the Exception
public void modulo()
throws java.io.IOException
modulo in interface SWFActionsjava.io.IOException - Description of the Exception
public void bitAnd()
throws java.io.IOException
bitAnd in interface SWFActionsjava.io.IOException - Description of the Exception
public void bitOr()
throws java.io.IOException
bitOr in interface SWFActionsjava.io.IOException - Description of the Exception
public void bitXor()
throws java.io.IOException
bitXor in interface SWFActionsjava.io.IOException - Description of the Exception
public void shiftLeft()
throws java.io.IOException
shiftLeft in interface SWFActionsjava.io.IOException - Description of the Exception
public void shiftRight()
throws java.io.IOException
shiftRight in interface SWFActionsjava.io.IOException - Description of the Exception
public void shiftRightUnsigned()
throws java.io.IOException
shiftRightUnsigned in interface SWFActionsjava.io.IOException - Description of the Exception
public void decrement()
throws java.io.IOException
decrement in interface SWFActionsjava.io.IOException - Description of the Exception
public void increment()
throws java.io.IOException
increment in interface SWFActionsjava.io.IOException - Description of the Exception
public void duplicate()
throws java.io.IOException
duplicate in interface SWFActionsjava.io.IOException - Description of the Exception
public void returnValue()
throws java.io.IOException
returnValue in interface SWFActionsjava.io.IOException - Description of the Exception
public void swap()
throws java.io.IOException
swap in interface SWFActionsjava.io.IOException - Description of the Exception
public void storeInRegister(int registerNumber)
throws java.io.IOException
storeInRegister in interface SWFActionsregisterNumber - Description of the Parameter
java.io.IOException - Description of the Exception
public void push(double value)
throws java.io.IOException
push in interface SWFActionsvalue - Description of the Parameter
java.io.IOException - Description of the Exception
public void pushNull()
throws java.io.IOException
pushNull in interface SWFActionsjava.io.IOException - Description of the Exception
public void pushRegister(int registerNumber)
throws java.io.IOException
pushRegister in interface SWFActionsregisterNumber - Description of the Parameter
java.io.IOException - Description of the Exception
public void push(boolean value)
throws java.io.IOException
push in interface SWFActionsvalue - Description of the Parameter
java.io.IOException - Description of the Exception
public void push(int value)
throws java.io.IOException
push in interface SWFActionsvalue - Description of the Parameter
java.io.IOException - Description of the Exception
public void lookup(int dictionaryIndex)
throws java.io.IOException
lookup in interface SWFActionsdictionaryIndex - Description of the Parameter
java.io.IOException - Description of the Exception
public void font(int fontId,
int textHeight)
throws java.io.IOException
font in interface SWFTextfontId - Description of the ParametertextHeight - Description of the Parameter
java.io.IOException - Description of the Exception
public void color(Color color)
throws java.io.IOException
color in interface SWFTextcolor - Description of the Parameter
java.io.IOException - Description of the Exception
public void setX(int x)
throws java.io.IOException
setX in interface SWFTextx - The new x value
java.io.IOException - Description of the Exception
public void setY(int y)
throws java.io.IOException
setY in interface SWFTexty - The new y value
java.io.IOException - Description of the Exception
public void text(int[] glyphIndices,
int[] glyphAdvances)
throws java.io.IOException
text in interface SWFTextglyphIndices - Description of the ParameterglyphAdvances - Description of the Parameter
java.io.IOException - Description of the Exception
public static void main(java.lang.String[] args)
throws java.lang.Exception
args - The command line arguments
java.lang.Exception - Description of the Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||