Uses of Annotation Type
com.github.micycle1.clipper2.Nullable
Packages that use Nullable
Package
Description
Clipper2 is an open source freeware library that performs line and polygon
clipping, and offsetting.
The Clipper64 and ClipperD classes in this unit encapsulate all the logic
that performs path clipping.
-
Uses of Nullable in com.github.micycle1.clipper2
Method parameters in com.github.micycle1.clipper2 with annotations of type NullableModifier and TypeMethodDescriptionstatic voidClipper.booleanOp(ClipType clipType, @Nullable Paths64 subject, @Nullable Paths64 clip, PolyTree64 polytree, FillRule fillRule) This function is a generic alternative to the Intersect, Difference, Union and XOR functions.static voidClipper.booleanOp(ClipType clipType, @Nullable Paths64 subject, @Nullable Paths64 clip, PolyTree64 polytree, FillRule fillRule) This function is a generic alternative to the Intersect, Difference, Union and XOR functions.static voidClipper.booleanOp(ClipType clipType, @Nullable PathsD subject, @Nullable PathsD clip, PolyTreeD polytree, FillRule fillRule) Applies the requested boolean operation to floating-point paths and stores the result in aPolyTreeDusing the default precision.static voidClipper.booleanOp(ClipType clipType, @Nullable PathsD subject, @Nullable PathsD clip, PolyTreeD polytree, FillRule fillRule) Applies the requested boolean operation to floating-point paths and stores the result in aPolyTreeDusing the default precision.static voidClipper.booleanOp(ClipType clipType, @Nullable PathsD subject, @Nullable PathsD clip, PolyTreeD polytree, FillRule fillRule, int precision) Applies the requested boolean operation to floating-point paths and stores the result in aPolyTreeD.static voidClipper.booleanOp(ClipType clipType, @Nullable PathsD subject, @Nullable PathsD clip, PolyTreeD polytree, FillRule fillRule, int precision) Applies the requested boolean operation to floating-point paths and stores the result in aPolyTreeD.static PathsDClipper.booleanOp(ClipType clipType, PathsD subject, @Nullable PathsD clip, FillRule fillRule, int precision) This function is a generic alternative to the Intersect, Difference, Union and XOR functions. -
Uses of Nullable in com.github.micycle1.clipper2.engine
Constructor parameters in com.github.micycle1.clipper2.engine with annotations of type Nullable