Package | Description |
---|---|
com.sun.javafx.webkit | |
com.sun.javafx.webkit.drt | |
com.sun.javafx.webkit.prism | |
com.sun.webkit | |
com.sun.webkit.graphics | |
com.sun.webkit.perf |
Modifier and Type | Method and Description |
---|---|
WCPoint |
WebPageClientImpl.screenToWindow(WCPoint ptScreen) |
WCPoint |
WebPageClientImpl.windowToScreen(WCPoint ptWindow) |
Modifier and Type | Method and Description |
---|---|
WCPoint |
WebPageClientImpl.screenToWindow(WCPoint ptScreen) |
WCPoint |
WebPageClientImpl.windowToScreen(WCPoint ptWindow) |
Modifier and Type | Method and Description |
---|---|
WCPoint |
DumpRenderTree.WebPageClientImpl.screenToWindow(WCPoint ptScreen) |
WCPoint |
DumpRenderTree.WebPageClientImpl.windowToScreen(WCPoint ptWindow) |
Modifier and Type | Method and Description |
---|---|
WCPoint |
DumpRenderTree.WebPageClientImpl.screenToWindow(WCPoint ptScreen) |
WCPoint |
DumpRenderTree.WebPageClientImpl.windowToScreen(WCPoint ptWindow) |
Modifier and Type | Field and Description |
---|---|
private WCPoint |
WCRadialGradient.p1 |
private WCPoint |
WCLinearGradient.p1 |
private WCPoint |
WCRadialGradient.p2 |
private WCPoint |
WCLinearGradient.p2 |
Modifier and Type | Method and Description |
---|---|
WCGradient |
WCGraphicsPrismContext.createLinearGradient(WCPoint p1,
WCPoint p2) |
WCGradient |
WCGraphicsPrismContext.createRadialGradient(WCPoint p1,
float r1,
WCPoint p2,
float r2) |
void |
WCGraphicsPrismContext.drawPattern(WCImage texture,
WCRectangle srcRect,
WCTransform patternTransform,
WCPoint phase,
WCRectangle destRect) |
(package private) static java.lang.String |
WCRadialGradient.toString(WCGradient g,
WCPoint p1,
WCPoint p2,
java.lang.Float radius,
java.util.List<Stop> stops) |
Constructor and Description |
---|
WCLinearGradient(WCPoint p1,
WCPoint p2) |
WCRadialGradient(WCPoint p1,
float r1,
WCPoint p2,
float r2) |
Modifier and Type | Method and Description |
---|---|
private WCPoint |
WebPage.fwkScreenToWindow(WCPoint ptScreen) |
private WCPoint |
WebPage.fwkWindowToScreen(WCPoint ptWindow) |
WCPoint |
WebPageClient.screenToWindow(WCPoint ptScreen) |
WCPoint |
WebPageClient.windowToScreen(WCPoint ptWindow) |
Modifier and Type | Method and Description |
---|---|
private WCPoint |
WebPage.fwkScreenToWindow(WCPoint ptScreen) |
private WCPoint |
WebPage.fwkWindowToScreen(WCPoint ptWindow) |
WCPoint |
WebPageClient.screenToWindow(WCPoint ptScreen) |
void |
WebPage.scrollToPosition(long frameID,
WCPoint p) |
WCPoint |
WebPageClient.windowToScreen(WCPoint ptWindow) |
Modifier and Type | Method and Description |
---|---|
private static WCPoint |
GraphicsDecoder.getPoint(java.nio.ByteBuffer buf) |
Modifier and Type | Method and Description |
---|---|
abstract WCGradient |
WCGraphicsContext.createLinearGradient(WCPoint p1,
WCPoint p2) |
abstract WCGradient |
WCGraphicsContext.createRadialGradient(WCPoint p1,
float r1,
WCPoint p2,
float r2) |
private static void |
GraphicsDecoder.drawPattern(WCGraphicsContext gc,
java.lang.Object imgFrame,
WCRectangle srcRect,
WCTransform patternTransform,
WCPoint phase,
WCRectangle destRect) |
abstract void |
WCGraphicsContext.drawPattern(WCImage texture,
WCRectangle srcRect,
WCTransform patternTransform,
WCPoint phase,
WCRectangle destRect) |
Modifier and Type | Method and Description |
---|---|
WCGradient |
WCGraphicsPerfLogger.createLinearGradient(WCPoint p1,
WCPoint p2) |
WCGradient |
WCGraphicsPerfLogger.createRadialGradient(WCPoint p1,
float r1,
WCPoint p2,
float r2) |
void |
WCGraphicsPerfLogger.drawPattern(WCImage texture,
WCRectangle srcRect,
WCTransform patternTransform,
WCPoint phase,
WCRectangle destRect) |