Class ShowCubics
java.lang.Object
org.graphstream.ui.swing.renderer.shape.swing.ShowCubics
Utility trait to display cubics Bézier curves control polygons.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidshowCtrlPoints(Graphics2D g, org.graphstream.ui.view.camera.Camera camera, ConnectorSkeleton skel) Show the control polygons.
-
Field Details
-
showControlPolygon
public boolean showControlPolygon
-
-
Constructor Details
-
ShowCubics
public ShowCubics()
-
-
Method Details
-
showCtrlPoints
public void showCtrlPoints(Graphics2D g, org.graphstream.ui.view.camera.Camera camera, ConnectorSkeleton skel) Show the control polygons.
-