- serialize() - Method in class it.uniupo.graphLib.DirectedGraph
-
- serialize() - Method in class it.uniupo.graphLib.Edge
-
Returns the Edge as a string (tail, head and weight in this order and separated by blank)
- serialize() - Method in class it.uniupo.graphLib.Graph
-
- serialize() - Method in interface it.uniupo.graphLib.GraphInterface
-
A String representation of the graph in the format:
"\n" separated lines; first line = number of nodes;
each subsequent line is an edge in the format: head tail weight
- serialize() - Method in class it.uniupo.graphLib.UndirectedGraph
-
- serialize() - Method in class it.uniupo.quizLib.OrderedDigraph
-
- serialize() - Method in class it.uniupo.quizLib.OrderedUndigraph
-
- serialize() - Method in class it.uniupo.quizLib.ReverseOrderedDigraph
-
- serialize() - Method in class it.uniupo.quizLib.ReverseOrderedUndigraph
-
- setCanvasSize(int, int) - Static method in class it.uniupo.drawLib.StdDraw
-
Set the window size to w-by-h pixels.
- setFont() - Static method in class it.uniupo.drawLib.StdDraw
-
Set the font to the default font (sans serif, 16 point).
- setFont(Font) - Static method in class it.uniupo.drawLib.StdDraw
-
Set the font to the given value.
- setGraph(GraphInterface, boolean) - Method in class it.uniupo.drawLib.DrawGraph
-
- setPenColor() - Static method in class it.uniupo.drawLib.StdDraw
-
Set the pen color to the default color (black).
- setPenColor(Color) - Static method in class it.uniupo.drawLib.StdDraw
-
Set the pen color to the given color.
- setPenColor(int, int, int) - Static method in class it.uniupo.drawLib.StdDraw
-
Set the pen color to the given RGB color.
- setPenRadius() - Static method in class it.uniupo.drawLib.StdDraw
-
Set the pen size to the default (.002).
- setPenRadius(double) - Static method in class it.uniupo.drawLib.StdDraw
-
Set the radius of the pen to the given size.
- setScale(double, double) - Static method in class it.uniupo.drawLib.StdDraw
-
Set the x-scale and y-scale (a 10% border is added to the values)
- setTail(int) - Method in class it.uniupo.graphLib.Edge
-
Sets the value of the tail node
- setXscale() - Static method in class it.uniupo.drawLib.StdDraw
-
Set the x-scale to be the default (between 0.0 and 1.0).
- setXscale(double, double) - Static method in class it.uniupo.drawLib.StdDraw
-
Set the x-scale (a 10% border is added to the values)
- setYscale() - Static method in class it.uniupo.drawLib.StdDraw
-
Set the y-scale to be the default (between 0.0 and 1.0).
- setYscale(double, double) - Static method in class it.uniupo.drawLib.StdDraw
-
Set the y-scale (a 10% border is added to the values).
- show(int) - Static method in class it.uniupo.drawLib.StdDraw
-
Display on screen, pause for t milliseconds, and turn on
animation mode: subsequent calls to
drawing methods such as line(), circle(), and square()
will not be displayed on screen until the next call to show().
- show() - Static method in class it.uniupo.drawLib.StdDraw
-
Display on-screen and turn off animation mode:
subsequent calls to
drawing methods such as line(), circle(), and square()
will be displayed on screen when called.
- shuffle(int[]) - Static method in class it.uniupo.quizLib.GraphGen
-
- shuffleFixed(int[], int) - Static method in class it.uniupo.quizLib.GraphGen
-
/**
- simpleDagGen(int, double, double) - Static method in class it.uniupo.quizLib.GraphGen
-
- SLANTED - Static variable in class it.uniupo.quizLib.QuizUtils
-
- sort(GraphInterface) - Static method in class it.uniupo.quizLib.QuizUtils
-
If the input graph is an UndirectedGraph, it returns an OrderedUndigraph;
if it is a DirectedGraph, it returns an OrderedDigraph
- StdDraw - Class in it.uniupo.drawLib
-
Standard draw.
- STRAIGHT - Static variable in class it.uniupo.quizLib.QuizUtils
-