Package | Description |
---|---|
com.sun.javafx.webkit.drt | |
com.sun.javafx.webkit.prism | |
com.sun.javafx.webkit.theme | |
com.sun.webkit.graphics | |
com.sun.webkit.perf |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
DumpRenderTree.RenderThemeStub |
(package private) static class |
DumpRenderTree.ScrollBarThemeStub |
Modifier and Type | Method and Description |
---|---|
protected Ref |
DumpRenderTree.RenderThemeStub.createWidget(long id,
int widgetIndex,
int state,
int w,
int h,
int bgColor,
java.nio.ByteBuffer extParams) |
protected Ref |
DumpRenderTree.ScrollBarThemeStub.createWidget(long id,
int w,
int h,
int orientation,
int value,
int visibleSize,
int totalSize) |
Modifier and Type | Method and Description |
---|---|
void |
DumpRenderTree.RenderThemeStub.drawWidget(WCGraphicsContext g,
Ref widget,
int x,
int y) |
WCSize |
DumpRenderTree.RenderThemeStub.getWidgetSize(Ref widget) |
WCSize |
DumpRenderTree.ScrollBarThemeStub.getWidgetSize(Ref widget) |
void |
DumpRenderTree.ScrollBarThemeStub.paint(WCGraphicsContext g,
Ref sbRef,
int x,
int y,
int pressedPart,
int hoveredPart) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
PrismImage |
(package private) class |
RTImage |
(package private) class |
WCFontImpl |
private static class |
WCImageDecoderImpl.Frame |
(package private) class |
WCImageImpl |
(package private) class |
WCMediaPlayerImpl |
(package private) class |
WCPageBackBufferImpl |
(package private) class |
WCPathImpl |
(package private) class |
WCRenderQueueImpl |
Modifier and Type | Method and Description |
---|---|
void |
WCGraphicsPrismContext.drawScrollbar(ScrollBarTheme theme,
Ref widget,
int x,
int y,
int pressedPart,
int hoveredPart) |
void |
WCGraphicsPrismContext.drawWidget(RenderTheme theme,
Ref widget,
int x,
int y) |
Modifier and Type | Class and Description |
---|---|
class |
RenderThemeImpl |
private static class |
RenderThemeImpl.FormControlRef |
class |
ScrollBarThemeImpl |
private static class |
ScrollBarThemeImpl.ScrollBarRef |
Modifier and Type | Method and Description |
---|---|
protected Ref |
RenderThemeImpl.createWidget(long id,
int widgetIndex,
int state,
int w,
int h,
int bgColor,
java.nio.ByteBuffer extParams) |
protected Ref |
ScrollBarThemeImpl.createWidget(long id,
int w,
int h,
int orientation,
int value,
int visibleSize,
int totalSize) |
Modifier and Type | Method and Description |
---|---|
void |
RenderThemeImpl.drawWidget(WCGraphicsContext g,
Ref widget,
int x,
int y) |
WCSize |
ScrollBarThemeImpl.getWidgetSize(Ref widget) |
WCSize |
RenderThemeImpl.getWidgetSize(Ref widget) |
void |
ScrollBarThemeImpl.paint(WCGraphicsContext g,
Ref sbRef,
int x,
int y,
int pressedPart,
int hoveredPart) |
Modifier and Type | Class and Description |
---|---|
class |
RenderTheme |
class |
ScrollBarTheme |
class |
WCFont |
class |
WCIcon |
class |
WCImage |
class |
WCImageFrame |
class |
WCMediaPlayer |
class |
WCPageBackBuffer |
class |
WCPath<P> |
class |
WCRenderQueue |
class |
WCTransform |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.Integer,Ref> |
WCGraphicsManager.refMap |
Modifier and Type | Method and Description |
---|---|
protected abstract Ref |
RenderTheme.createWidget(long id,
int widgetIndex,
int state,
int w,
int h,
int bgColor,
java.nio.ByteBuffer extParams) |
protected abstract Ref |
ScrollBarTheme.createWidget(long id,
int w,
int h,
int orientation,
int value,
int visibleSize,
int totalSize) |
(package private) Ref |
WCGraphicsManager.deref(Ref ref) |
(package private) Ref |
WCGraphicsManager.getRef(int id) |
Modifier and Type | Method and Description |
---|---|
(package private) Ref |
WCGraphicsManager.deref(Ref ref) |
abstract void |
WCGraphicsContext.drawScrollbar(ScrollBarTheme theme,
Ref widget,
int x,
int y,
int pressedPart,
int hoveredPart) |
abstract void |
WCGraphicsContext.drawWidget(RenderTheme theme,
Ref widget,
int x,
int y) |
abstract void |
RenderTheme.drawWidget(WCGraphicsContext g,
Ref widget,
int x,
int y) |
abstract WCSize |
ScrollBarTheme.getWidgetSize(Ref widget) |
abstract WCSize |
RenderTheme.getWidgetSize(Ref widget) |
abstract void |
ScrollBarTheme.paint(WCGraphicsContext g,
Ref sbRef,
int x,
int y,
int pressedPart,
int hoveredPart) |
(package private) void |
WCGraphicsManager.ref(Ref ref) |
Modifier and Type | Class and Description |
---|---|
class |
WCFontPerfLogger |
Modifier and Type | Method and Description |
---|---|
void |
WCGraphicsPerfLogger.drawScrollbar(ScrollBarTheme theme,
Ref widget,
int x,
int y,
int pressedPart,
int hoveredPart) |
void |
WCGraphicsPerfLogger.drawWidget(RenderTheme theme,
Ref widget,
int x,
int y) |