Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getFont
Method
getFont
code/src/java/pcgen/util/enumeration/Load.java:67–70 ·
view source on GitHub ↗
(Font font)
Source
from the content-addressed store, hash-verified
65
}
66
67
public
Font getFont(Font font)
68
{
69
return
fontFunction.apply(font);
70
}
71
72
public
Color getColor()
73
{
Callers
15
setupDisplay
Method · 0.80
setupDisplay
Method · 0.80
getTableCellRendererComponent
Method · 0.80
install
Method · 0.80
getTreeCellRendererComponent
Method · 0.80
setLoadLabel
Method · 0.80
getTreeCellRendererComponent
Method · 0.80
getTableCellRendererComponent
Method · 0.80
getTableCellEditorComponent
Method · 0.80
getTableCellEditorComponent
Method · 0.80
getTableCellRendererComponent
Method · 0.80
initializeTable
Method · 0.80
Calls
1
apply
Method · 0.65
Tested by
no test coverage detected