Uses of Class
org.processmining.plugins.pnml.simple.PNMLPoint
-
Packages that use PNMLPoint Package Description org.processmining.plugins.pnml.simple -
-
Uses of PNMLPoint in org.processmining.plugins.pnml.simple
Methods in org.processmining.plugins.pnml.simple that return PNMLPoint Modifier and Type Method Description PNMLPointPNMLGraphics. getDimension()PNMLPointPNMLGraphics. getOffset()Methods in org.processmining.plugins.pnml.simple that return types with arguments of type PNMLPoint Modifier and Type Method Description java.util.List<PNMLPoint>PNMLGraphics. getPosition()Methods in org.processmining.plugins.pnml.simple with parameters of type PNMLPoint Modifier and Type Method Description voidPNMLGraphics. setDimension(PNMLPoint dimension)voidPNMLGraphics. setOffset(PNMLPoint offset)Method parameters in org.processmining.plugins.pnml.simple with type arguments of type PNMLPoint Modifier and Type Method Description voidPNMLGraphics. setPosition(java.util.List<PNMLPoint> position)
-