Interface AttributeUtils

All Known Implementing Classes:
ConnectorSkeleton, PieChartShape, PolygonShape

public interface AttributeUtils
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • 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[]
     
    default org.graphstream.ui.geom.Point3[]
    getPoints(Object values)
     
  • Method Details

    • getPoints

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

      default double[] getDoubles(Object values)
    • boundingBoxOfPoints

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