- keepIconAspectRatio(boolean) - Method in class org.girod.jgraphml.model.IconResource
-
Specify if the aspect ratio must be kept.
- keepIconAspectRatio(boolean) - Method in class org.girod.jgraphml.model.NodeLabel
-
Specify if the icon aspect ratio must be kept.
- KEY - Static variable in interface org.girod.jgraphml.xml.XMLTags
-
The key tag.
- KeyType - Class in org.girod.jgraphml.model
-
Represents a key type.
- KeyType(String, String) - Constructor for class org.girod.jgraphml.model.KeyType
-
- KeyType(String, String, String, boolean) - Constructor for class org.girod.jgraphml.model.KeyType
-
- KeyType(String, String, boolean) - Constructor for class org.girod.jgraphml.model.KeyType
-
- KKLayout<V,E> - Class in edu.uci.ics.jung.algorithms.layout
-
Implements the Kamada-Kawai algorithm for node layout.
- KKLayout() - Constructor for class edu.uci.ics.jung.algorithms.layout.KKLayout
-
Creates an instance which does not initialize the vertex locations.
- KKLayout(Distance<V>) - Constructor for class edu.uci.ics.jung.algorithms.layout.KKLayout
-
Creates an instance which does not initialize the vertex locations.
- KKLayout(Graph<V, E>) - Constructor for class edu.uci.ics.jung.algorithms.layout.KKLayout
-
Creates an instance for the specified graph.
- KKLayout(Graph<V, E>, Distance<V>) - Constructor for class edu.uci.ics.jung.algorithms.layout.KKLayout
-
Creates an instance for the specified graph and distance metric.