Uses of Interface
org.jbpm.process.svg.model.Transformation
-
Packages that use Transformation Package Description org.jbpm.process.svg org.jbpm.process.svg.model org.jbpm.process.svg.processor -
-
Uses of Transformation in org.jbpm.process.svg
Methods in org.jbpm.process.svg with parameters of type Transformation Modifier and Type Method Description voidSVGImageProcessor. transform(Transformation t) -
Uses of Transformation in org.jbpm.process.svg.model
Classes in org.jbpm.process.svg.model that implement Transformation Modifier and Type Class Description classNodeTransformationclassSetBackgroundColorTransformationclassSetBorderColorTransformationclassSetSubProcessLinkTransformation -
Uses of Transformation in org.jbpm.process.svg.processor
Methods in org.jbpm.process.svg.processor with parameters of type Transformation Modifier and Type Method Description voidAbstractSVGProcessor. transform(Transformation t)voidSVGProcessor. transform(Transformation t)
-