| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.builder(Function<T,String> nodeAsString)
Creates a builder for
ImmutableGraphAsDot. |
static <T> ImmutableGraphAsDot.Builder<T> |
GraphAsDot.builder(Function<T,String> nodeAsString) |
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.edgeAttributes(BiFunction<T,T,Map<String,String>> edgeAttributes)
Initializes the value for the
edgeAttributes attribute. |
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.from(GraphAsDot<T> instance)
Fill a builder with attribute values from the provided
GraphAsDot instance. |
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.label(String label)
Initializes the value for the
label attribute. |
ImmutableGraphAsDot.Builder<T> |
ImmutableGraphAsDot.Builder.nodeAttributes(Function<T,Map<String,String>> nodeAttributes)
Initializes the value for the
nodeAttributes attribute. |
Copyright © 2019. All rights reserved.