public class SvgBuilder
extends java.lang.Object
| Constructor | Description |
|---|---|
SvgBuilder() |
| Modifier and Type | Method | Description |
|---|---|---|
static org.jsoup.nodes.Element |
createPersonDnaProfile(Person person,
int size) |
Creates the person dna profile.
|
static org.jsoup.nodes.Element |
createRoleDnaProfile(Role role,
int size) |
Creates the role dna profile.
|
static org.jsoup.nodes.Element |
createTeamDnaProfile(Team team,
int size) |
Creates the team dna profile.
|
public static org.jsoup.nodes.Element createTeamDnaProfile(Team team, int size)
team - the teamsize - the sizepublic static org.jsoup.nodes.Element createPersonDnaProfile(Person person, int size)
person - the personsize - the sizepublic static org.jsoup.nodes.Element createRoleDnaProfile(Role role, int size)
role - the rolesize - the size