public class TsmlFont extends TsmlElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG
PNML font tag.
|
lineNumber, tag| Constructor and Description |
|---|
TsmlFont()
Creates a fresh PNML font object.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
exportAttributes(Tsml tsml)
Exports all attributes.
|
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Tsml tsml)
Imports all known attributes.
|
TsmlFont |
marshall(org.processmining.models.graphbased.AbstractGraphElement element) |
void |
unmarshall(org.processmining.models.graphbased.AbstractGraphElement element)
Sets the font of the given graph element to this font.
|
checkValidity, exportAttribute, exportElement, exportElements, importElement, importElements, importTextpublic static final java.lang.String TAG
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Tsml tsml)
importAttributes in class TsmlElementprotected java.lang.String exportAttributes(Tsml tsml)
exportAttributes in class TsmlElementpublic void unmarshall(org.processmining.models.graphbased.AbstractGraphElement element)
element - The given element.public TsmlFont marshall(org.processmining.models.graphbased.AbstractGraphElement element)