?? swftagtypesimpl.java
字號:
/**
* SWFTagTypes interface
*/
public void tagFreeCharacter( int charId ) throws IOException
{
if( mTagtypes != null ) mTagtypes.tagFreeCharacter( charId );
}
/**
* SWFTagTypes interface
*/
public void tagPlaceObject( int charId, int depth,
Matrix matrix, AlphaTransform cxform )
throws IOException
{
if( mTagtypes != null ) mTagtypes.tagPlaceObject( charId, depth, matrix, cxform );
}
/**
* SWFTagTypes interface
*/
public SWFActions tagPlaceObject2( boolean isMove,
int clipDepth,
int depth,
int charId,
Matrix matrix,
AlphaTransform cxform,
int ratio,
String name,
int clipActionFlags )
throws IOException
{
if( mTagtypes != null ) return mTagtypes.tagPlaceObject2( isMove, clipDepth, depth,
charId, matrix, cxform, ratio,
name, clipActionFlags );
return null;
}
/**
* SWFTagTypes interface
*/
public void tagRemoveObject( int charId, int depth ) throws IOException
{
if( mTagtypes != null ) mTagtypes.tagRemoveObject( charId, depth );
}
/**
* SWFTagTypes interface
*/
public void tagRemoveObject2(int depth ) throws IOException
{
if( mTagtypes != null ) mTagtypes.tagRemoveObject2( depth );
}
/**
* SWFTagTypes interface
*/
public void tagSetBackgroundColor( Color color ) throws IOException
{
if( mTagtypes != null ) mTagtypes.tagSetBackgroundColor( color );
}
/**
* SWFTagTypes interface
*/
public void tagFrameLabel( String label ) throws IOException
{
if( mTagtypes != null ) mTagtypes.tagFrameLabel( label );
}
/**
* SWFTagTypes interface
*/
public void tagFrameLabel( String label, boolean isAnchor ) throws IOException {
if( mTagtypes != null ) mTagtypes.tagFrameLabel( label, isAnchor );
}
/**
* SWFTagTypes interface
*/
public SWFTagTypes tagDefineSprite( int id ) throws IOException
{
if( mTagtypes != null ) return mTagtypes.tagDefineSprite( id );
return null;
}
/**
* SWFTagTypes interface
*/
public void tagProtect( byte[] password ) throws IOException
{
if( mTagtypes != null ) mTagtypes.tagProtect( password );
}
/**
* SWFTagTypes interface
*/
public void tagEnableDebug( byte[] password ) throws IOException
{
if( mTagtypes != null ) mTagtypes.tagEnableDebug( password );
}
/**
* SWFTagTypes interface
*/
public void tagEnableDebug2( byte[] password ) throws IOException
{
if( mTagtypes != null ) mTagtypes.tagEnableDebug2( password );
}
/**
* SWFTagTypes interface
*/
public SWFVectors tagDefineFont( int id, int numGlyphs ) throws IOException
{
if( mTagtypes != null ) return mTagtypes.tagDefineFont( id, numGlyphs );
return null;
}
/**
* SWFTagTypes interface
*/
public void tagDefineFontInfo( int fontId, String fontName, int flags, int[] codes )
throws IOException
{
if( mTagtypes != null ) mTagtypes.tagDefineFontInfo( fontId, fontName, flags, codes );
}
/**
* SWFTagTypes interface
*/
public void tagDefineFontInfo2( int fontId, String fontName, int flags, int[] codes, int languageCode )
throws IOException
{
if( mTagtypes != null ) mTagtypes.tagDefineFontInfo2( fontId, fontName, flags, codes, languageCode );
}
/**
* SWFTagTypes interface
*/
public SWFVectors tagDefineFont2( int id, int flags, String name, int numGlyphs,
int ascent, int descent, int leading,
int[] codes, int[] advances, Rect[] bounds,
int[] kernCodes1, int[] kernCodes2,
int[] kernAdjustments ) throws IOException
{
if( mTagtypes != null ) return mTagtypes.tagDefineFont2( id, flags, name, numGlyphs,
ascent, descent, leading, codes, advances,
bounds, kernCodes1, kernCodes2, kernAdjustments );
return null;
}
/**
* SWFTagTypes interface
*/
public void tagDefineTextField( int fieldId, String fieldName,
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 IOException
{
if( mTagtypes != null ) mTagtypes.tagDefineTextField( fieldId, fieldName, initialText,
boundary, flags, textColor, alignment, fontId,
fontSize, charLimit, leftMargin, rightMargin,
indentation, lineSpacing );
}
/**
* SWFTagTypes interface
*/
public SWFText tagDefineText( int id, Rect bounds, Matrix matrix )
throws IOException
{
if( mTagtypes != null ) return mTagtypes.tagDefineText( id, bounds, matrix );
return null;
}
/**
* SWFTagTypes interface
*/
public SWFText tagDefineText2( int id, Rect bounds, Matrix matrix ) throws IOException
{
if( mTagtypes != null ) return mTagtypes.tagDefineText2( id, bounds, matrix );
return null;
}
/**
* SWFTagTypes interface
*/
public SWFActions tagDefineButton( int id, Vector buttonRecords )
throws IOException
{
if( mTagtypes != null ) return mTagtypes.tagDefineButton( id, buttonRecords );
return null;
}
/**
* SWFTagTypes interface
*/
public void tagButtonCXForm( int buttonId, ColorTransform transform )
throws IOException
{
if( mTagtypes != null ) mTagtypes.tagButtonCXForm( buttonId, transform );
}
/**
* SWFTagTypes interface
*/
public SWFActions tagDefineButton2( int id,
boolean trackAsMenu,
Vector buttonRecord2s )
throws IOException
{
if( mTagtypes != null ) return mTagtypes.tagDefineButton2( id, trackAsMenu,
buttonRecord2s );
return null;
}
/**
* SWFTagTypes interface
*/
public void tagExport( String[] names, int[] ids ) throws IOException
{
if( mTagtypes != null ) mTagtypes.tagExport( names, ids );
}
/**
* SWFTagTypes interface
*/
public void tagImport( String movieName, String[] names, int[] ids )
throws IOException
{
if( mTagtypes != null ) mTagtypes.tagImport( movieName, names, ids );
}
/**
* SWFTagTypes interface
*/
public void tagDefineQuickTimeMovie( int id, String filename ) throws IOException
{
if( mTagtypes != null ) mTagtypes.tagDefineQuickTimeMovie( id, filename );
}
/**
* SWFTagTypes interface
*/
public void tagDefineBitsJPEG2( int id, byte[] data ) throws IOException
{
if( mTagtypes != null ) mTagtypes.tagDefineBitsJPEG2( id, data );
}
/**
* SWFTagTypes interface
*/
public void tagDefineBitsJPEG2( int id, InputStream jpegImage ) throws IOException
{
if( mTagtypes != null ) mTagtypes.tagDefineBitsJPEG2( id, jpegImage );
}
/**
* SWFTagTypes interface
*/
public SWFShape tagDefineMorphShape( int id, Rect startBounds, Rect endBounds )
throws IOException
{
if( mTagtypes != null ) return mTagtypes.tagDefineMorphShape( id, startBounds, endBounds );
return null;
}
/**
* SWFTagTypes interface
*/
public void tagDefineBitsLossless( int id, int format, int width, int height,
Color[] colors, byte[] imageData )
throws IOException
{
if( mTagtypes != null ) mTagtypes.tagDefineBitsLossless( id , format, width, height,
colors, imageData );
}
/**
* SWFTagTypes interface
*/
public void tagDefineBitsLossless2( int id, int format, int width, int height,
Color[] colors, byte[] imageData )
throws IOException
{
if( mTagtypes != null ) mTagtypes.tagDefineBitsLossless2( id , format, width, height,
colors, imageData );
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -