|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.plugins.pnml.PnmlElement
org.processmining.plugins.pnml.graphics.PnmlFont
public class PnmlFont
PNML graphics font object.
Field Summary | |
---|---|
static java.lang.String |
TAG
PNML font tag. |
Fields inherited from class org.processmining.plugins.pnml.PnmlElement |
---|
lineNumber, tag |
Constructor Summary | |
---|---|
PnmlFont()
Creates a fresh PNML font object. |
Method Summary | |
---|---|
PnmlFont |
convertFromNet(org.processmining.models.graphbased.AbstractGraphElement element)
|
void |
convertToNet(org.processmining.models.graphbased.AbstractGraphElement element)
Sets the font of the given graph element to this font. |
protected java.lang.String |
exportAttributes(Pnml pnml)
Exports all attributes. |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports all known attributes. |
Methods inherited from class org.processmining.plugins.pnml.PnmlElement |
---|
checkValidity, exportAttribute, exportElement, exportElements, importElement, importElements, importText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TAG
Constructor Detail |
---|
public PnmlFont()
Method Detail |
---|
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)
importAttributes
in class PnmlElement
protected java.lang.String exportAttributes(Pnml pnml)
exportAttributes
in class PnmlElement
public void convertToNet(org.processmining.models.graphbased.AbstractGraphElement element)
element
- The given element.public PnmlFont convertFromNet(org.processmining.models.graphbased.AbstractGraphElement element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |