public class Frame
extends java.lang.Object
Constructor and Description |
---|
Frame()
Create the application.
|
Modifier and Type | Method and Description |
---|---|
static void |
callRepaint()
Call repaint.
|
static java.util.ArrayList<Vertex> |
getClosedV()
Gets the closed V.
|
static java.util.ArrayList<Edge> |
getResultE()
Gets the result E.
|
static java.util.ArrayList<Vertex> |
getResultV()
Gets the result V.
|
static int |
getVerticesCount()
Gets the vertices count.
|
static Visualization |
getVisualization()
Gets the visualization.
|
static void |
recalculateCB()
Recalculate CB.
|
static void |
setVerticesCount(int number)
Sets the vertices count.
|
public static Visualization getVisualization()
public static java.util.ArrayList<Vertex> getResultV()
public static java.util.ArrayList<Vertex> getClosedV()
public static java.util.ArrayList<Edge> getResultE()
public static void recalculateCB()
public static void setVerticesCount(int number)
number
- the new vertices countpublic static int getVerticesCount()
public static void callRepaint()