Uses of Class
org.faceless.graph2.Key
-
Packages that use Key Package Description org.faceless.graph2 -
-
Uses of Key in org.faceless.graph2
Methods in org.faceless.graph2 with parameters of type Key Modifier and Type Method Description void
Graph. addKey(Key key, double x, double y)
Set a Key on the graph, and position it at the specified location on the Graph.void
Graph. addKey(Key key, int position)
Set a Key on the graph and position it at the edges of the Output.
-