Package | Description |
---|---|
com.sun.javafx.webkit | |
com.sun.javafx.webkit.prism | |
com.sun.webkit | |
com.sun.webkit.graphics | |
com.sun.webkit.perf |
Modifier and Type | Method and Description |
---|---|
protected Cursor |
CursorManagerImpl.getCustomCursor(WCImage image,
int hotspotX,
int hotspotY) |
void |
UIClientImpl.startDrag(WCImage image,
int imageOffsetX,
int imageOffsetY,
int eventPosX,
int eventPosY,
String[] mimeTypes,
Object[] values,
boolean isImageSource) |
Modifier and Type | Method and Description |
---|---|
protected WCImage |
PrismGraphicsManager.createRTImage(int w,
int h) |
protected WCImage |
PrismGraphicsManager.createWCImage(int w,
int h) |
WCImage |
PrismGraphicsManager.getIconImage(String iconURL) |
Modifier and Type | Method and Description |
---|---|
protected WCRenderQueue |
PrismGraphicsManager.createBufferedContextRQ(WCImage image) |
Object |
PrismGraphicsManager.toPlatformImage(WCImage image) |
Modifier and Type | Method and Description |
---|---|
WCImage |
BackForwardList.Entry.getIcon() |
WCImage |
WebPage.getIcon(long frameID) |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
CursorManager.getCustomCursor(WCImage image,
int hotspotX,
int hotspotY) |
void |
UIClient.startDrag(WCImage frame,
int imageOffsetX,
int imageOffsetY,
int eventPosX,
int eventPosY,
String[] mimeTypes,
Object[] values,
boolean isImageSource) |
Modifier and Type | Method and Description |
---|---|
protected abstract WCImage |
WCGraphicsManager.createRTImage(int w,
int h) |
protected abstract WCImage |
WCGraphicsManager.createWCImage(int w,
int h) |
abstract WCImage |
WCImageFrame.getFrame() |
abstract WCImage |
WCGraphicsManager.getIconImage(String iconURL) |
abstract WCImage |
WCGraphicsContext.getImage() |
static WCImage |
WCImage.getImage(Object imgFrame) |
Modifier and Type | Method and Description |
---|---|
protected abstract WCRenderQueue |
WCGraphicsManager.createBufferedContextRQ(WCImage image) |
abstract void |
WCGraphicsContext.drawImage(WCImage img,
float dstx,
float dsty,
float dstw,
float dsth,
float srcx,
float srcy,
float srcw,
float srch) |
abstract void |
WCGraphicsContext.drawPattern(WCImage texture,
WCRectangle srcRect,
WCTransform patternTransform,
WCPoint phase,
WCRectangle destRect) |
abstract Object |
WCGraphicsManager.toPlatformImage(WCImage image) |
Modifier and Type | Method and Description |
---|---|
WCImage |
WCGraphicsPerfLogger.getImage() |
Modifier and Type | Method and Description |
---|---|
void |
WCGraphicsPerfLogger.drawImage(WCImage img,
float dstx,
float dsty,
float dstw,
float dsth,
float srcx,
float srcy,
float srcw,
float srch) |
void |
WCGraphicsPerfLogger.drawPattern(WCImage texture,
WCRectangle srcRect,
WCTransform patternTransform,
WCPoint phase,
WCRectangle destRect) |
Copyright © 2020. All rights reserved.