Uses of Interface
org.processmining.objectcentricconstraintchecking.algorithms.shape.mxIShape
-
Packages that use mxIShape Package Description org.processmining.objectcentricconstraintchecking.algorithms.canvas org.processmining.objectcentricconstraintchecking.algorithms.shape -
-
Uses of mxIShape in org.processmining.objectcentricconstraintchecking.algorithms.canvas
Fields in org.processmining.objectcentricconstraintchecking.algorithms.canvas with type parameters of type mxIShape Modifier and Type Field Description protected static java.util.Map<java.lang.String,mxIShape>mxGraphics2DCanvas. shapesMaps from names to mxIVertexShape instances.Methods in org.processmining.objectcentricconstraintchecking.algorithms.canvas that return mxIShape Modifier and Type Method Description mxIShapemxGraphics2DCanvas. getShape(java.util.Map<java.lang.String,java.lang.Object> style)Methods in org.processmining.objectcentricconstraintchecking.algorithms.canvas with parameters of type mxIShape Modifier and Type Method Description static voidmxGraphics2DCanvas. putShape(java.lang.String name, mxIShape shape) -
Uses of mxIShape in org.processmining.objectcentricconstraintchecking.algorithms.shape
Classes in org.processmining.objectcentricconstraintchecking.algorithms.shape that implement mxIShape Modifier and Type Class Description classmxArrowShapeclassmxBasicShapeclassmxConnectorShapeclassmxCurveShapeclassmxDoubleEllipseShapeclassmxDoubleRectangleShapeclassmxEllipseShapeclassmxImageShapeA rectangular shape that contains a single image.classmxLabelShapeclassmxLineShapeclassmxRectangleShapeclassmxStencilImplements a stencil for the given XML definition.classmxStencilShapeStencil shape drawing that takes an XML definition of the shape and renders it.classmxTriangleShape
-