# Enum: com.pnfsoftware.jeb.client.api.GraphDialogExtensions.LayoutMode

Graph rendering mode.

## Constant: FDC
Description: Force\-directed centrality. An internal layout is determined based on node centrality \(derived from user\-provided weight as well as edge\-betweenness scores\); that layout is modified by the repeated application of a force\-directed algorithm until a relatively stable layout is obtained.

## Constant: FDC_NO_WEIGHT
Description: Similar to [#FDC](#FDC), however after rendering, weights and scores of all vertices are reset to 0, making every node on the graph effectively equivalent, weight\-wise, to any other. Practically, that means all vertices will have the same size or colors shades.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.client.api.GraphDialogExtensions.LayoutMode`


## Static Method: values
- return type: `com.pnfsoftware.jeb.client.api.GraphDialogExtensions.LayoutMode[]`


