public class DefineBits extends DefineTag
The data in this tag begins with the JPEG SOI marker 0xFF, 0xD8 and ends with the EOI marker 0xFF, 0xD9.
DefineBits2 - includes all jpeg data
DefineBits3 - includes all data plus a transparency map
| Modifier and Type | Field and Description |
|---|---|
byte[] |
data |
int |
height |
GenericTag |
jpegTables
there is only one JPEG table in the entire movie
|
int |
width |
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 |
|---|
DefineBits(int code) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
protected Tag |
getSimpleReference()
many tags have zero or one reference, in which case they only need
to override this method.
|
void |
visit(TagHandler h)
Subclasses implement this method to callback one of the methods in TagHandler...
|
equals, getReferencespublic GenericTag jpegTables
public byte[] data
public int width
public int height
public void visit(TagHandler h)
Tagprotected Tag getSimpleReference()
TaggetSimpleReference in class TagCopyright © 2018 The Apache Software Foundation. All rights reserved.