Search
Style.cloneShallow Method
See Also
 






Creates a shallow copy of this style.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public Style cloneShallow ()

 Return Value

A Style instance.

 Remarks

The members of the new style are initialized with the values of the current style without cloning them.

 See Also