Package | Description |
---|---|
com.sun.javafx.webkit.prism | |
com.sun.javafx.webkit.theme | |
com.sun.webkit | |
com.sun.webkit.graphics | |
com.sun.webkit.perf |
Modifier and Type | Class and Description |
---|---|
(package private) class |
WCFontImpl |
Modifier and Type | Method and Description |
---|---|
protected WCFont |
WCFontCustomPlatformDataImpl.createFont(int size,
boolean bold,
boolean italic) |
WCFont |
WCFontImpl.deriveFont(float size) |
(package private) static WCFont |
WCFontImpl.getFont(java.lang.String name,
boolean bold,
boolean italic,
float size) |
protected WCFont |
PrismGraphicsManager.getWCFont(java.lang.String name,
boolean bold,
boolean italic,
float size) |
Modifier and Type | Method and Description |
---|---|
void |
WCGraphicsPrismContext.drawString(WCFont f,
int[] glyphs,
float[] advances,
float x,
float y) |
void |
WCGraphicsPrismContext.drawString(WCFont f,
java.lang.String str,
boolean rtl,
int from,
int to,
float x,
float y) |
Modifier and Type | Method and Description |
---|---|
protected void |
PopupMenuImpl.appendItem(java.lang.String itemText,
boolean isLabel,
boolean isSeparator,
boolean isEnabled,
int bgColor,
int fgColor,
WCFont font) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
PopupMenu.appendItem(java.lang.String itemText,
boolean isLabel,
boolean isSeparator,
boolean isEnabled,
int bgColor,
int fgColor,
WCFont font) |
private void |
PopupMenu.fwkAppendItem(java.lang.String itemText,
boolean isLabel,
boolean isSeparator,
boolean isEnabled,
int bgColor,
int fgColor,
WCFont font) |
Modifier and Type | Method and Description |
---|---|
protected abstract WCFont |
WCFontCustomPlatformData.createFont(int size,
boolean bold,
boolean italic) |
abstract WCFont |
WCFont.deriveFont(float size) |
protected abstract WCFont |
WCGraphicsManager.getWCFont(java.lang.String name,
boolean bold,
boolean italic,
float size) |
Modifier and Type | Method and Description |
---|---|
abstract void |
WCGraphicsContext.drawString(WCFont f,
int[] glyphs,
float[] advances,
float x,
float y) |
abstract void |
WCGraphicsContext.drawString(WCFont f,
java.lang.String str,
boolean rtl,
int from,
int to,
float x,
float y) |
Modifier and Type | Class and Description |
---|---|
class |
WCFontPerfLogger |
Modifier and Type | Field and Description |
---|---|
private WCFont |
WCFontPerfLogger.fnt |
Modifier and Type | Method and Description |
---|---|
WCFont |
WCFontPerfLogger.deriveFont(float size) |
Modifier and Type | Method and Description |
---|---|
void |
WCGraphicsPerfLogger.drawString(WCFont f,
int[] glyphs,
float[] advanceDXY,
float x,
float y) |
void |
WCGraphicsPerfLogger.drawString(WCFont f,
java.lang.String str,
boolean rtl,
int from,
int to,
float x,
float y) |
Constructor and Description |
---|
WCFontPerfLogger(WCFont fnt) |