Class VertexMetadata<V>
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.sugiyama.VertexMetadata<V>
-
public class VertexMetadata<V> extends Object
Holds the metadata for LVI vertices as an alternative to copying them
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyTo(LV<V> v)
apply the saved metadata to the supplied vertexstatic <V> VertexMetadata<V>
of(LV<V> vertex)
store the metadata for the supplied vertexString
toString()
-
-
-
Method Detail
-
of
public static <V> VertexMetadata<V> of(LV<V> vertex)
store the metadata for the supplied vertex- Type Parameters:
V
-- Parameters:
vertex
-- Returns:
-
applyTo
public void applyTo(LV<V> v)
apply the saved metadata to the supplied vertex- Parameters:
v
-
-
-