- text(double, double, String) - Static method in class it.uniupo.drawLib.StdDraw
-
Write the given text string in the current font, centered on (x, y).
- text(double, double, String, double) - Static method in class it.uniupo.drawLib.StdDraw
-
Write the given text string in the current font, centered on (x, y) and
rotated by the specified number of degrees
- textLeft(double, double, String) - Static method in class it.uniupo.drawLib.StdDraw
-
Write the given text string in the current font, left-aligned at (x, y).
- textRight(double, double, String) - Static method in class it.uniupo.drawLib.StdDraw
-
Write the given text string in the current font, right-aligned at (x, y).
- titolo(String) - Static method in class it.uniupo.quizLib.QuizUtils
-
- toggleDirected(GraphInterface) - Static method in class it.uniupo.graphLib.GraphUtils
-
If the input is a directed graph it returns an undirected one,
if the input graph is undirected, it returns a directed graph
- toggleDirected(GraphInterface) - Static method in class it.uniupo.quizLib.QuizUtils
-
If the input is a(n ordered) directed graph it returns an (ordered) undirected one,
if the input graph is (ordered) undirected, it returns a (ordered) directed graph
- toString() - Method in class it.uniupo.algoTools.QuickFind
-
- toString() - Method in class it.uniupo.algoTools.QuickUnion
-
- toString() - Method in class it.uniupo.algoTools.UnionByRank
-
- toString() - Method in class it.uniupo.graphLib.Edge
-
- toString() - Method in class it.uniupo.graphLib.Graph
-