Class GraphEditorDemo.VertexFactory

java.lang.Object
edu.uci.ics.jung.samples.GraphEditorDemo.VertexFactory
All Implemented Interfaces:
com.google.common.base.Supplier<Number>, Supplier<Number>
Enclosing class:
GraphEditorDemo

class GraphEditorDemo.VertexFactory extends Object implements com.google.common.base.Supplier<Number>
  • Field Details

    • i

      int i
  • Constructor Details

    • VertexFactory

      VertexFactory()
  • Method Details

    • get

      public Number get()
      Specified by:
      get in interface com.google.common.base.Supplier<Number>
      Specified by:
      get in interface Supplier<Number>