Class TsmlFont

    • Constructor Detail

      • TsmlFont

        public TsmlFont()
        Creates a fresh PNML font object.
    • Method Detail

      • importAttributes

        protected void importAttributes​(org.xmlpull.v1.XmlPullParser xpp,
                                        Tsml tsml)
        Imports all known attributes.
        Overrides:
        importAttributes in class TsmlElement
      • exportAttributes

        protected java.lang.String exportAttributes​(Tsml tsml)
        Exports all attributes.
        Overrides:
        exportAttributes in class TsmlElement
        Returns:
      • unmarshall

        public void unmarshall​(org.processmining.models.graphbased.AbstractGraphElement element)
        Sets the font of the given graph element to this font.
        Parameters:
        element - The given element.
      • marshall

        public TsmlFont marshall​(org.processmining.models.graphbased.AbstractGraphElement element)