DroidDiagram Programmer's Guide
TableNodeBuilder.shadowOffsetY Method
See Also
 






Sets the vertical distance between a shadow and the item that casts it.

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

 Syntax

Java  Copy Code

public TableNodeBuilder shadowOffsetY (
    float value
)

 Parameters

value

A float value representing the vertical offset of the item's shadow.

 Return Value

This DiagramItemBuilder instance.

 See Also

TableNodeBuilder Members
TableNodeBuilder Class
com.mindfusion.diagramming.builders Namespace