Uses of Class
org.jungrapht.visualization.layout.algorithms.sugiyama.VertexMetadata
-
Packages that use VertexMetadata Package Description org.jungrapht.visualization.layout.algorithms.eiglsperger org.jungrapht.visualization.layout.algorithms.sugiyama -
-
Uses of VertexMetadata in org.jungrapht.visualization.layout.algorithms.eiglsperger
Fields in org.jungrapht.visualization.layout.algorithms.eiglsperger with type parameters of type VertexMetadata Modifier and Type Field Description protected Map<LV<V>,VertexMetadata<V>>
EiglspergerRunnable. vertexMetadataMap
Methods in org.jungrapht.visualization.layout.algorithms.eiglsperger that return types with arguments of type VertexMetadata Modifier and Type Method Description protected Map<LV<V>,VertexMetadata<V>>
EiglspergerRunnable. save(LV<V>[][] in)
Method parameters in org.jungrapht.visualization.layout.algorithms.eiglsperger with type arguments of type VertexMetadata Modifier and Type Method Description protected LV<V>[][]
EiglspergerRunnable. restore(LV<V>[][] layers, Map<LV<V>,VertexMetadata<V>> vertexMetadataMap)
-
Uses of VertexMetadata in org.jungrapht.visualization.layout.algorithms.sugiyama
Fields in org.jungrapht.visualization.layout.algorithms.sugiyama with type parameters of type VertexMetadata Modifier and Type Field Description protected Map<LV<V>,VertexMetadata<V>>
SugiyamaRunnable. vertexMetadataMap
Methods in org.jungrapht.visualization.layout.algorithms.sugiyama that return VertexMetadata Modifier and Type Method Description static <V> VertexMetadata<V>
VertexMetadata. of(LV<V> vertex)
store the metadata for the supplied vertexMethods in org.jungrapht.visualization.layout.algorithms.sugiyama that return types with arguments of type VertexMetadata Modifier and Type Method Description protected Map<LV<V>,VertexMetadata<V>>
SugiyamaRunnable. save(LV<V>[][] in)
Method parameters in org.jungrapht.visualization.layout.algorithms.sugiyama with type arguments of type VertexMetadata Modifier and Type Method Description protected LV<V>[][]
SugiyamaRunnable. restore(LV<V>[][] layers, Map<LV<V>,VertexMetadata<V>> vertexMetadataMap)
-