public class FlashData extends Object implements IPageStatisticsTag
Modifier and Type | Field and Description |
---|---|
static String |
FLASH_IS_OBJECT |
static String |
FLASH_LOOP |
static String |
FLASH_MENU |
static String |
FLASH_PLAY |
static String |
FLASH_QUALITY |
static String |
FLASH_SALIGN |
static String |
FLASH_SWLIVECONNECT |
static String |
FLASH_WITHEMBED |
static String |
FLASH_WMODE |
ALIGN, ALT, BASE, BGCOLOR, DEST, ERROR, EXISTENCE, FLASH, FLASH_INFO, HEADING, HEADINGS, HEIGHT, HREF, ID, IMAGE, IMAGES, ITEM, JAVASCRIPT, MAX, MEAN, MIN, MISSING, NAME, ORG_MAX, ORG_MEAN, ORG_MIN, REACHINGTIME, SKIPMAIN, SRC, TARGET_STRING, TOTAL, URL, VALID, VALUE, WIDTH, WRONG, XPATH
Constructor and Description |
---|
FlashData(Element target,
String src,
boolean isObject)
Constructor of the class
|
Modifier and Type | Method and Description |
---|---|
String |
getAlign() |
String |
getBase() |
String |
getBgcolor() |
String |
getHeight() |
String |
getItemXML()
Get flash information as XML fragment
|
String |
getLoop() |
String |
getMenu() |
String |
getPlay() |
String |
getQuality() |
String |
getSalign() |
String |
getSrc() |
String |
getSwliveconnect() |
String |
getWidth() |
String |
getWmode() |
boolean |
isObject() |
boolean |
isWithEmbed() |
void |
setObject(boolean isObject)
Set if the flash content embedded by object tag
|
void |
setWithEmbed(boolean withEmbed)
Set if the flash content embedded with embed tag
|
public static final String FLASH_IS_OBJECT
public static final String FLASH_QUALITY
public static final String FLASH_SALIGN
public static final String FLASH_WMODE
public static final String FLASH_MENU
public static final String FLASH_LOOP
public static final String FLASH_PLAY
public static final String FLASH_SWLIVECONNECT
public static final String FLASH_WITHEMBED
public String getAlign()
public String getBase()
public String getBgcolor()
public String getHeight()
public String getLoop()
public String getMenu()
public String getPlay()
public String getQuality()
public String getSalign()
public String getSrc()
public String getSwliveconnect()
public String getWidth()
public String getWmode()
public boolean isWithEmbed()
public void setWithEmbed(boolean withEmbed)
withEmbed
- true if the flash content embedded with embed tagpublic boolean isObject()
public void setObject(boolean isObject)
isObject
- true if the flash content embedded by object tagpublic String getItemXML()