Uses of Class
easik.sketch.util.Export.Components.ExportEdge

Packages that use ExportEdge
easik.sketch.util.Export   
easik.sketch.util.Export.Components   
 

Uses of ExportEdge in easik.sketch.util.Export
 

Fields in easik.sketch.util.Export with type parameters of type ExportEdge
private  java.util.HashMap<java.lang.String,ExportEdge> ExportHandler._edges
          HashMap of all edges to add to paths.
 

Uses of ExportEdge in easik.sketch.util.Export.Components
 

Fields in easik.sketch.util.Export.Components with type parameters of type ExportEdge
private  java.util.ArrayList<ExportEdge> ExportTable._edges
          The edges associated with this table
private  java.util.LinkedList<ExportEdge> ExportPath._edges
          The edges involved in this path
 

Methods in easik.sketch.util.Export.Components that return types with arguments of type ExportEdge
 java.util.LinkedList<ExportEdge> ExportPath.getEdges()
          Getter method for the linked list of edges contained in this path.
 

Methods in easik.sketch.util.Export.Components with parameters of type ExportEdge
 void ExportTable.addEdge(ExportEdge e)
          Add an edge to the arraylist of edges
 void ExportPath.addEdge(ExportEdge e)
          Adds an edge to the path.