Uses of Class
edu.uci.ics.jung.graph.decorators.StringLabeller.UniqueLabelException

Packages that use StringLabeller.UniqueLabelException
edu.uci.ics.jung.graph.decorators   
edu.uci.ics.jung.utils   
 

Uses of StringLabeller.UniqueLabelException in edu.uci.ics.jung.graph.decorators
 

Methods in edu.uci.ics.jung.graph.decorators that throw StringLabeller.UniqueLabelException
 void ToStringLabeller.assignDefaultLabels(java.util.Set vertices, int offset)
          This method is not meaningful; it throws an IllegalArgumentException
 void ToStringLabeller.setLabel(Vertex v, java.lang.String l)
          This method always throws an IllegalArgument exception: you cannot externally set the setstring method.
 void StringLabeller.setLabel(Vertex v, java.lang.String l)
          Associates a Vertex with a Label, overrwriting any previous labels on this vertex.
 void StringLabeller.assignDefaultLabels(java.util.Set vertices, int offset)
          Assigns textual labels to every vertex passed in.
 void GlobalStringLabeller.setLabel(Vertex v, java.lang.String l)
          Associates a Vertex with a Label, overrwriting any previous labels on this vertex or vertices equal to it.
 

Uses of StringLabeller.UniqueLabelException in edu.uci.ics.jung.utils
 

Methods in edu.uci.ics.jung.utils that throw StringLabeller.UniqueLabelException
static void GraphUtils.copyLabels(StringLabeller source, StringLabeller target)
          Copies the labels of vertices from one StringLabeller to another.