public class FlashMSAAObjectFactory extends Object
Constructor and Description |
---|
FlashMSAAObjectFactory() |
Modifier and Type | Method and Description |
---|---|
static FlashMSAAObject |
getFlashMSAAObjectFromElement(IUnknown iunk) |
static FlashMSAAObject |
getFlashMSAAObjectFromPtr(long address) |
static FlashMSAAObject |
getFlashMSAAObjectFromWindow(long hwnd) |
public static FlashMSAAObject getFlashMSAAObjectFromWindow(long hwnd)
hwnd
- the window handle to be used to obtain FlashMSAAObjectFlashMSAAObject
public static FlashMSAAObject getFlashMSAAObjectFromPtr(long address)
iacc
- the address of native IAccessible objectFlashMSAAObject
public static FlashMSAAObject getFlashMSAAObjectFromElement(IUnknown iunk)
iunk
- the IUnknown instance of the HTML element to be used to obtain
FlashMSAAObject