Uses of Class
org.graphstream.ui.swing.renderer.AreaSkeleton
Packages that use AreaSkeleton
-
Uses of AreaSkeleton in org.graphstream.ui.swing.renderer.shape.swing
Methods in org.graphstream.ui.swing.renderer.shape.swing with parameters of type AreaSkeletonModifier and TypeMethodDescriptionvoidArea.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.swing.util
Methods in org.graphstream.ui.swing.util with parameters of type AreaSkeletonModifier and TypeMethodDescriptionstatic doubleShapeUtil.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 doubleShapeUtil.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).