Class EdgePoints

java.lang.Object
org.graphstream.ui.swing.util.EdgePoints

public class EdgePoints extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.graphstream.ui.geom.Point3[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    EdgePoints(int n)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.graphstream.ui.geom.Point3
    apply(int i)
     
    void
    copy(org.graphstream.ui.geom.Point3[] newPoints)
     
    org.graphstream.ui.geom.Point3
    get(int i)
     
    void
    set(int i, double x, double y, double z)
     
    int
     
     
    void
    update(int i, org.graphstream.ui.geom.Point3 coos)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • points

      protected org.graphstream.ui.geom.Point3[] points
  • Constructor Details

    • EdgePoints

      public EdgePoints(int n)
  • Method Details

    • size

      public int size()
    • copy

      public void copy(org.graphstream.ui.geom.Point3[] newPoints)
    • set

      public void set(int i, double x, double y, double z)
    • get

      public org.graphstream.ui.geom.Point3 get(int i)
    • apply

      public org.graphstream.ui.geom.Point3 apply(int i)
    • update

      public void update(int i, org.graphstream.ui.geom.Point3 coos)
    • toString

      public String toString()
      Overrides:
      toString in class Object