Package | Description |
---|---|
com.sun.javafx.webkit | |
com.sun.javafx.webkit.prism | |
com.sun.webkit | |
com.sun.webkit.graphics |
Modifier and Type | Method and Description |
---|---|
void |
PasteboardImpl.writeImage(WCImageFrame frame) |
Modifier and Type | Class and Description |
---|---|
private static class |
WCImageDecoderImpl.Frame |
Modifier and Type | Method and Description |
---|---|
protected WCImageFrame |
PrismGraphicsManager.createFrame(int w,
int h,
java.nio.ByteBuffer bytes) |
protected WCImageFrame |
WCImageDecoderImpl.getFrame(int idx) |
Modifier and Type | Method and Description |
---|---|
private long |
CursorManager.getCustomCursorID(WCImageFrame frame,
int hotspotX,
int hotspotY) |
void |
Pasteboard.writeImage(WCImageFrame img) |
private static void |
WCPasteboard.writeImage(WCImageFrame img) |
Modifier and Type | Method and Description |
---|---|
protected abstract WCImageFrame |
WCGraphicsManager.createFrame(int w,
int h,
java.nio.ByteBuffer data) |
protected abstract WCImageFrame |
WCImageDecoder.getFrame(int index)
Returns image frame at the specified index.
|