Registers the specified Style object for the items of the specified type.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void registerStyle ( |
The runtime type to register.
The style to associate with the specified type. The previously associated style, if any, is discarded.
See Also