public interface AttributeUtils
Modifier and Type | Interface and Description |
---|---|
static class |
AttributeUtils.Tuple<X,Y> |
Modifier and Type | Method and 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) |
default org.graphstream.ui.geom.Point3[] getPoints(java.lang.Object values)
default double[] getDoubles(java.lang.Object values)
default AttributeUtils.Tuple<org.graphstream.ui.geom.Point3,org.graphstream.ui.geom.Point3> boundingBoxOfPoints(org.graphstream.ui.geom.Point3[] points)