|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VertexType | |
|---|---|
| cz.cuni.amis.pogamut.episodic.visualizer | |
| Uses of VertexType in cz.cuni.amis.pogamut.episodic.visualizer |
|---|
| Methods in cz.cuni.amis.pogamut.episodic.visualizer that return VertexType | |
|---|---|
static VertexType |
VertexType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VertexType[] |
VertexType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in cz.cuni.amis.pogamut.episodic.visualizer with parameters of type VertexType | |
|---|---|
void |
VisualizationRenderer.addVertex(int index,
int id,
double x,
double y,
String label,
Color c,
VertexType type)
Adds a new vertex to the specified graph while setting some other info and positioning the vertex on a given position. |
void |
VisualizationRenderer.addVertex(int index,
int id,
String label,
Color c,
VertexType type)
Adds a new vertex to the specified graph while setting some other info. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||