Uses of Interface
mx.unam.ciencias.edd.VerticeGrafica
-
Uses of VerticeGrafica in mx.unam.ciencias.edd
Methods in mx.unam.ciencias.edd that return VerticeGraficaModifier and TypeMethodDescriptionRegresa el vértice correspondiente el elemento recibido.Methods in mx.unam.ciencias.edd that return types with arguments of type VerticeGraficaModifier and TypeMethodDescriptionIterable<? extends VerticeGrafica<T>>
VerticeGrafica.vecinos()
Regresa un iterable con los vecinos del vértice.Methods in mx.unam.ciencias.edd with parameters of type VerticeGraficaModifier and TypeMethodDescriptionvoid
AccionVerticeGrafica.actua
(VerticeGrafica<T> vertice) Realiza una acción sobre un vértice de gráfica.void
Grafica.setColor
(VerticeGrafica<T> vertice, Color color) Define el color del vértice recibido.