Interface AttributeUtils

All Known Implementing Classes:
ConnectorSkeleton, PieChartShape, PolygonShape

public interface AttributeUtils
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  AttributeUtils.Tuple<X,​Y>  
  • Method Summary

    Modifier and Type Method Description
    default AttributeUtils.Tuple<org.graphstream.ui.geom.Point3,​org.graphstream.ui.geom.Point3> boundingBoxOfPoints​(org.graphstream.ui.geom.Point3[] points)  
    default double[] getDoubles​(java.lang.Object values)  
    default org.graphstream.ui.geom.Point3[] getPoints​(java.lang.Object values)  
  • Method Details

    • getPoints

      default org.graphstream.ui.geom.Point3[] getPoints​(java.lang.Object values)
    • getDoubles

      default double[] getDoubles​(java.lang.Object values)
    • boundingBoxOfPoints

      default AttributeUtils.Tuple<org.graphstream.ui.geom.Point3,​org.graphstream.ui.geom.Point3> boundingBoxOfPoints​(org.graphstream.ui.geom.Point3[] points)