This is the base class for the elements that can be used in Shape definitions. You will use its descendants - LineTemplate, ArcTemplate and BezierTemplate - when defining custom shapes.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public abstract class ElementTemplate |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.diagramming.ElementTemplate
com.mindfusion.diagramming.ArcTemplate
com.mindfusion.diagramming.BezierTemplate
com.mindfusion.diagramming.LineTemplate
com.mindfusion.diagramming.RoundRectangleTemplate
See Also