Package org.graphstream.ui.javafx.util
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(Object values)
default org.graphstream.ui.geom.Point3[]
getPoints(Object values)
-
Method Details
-
getPoints
-
getDoubles
-
boundingBoxOfPoints
default AttributeUtils.Tuple<org.graphstream.ui.geom.Point3,org.graphstream.ui.geom.Point3> boundingBoxOfPoints(org.graphstream.ui.geom.Point3[] points)
-