Package org.jbpm.process.svg.model
Class SetBackgroundColorTransformation
- java.lang.Object
-
- org.jbpm.process.svg.model.NodeTransformation
-
- org.jbpm.process.svg.model.SetBackgroundColorTransformation
-
- All Implemented Interfaces:
Transformation
public class SetBackgroundColorTransformation extends NodeTransformation
-
-
Constructor Summary
Constructors Constructor Description SetBackgroundColorTransformation(String nodeId, String color)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()voidtransform(SVGSummary summary)-
Methods inherited from class org.jbpm.process.svg.model.NodeTransformation
getNodeId
-
-
-
-
Method Detail
-
getColor
public String getColor()
-
transform
public void transform(SVGSummary summary)
-
-