org.freehep.graphicsio.swf
Interface SWFConstants

All Known Implementing Classes:
ControlTag, DefineBits, DefineBitsJPEG2, DefineBitsJPEG3, DefineBitsLossless, DefineBitsLossless2, DefineButton, DefineButton2, DefineButtonCxform, DefineButtonSound, DefineEditText, DefineFont, DefineFont2, DefineFontInfo, DefineFontInfo2, DefineMorphShape, DefineMovie, DefineShape, DefineShape2, DefineShape3, DefineShape4, DefineSound, DefineSprite, DefineText, DefineText2, DefineVideoStream, DefinitionTag, DoAction, DoInitAction, EnableDebugger, EnableDebugger2, End, ExportAssets, FileAttributes, FrameLabel, ImportAssets, JPEGTables, PlaceObject, PlaceObject2, Protect, RemoveObject, RemoveObject2, SetBackgroundColor, ShowFrame, SoundStreamBlock, SoundStreamHead, SoundStreamHead2, StartSound, SWFGraphics2D, SWFHeader, SWFInputStream, SWFOutputStream, SWFPathConstructor, SWFTag, VideoFrame

public interface SWFConstants

SWF Constants.

Version:
$Id: SWFConstants.java 9979 2006-11-27 22:51:07Z duns $
Author:
Mark Donszelmann, Charles Loomis

Field Summary
static int CONTROL
          This defines the control tag type.
static int DEFAULT_VERSION
           
static int DEFINITION
          This defines the definition tag type.
static int LANGUAGE_JAPANESE
           
static int LANGUAGE_KOREAN
           
static int LANGUAGE_LATIN
           
static int LANGUAGE_SIMPLIFIED_CHINESE
           
static int LANGUAGE_TRADITIONAL_CHINESE
           
static int TWIPS
           
 

Field Detail

CONTROL

static final int CONTROL
This defines the control tag type.

See Also:
Constant Field Values

DEFINITION

static final int DEFINITION
This defines the definition tag type.

See Also:
Constant Field Values

DEFAULT_VERSION

static final int DEFAULT_VERSION
See Also:
Constant Field Values

TWIPS

static final int TWIPS
See Also:
Constant Field Values

LANGUAGE_LATIN

static final int LANGUAGE_LATIN
See Also:
Constant Field Values

LANGUAGE_JAPANESE

static final int LANGUAGE_JAPANESE
See Also:
Constant Field Values

LANGUAGE_KOREAN

static final int LANGUAGE_KOREAN
See Also:
Constant Field Values

LANGUAGE_SIMPLIFIED_CHINESE

static final int LANGUAGE_SIMPLIFIED_CHINESE
See Also:
Constant Field Values

LANGUAGE_TRADITIONAL_CHINESE

static final int LANGUAGE_TRADITIONAL_CHINESE
See Also:
Constant Field Values


Copyright © 2000-2007 FreeHEP. All Rights Reserved.