|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProgressMonitor | |
|---|---|
| org.javanetworkanalyzer.analyzers | |
| org.javanetworkanalyzer.progress | |
| Uses of ProgressMonitor in org.javanetworkanalyzer.analyzers |
|---|
| Fields in org.javanetworkanalyzer.analyzers declared as ProgressMonitor | |
|---|---|
protected ProgressMonitor |
GraphAnalyzer.pm
Progress monitor. |
| Constructors in org.javanetworkanalyzer.analyzers with parameters of type ProgressMonitor | |
|---|---|
GraphAnalyzer(org.jgrapht.Graph<V,E> graph,
ProgressMonitor pm)
Initializes a new instance of a graph analyzer with the given ProgressMonitor. |
|
UnweightedGraphAnalyzer(org.jgrapht.Graph<VUCent,E> graph,
ProgressMonitor pm)
Initializes a new instance of an unweighted graph analyzer with the given ProgressMonitor. |
|
WeightedGraphAnalyzer(org.jgrapht.WeightedGraph<VWCent,E> graph,
ProgressMonitor pm)
Initializes a new instance of a weighted graph analyzer with the given ProgressMonitor. |
|
| Uses of ProgressMonitor in org.javanetworkanalyzer.progress |
|---|
| Classes in org.javanetworkanalyzer.progress that implement ProgressMonitor | |
|---|---|
class |
DefaultProgressMonitor
Default implementation of a progress monitor that prints a progress bar to the console. |
class |
NullProgressMonitor
A ProgressMonitor which does nothing. |
| Constructors in org.javanetworkanalyzer.progress with parameters of type ProgressMonitor | |
|---|---|
ConsoleProgressBar(ProgressMonitor pm,
int width,
int frequency)
Constructs a ConsoleProgressBar based on the given
ProgressMonitor with the specified character width of the bar and
the update frequency in seconds (1, 2, ...). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||