Uses of Enum
com.github.micycle1.clipper2.offset.EndType
Packages that use EndType
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 EndType in com.github.micycle1.clipper2
Methods in com.github.micycle1.clipper2 with parameters of type EndTypeModifier 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 EndType in com.github.micycle1.clipper2.offset
Methods in com.github.micycle1.clipper2.offset that return EndTypeModifier and TypeMethodDescriptionstatic EndTypeReturns the enum constant of this type with the specified name.static EndType[]EndType.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 EndType