Uses of Class
org.graphstream.ui.javafx.renderer.AreaSkeleton
Package | Description |
---|---|
org.graphstream.ui.javafx.renderer.shape.javafx | |
org.graphstream.ui.javafx.util |
-
Uses of AreaSkeleton in org.graphstream.ui.javafx.renderer.shape.javafx
Methods in org.graphstream.ui.javafx.renderer.shape.javafx with parameters of type AreaSkeleton Modifier and Type Method Description void
Area. configureAreaForElement(Backend backend, org.graphstream.ui.view.camera.DefaultCamera2D camera, AreaSkeleton skel, org.graphstream.ui.graphicGraph.GraphicElement element, ShapeDecor decor)
Select the general size and position of the shape. -
Uses of AreaSkeleton in org.graphstream.ui.javafx.util
Methods in org.graphstream.ui.javafx.util with parameters of type AreaSkeleton Modifier and Type Method Description static double
ShapeUtil. evalTargetRadius2D(org.graphstream.ui.graphicGraph.stylesheet.Style style, AreaSkeleton skeleton, org.graphstream.ui.geom.Point3 p0, org.graphstream.ui.geom.Point3 p1, org.graphstream.ui.geom.Point3 p2, org.graphstream.ui.geom.Point3 p3, org.graphstream.ui.view.camera.DefaultCamera2D camera)
Try to evaluate the "radius" of the given area skeleton considering a cubic curve edge between points `p0` and point `p3` and curving to control points `p1` and `p2`.static double
ShapeUtil. evalTargetRadius2D(org.graphstream.ui.graphicGraph.stylesheet.Style style, AreaSkeleton skeleton, org.graphstream.ui.geom.Point3 p0, org.graphstream.ui.geom.Point3 p3, org.graphstream.ui.view.camera.DefaultCamera2D camera)
Try to evaluate the "radius" of the given area skeleton considering an edge between points `p0` and point `p3` (the edge is considered a straight line).