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

Edge styles for rendering.

## Constant: DASHED
Description: Dashed edge line.

## Constant: DOTTED
Description: Dotted edge line.

## Constant: SOLID
Description: Solid edge line.

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


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


