Package org.jbpm.process.svg.model
Class NodeSummary
- java.lang.Object
-
- org.jbpm.process.svg.model.NodeSummary
-
public class NodeSummary extends Object
-
-
Constructor Summary
Constructors Constructor Description NodeSummary(String nodeId)NodeSummary(String nodeId, Element border, Element background, Element borderSubProcess, Element subProcessLink)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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementgetBackground()ElementgetBorder()ElementgetBorderSubProcess()StringgetNodeId()ElementgetPlusButton()Optional<RenderType>getRenderType()ElementgetSubProcessLink()
-
-
-
Constructor Detail
-
NodeSummary
public NodeSummary(String nodeId, Element border, Element background, Element borderSubProcess, Element subProcessLink)
-
NodeSummary
public NodeSummary(String nodeId)
-
NodeSummary
public NodeSummary(String nodeId, Element border, Element background, Element borderSubProcess, Element subProcessLink, RenderType renderType)
-
-
Method Detail
-
getNodeId
public String getNodeId()
-
getBorder
public Element getBorder()
-
getBackground
public Element getBackground()
-
getBorderSubProcess
public Element getBorderSubProcess()
-
getSubProcessLink
public Element getSubProcessLink()
-
getRenderType
public Optional<RenderType> getRenderType()
-
getPlusButton
public Element getPlusButton()
-
-