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

Vertex shape for rendering.

## Constant: CIRCLE
Description: Outlined circular vertex.

## Constant: CIRCLE_FILLED
Description: Filled circular vertex.

## Constant: SQUARE
Description: Outlined square vertex.

## Constant: SQUARE_FILLED
Description: Filled square vertex.

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


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


