DroidDiagram Programmer's Guide
Layer.getVisible Method
See Also
 






Gets a value indicating whether the layer is visible. Items associated with hidden layers are not displayed, regardless of their own DiagramItem.getVisible property.

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

 Syntax

Java  Copy Code

public boolean getVisible ()

 Return Value

A boolean value specifying if the layer is visible.

 See Also

Layer Members
Layer Class
com.mindfusion.diagramming Namespace