Uses of Class
org.graphstream.ui.swing.util.AttributeUtils.Tuple
Packages that use AttributeUtils.Tuple
-
Uses of AttributeUtils.Tuple in org.graphstream.ui.swing.util
Methods in org.graphstream.ui.swing.util that return AttributeUtils.TupleModifier and TypeMethodDescriptionstatic AttributeUtils.Tuple<org.graphstream.ui.geom.Point2,Double> CubicCurve.approxIntersectionPointOnCurve(org.graphstream.ui.graphicGraph.GraphicEdge edge, Connector c, org.graphstream.ui.view.camera.DefaultCamera2D camera) Use a dichotomy method to evaluate the intersection between the `edge` destination node shape and the Bézier curve of the connector `c`.static AttributeUtils.Tuple<org.graphstream.ui.geom.Point2,Double> CubicCurve.approxIntersectionPointOnCurve(org.graphstream.ui.graphicGraph.GraphicEdge edge, Connector c, org.graphstream.ui.view.camera.DefaultCamera2D camera, int maxDepth) Use a dichotomy method to evaluate the intersection between the `edge` destination node shape and the Bézier curve of the connector `c`.static AttributeUtils.Tuple<org.graphstream.ui.geom.Point2,org.graphstream.ui.geom.Point2> CubicCurve.approxVectorEnteringCurve(org.graphstream.ui.graphicGraph.GraphicEdge edge, Connector c, org.graphstream.ui.view.camera.DefaultCamera2D camera) Return two points, one inside and the second outside of the shape of the destination node of the given `edge`, the points can be used to deduce a vector along the Bézier curve entering point in the shape.default AttributeUtils.Tuple<org.graphstream.ui.geom.Point3,org.graphstream.ui.geom.Point3> AttributeUtils.boundingBoxOfPoints(org.graphstream.ui.geom.Point3[] points)