Uses of Class
org.jbpm.process.svg.model.RenderType
-
Packages that use RenderType Package Description org.jbpm.process.svg.model -
-
Uses of RenderType in org.jbpm.process.svg.model
Methods in org.jbpm.process.svg.model that return RenderType Modifier and Type Method Description static RenderTypeRenderType. valueOf(String name)Returns the enum constant of this type with the specified name.static RenderType[]RenderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbpm.process.svg.model that return types with arguments of type RenderType Modifier and Type Method Description Optional<RenderType>NodeSummary. getRenderType()Constructors in org.jbpm.process.svg.model with parameters of type RenderType Constructor Description NodeSummary(String nodeId, Element border, Element background, Element borderSubProcess, Element subProcessLink, RenderType renderType)NodeSummary(String nodeId, Element border, Element background, Element borderSubProcess, Element subProcessLink, RenderType renderType, Element plusButton)
-