DroidDiagram Programmer's Guide
Theme.registerStyle Method
See Also
 






Registers the specified Style object for the items of the specified type.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void registerStyle (
    Class<?> type,
    Style style
)

 Parameters

type

The runtime type to register.

style

The style to associate with the specified type. The previously associated style, if any, is discarded.

 See Also

Theme Members
Theme Class
com.mindfusion.diagramming Namespace