Uses of Class
org.jbpm.designer.server.diagram.StencilType
-
Packages that use StencilType Package Description org.jbpm.designer.server.diagram -
-
Uses of StencilType in org.jbpm.designer.server.diagram
Methods in org.jbpm.designer.server.diagram that return StencilType Modifier and Type Method Description StencilType
Shape. getStencil()
Gives the Stencil object of the shapeMethods in org.jbpm.designer.server.diagram with parameters of type StencilType Modifier and Type Method Description void
Shape. setStencil(StencilType stencil)
Set a new Stencil Object for the shapeConstructors in org.jbpm.designer.server.diagram with parameters of type StencilType Constructor Description Diagram(String resourceId, StencilType stencil)
Diagram(String resourceId, StencilType stencil, StencilSet stencilset)
Normal shape constructor with additional stencilsetShape(String resourceId, StencilType stencil)
Constructs a new shape with id and stencil
-