DroidDiagram Programmer's Guide
FreeFormNodeBuilder.shadowOffsetX Method
See Also
 






Sets the horizontal 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 FreeFormNodeBuilder shadowOffsetX (
    float value
)

 Parameters

value

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

 Return Value

This DiagramItemBuilder instance.

 See Also

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