Uses of Class
org.jhotdraw8.geom.contour.PlineVertex
Packages that use PlineVertex
Package
Description
Provides classes for constructing contours around shapes.
-
Uses of PlineVertex in org.jhotdraw8.geom.contour
Methods in org.jhotdraw8.geom.contour that return PlineVertexModifier and TypeMethodDescriptionPlineVertex.clone()PlinePath.lastVertex()PlinePath.removeLast()Methods in org.jhotdraw8.geom.contour with parameters of type PlineVertexModifier and TypeMethodDescriptionvoidPlinePath.addVertex(PlineVertex v) BulgeConversionFunctions.arcRadiusAndCenter(PlineVertex v1, PlineVertex v2) voidPlinePath.lastVertex(PlineVertex newValue) static doublePlineVertex.segLength(PlineVertex v1, PlineVertex v2) static Point2D.DoublePlineVertex.segMidpoint(PlineVertex v1, PlineVertex v2)