Class JungLayout<T>

    • Field Detail

      • layout

        protected edu.uci.ics.jung.algorithms.layout.AbstractLayout<T,​RepastEdge<T>> layout
    • Constructor Detail

      • JungLayout

        public JungLayout()
    • Method Detail

      • setLayout

        protected void setLayout()
      • getLocation

        public float[] getLocation​(T obj)
        Description copied from interface: Layout
        Gets the location of the specified object as determined by this layout.
        Parameters:
        obj - the object whose location we want.
        Returns:
        the location of the object.
      • getBoundingBox

        public Box getBoundingBox()
        Description copied from interface: Layout
        Gets a bounding box that describes the extent of this layout in location coordinates.
        Returns:
        a bounding box that describes the extent of this layout in location coordinates, or a 0 size box if the extent is unknown.