Uses of Class
org.processmining.plugins.pnml.simple.PNMLGraphics
-
Packages that use PNMLGraphics Package Description org.processmining.plugins.pnml.simple -
-
Uses of PNMLGraphics in org.processmining.plugins.pnml.simple
Fields in org.processmining.plugins.pnml.simple declared as PNMLGraphics Modifier and Type Field Description protected PNMLGraphicsAbstractPNMLElement. graphicsprotected PNMLGraphicsPNMLText. graphicsMethods in org.processmining.plugins.pnml.simple that return PNMLGraphics Modifier and Type Method Description PNMLGraphicsAbstractPNMLElement. getGraphics()PNMLGraphicsPNMLName. getGraphics()PNMLGraphicsPNMLText. getGraphics()Methods in org.processmining.plugins.pnml.simple with parameters of type PNMLGraphics Modifier and Type Method Description voidAbstractPNMLElement. setGraphics(PNMLGraphics graphics)voidPNMLName. setGraphics(PNMLGraphics graphics)voidPNMLText. setGraphics(PNMLGraphics graphics)
-