java.lang.Object
repast.simphony.visualization.cgd.graph.CGDNode

public class CGDNode extends Object
  • Field Details

    • maxNIndex

      public static int maxNIndex
    • x

      protected double x
    • y

      protected double y
    • width

      protected double width
    • height

      protected double height
    • isDummy

      protected boolean isDummy
  • Constructor Details

    • CGDNode

      public CGDNode()
    • CGDNode

      public CGDNode(int _index)
    • CGDNode

      public CGDNode(int _index, String _identifier)
    • CGDNode

      public CGDNode(double _x, double _y)
  • Method Details

    • addChild

      public void addChild(int ch)
    • setX

      public void setX(double _x)
    • getX

      public double getX()
    • setY

      public void setY(double _y)
    • getY

      public double getY()
    • getIndex

      public int getIndex()
    • setIndex

      public void setIndex(int i)
    • getIdentifier

      public String getIdentifier()
    • setIdentifier

      public void setIdentifier(String s)
    • getChildren

      public CGDTreeSet<Integer> getChildren()
    • getBoundingBox

      public Point2D.Double getBoundingBox()
    • getPosition

      public Point2D.Double getPosition()
    • setPosition

      public void setPosition(double _x, double _y)
    • setPosition

      public void setPosition(Point2D.Double new_position)
    • setBoundingBox

      public void setBoundingBox(double _width, double _height)