Uses of Enum
com.github.micycle1.clipper2.offset.JoinType
Packages that use JoinType
Package
Description
Clipper2 is an open source freeware library that performs line and polygon
clipping, and offsetting.
This unit contains the ClipperOffset class that performs all polygon
offsetting.
-
Uses of JoinType in com.github.micycle1.clipper2
Methods in com.github.micycle1.clipper2 with parameters of type JoinTypeModifier and TypeMethodDescriptionstatic Paths64Clipper.inflatePaths(Paths64 paths, double delta, JoinType joinType, EndType endType) Inflates or shrinks integer paths with default miter and arc settings.static Paths64Clipper.inflatePaths(Paths64 paths, double delta, JoinType joinType, EndType endType, double miterLimit, double arcTolerance) Inflates or shrinks integer paths.static PathsDClipper.inflatePaths(PathsD paths, double delta, JoinType joinType, EndType endType) Inflates or shrinks floating-point paths with default settings.static PathsDClipper.inflatePaths(PathsD paths, double delta, JoinType joinType, EndType endType, double miterLimit) Inflates or shrinks floating-point paths with a custom miter limit.static PathsDClipper.inflatePaths(PathsD paths, double delta, JoinType joinType, EndType endType, double miterLimit, double arcTolerance, int precision) These functions encapsulateClipperOffset, the class that performs both polygon and open path offsetting. -
Uses of JoinType in com.github.micycle1.clipper2.offset
Methods in com.github.micycle1.clipper2.offset that return JoinTypeModifier and TypeMethodDescriptionstatic JoinTypeReturns the enum constant of this type with the specified name.static JoinType[]JoinType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.micycle1.clipper2.offset with parameters of type JoinType