MCPcopy Create free account
hub / github.com/apache/xmlgraphics-fop / put

Method put

fop-core/src/main/java/org/apache/fop/area/Trait.java:201–203  ·  view source on GitHub ↗
(Integer key, TraitInfo info)

Source from the content-addressed store, hash-verified

199 }
200
201 private static void put(Integer key, TraitInfo info) {
202 TRAIT_INFO[key] = info;
203 }
204
205 static {
206 // Create a hashmap mapping trait code to name for external representation

Callers 12

TraitClass · 0.95
addUnresolvedIDRefMethod · 0.45
resolveIDRefMethod · 0.45
putUnresolvedMethod · 0.45
addTraitMethod · 0.45
savePageMethod · 0.45
addUnresolvedIDRefMethod · 0.45
HandlerMethod · 0.45
startElementMethod · 0.45
charactersMethod · 0.45
setForeignAttributeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected