Class EdgePoints

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

public class EdgePoints
extends java.lang.Object
  • 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 size()  
    java.lang.String toString()  
    void update​(int i, org.graphstream.ui.geom.Point3 coos)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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 java.lang.String toString()
      Overrides:
      toString in class java.lang.Object