MCPcopy Create free account
hub / github.com/PCGen/pcgen / parsePortraitLine

Method parsePortraitLine

code/src/java/pcgen/io/PCGVer2Parser.java:3406–3409  ·  view source on GitHub ↗
(final String line)

Source from the content-addressed store, hash-verified

3404 }
3405
3406 private void parsePortraitLine(final String line)
3407 {
3408 thePC.setPortraitPath(EntityEncoder.decode(line.substring(IOConstants.TAG_PORTRAIT.length() + 1)));
3409 }
3410
3411 private void parsePortraitThumbnailRectLine(final String line)
3412 {

Callers 1

parseCachedLinesMethod · 0.95

Calls 2

decodeMethod · 0.95
setPortraitPathMethod · 0.80

Tested by

no test coverage detected