public class ProductInfo extends Tag
| Modifier and Type | Field and Description |
|---|---|
static int |
ABOBE_FLEX_PRODUCT |
protected static int |
DEVELOPER_EDITION |
static String[] |
editions |
protected static int |
EDUCATIONAL_EDITION |
protected static int |
FULL_COMMERCIAL_EDITION |
static int |
J2EE_PRODUCT |
static int |
NET_PRODUCT |
protected static int |
NFR_EDITION |
protected static int |
NO_EDITION |
protected static int |
NON_COMMERCIAL_EDITION |
protected static String[] |
products |
protected static int |
TRIAL_EDITION |
static int |
UNKNOWN |
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 |
|---|
ProductInfo(int product,
byte majorVersion,
byte minorVersion,
long build,
long compileDate) |
ProductInfo(int product,
int edition,
byte majorVersion,
byte minorVersion,
long build,
long compileDate) |
ProductInfo(long compileDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
long |
getBuild() |
long |
getCompileDate() |
int |
getEdition() |
String |
getEditionString() |
byte |
getMajorVersion() |
byte |
getMinorVersion() |
int |
getProduct() |
String |
getProductString() |
void |
setEdition(int edition) |
void |
visit(TagHandler tagHandler)
Subclasses implement this method to callback one of the methods in TagHandler...
|
equals, getReferences, getSimpleReference, hashCodepublic static final int UNKNOWN
public static final int J2EE_PRODUCT
public static final int NET_PRODUCT
public static final int ABOBE_FLEX_PRODUCT
protected static final String[] products
protected static final int DEVELOPER_EDITION
protected static final int FULL_COMMERCIAL_EDITION
protected static final int NON_COMMERCIAL_EDITION
protected static final int EDUCATIONAL_EDITION
protected static final int NFR_EDITION
protected static final int TRIAL_EDITION
protected static final int NO_EDITION
public static final String[] editions
public ProductInfo(int product,
int edition,
byte majorVersion,
byte minorVersion,
long build,
long compileDate)
public ProductInfo(int product,
byte majorVersion,
byte minorVersion,
long build,
long compileDate)
public ProductInfo(long compileDate)
public long getBuild()
public long getCompileDate()
public int getEdition()
public void setEdition(int edition)
public String getEditionString()
public int getProduct()
public String getProductString()
public byte getMajorVersion()
public byte getMinorVersion()
public void visit(TagHandler tagHandler)
TagCopyright © 2018 The Apache Software Foundation. All rights reserved.