Uses of Class
specialized_checkers.math.CheckerPolygon
Packages that use CheckerPolygon
-
Uses of CheckerPolygon in specialized_checkers.math
Subclasses with type arguments of type CheckerPolygon in specialized_checkers.mathModifier and TypeClassDescriptionclass
Checker forPolygon
instances, providing fluent validation methods for 2D polygon objects.Methods in specialized_checkers.math that return CheckerPolygonModifier and TypeMethodDescriptionstatic CheckerPolygon
CheckerPolygon.check
(int[] xpoints, int[] ypoints, int npoints) Creates a newCheckerPolygon
for the givenPolygon
from the specified parameters.static CheckerPolygon
Creates a newCheckerPolygon
for the givenPolygon
from the specified parameters with a custom name.static CheckerPolygon
Creates a newCheckerPolygon
for the givenPolygon
instance with a default name.static CheckerPolygon
Creates a newCheckerPolygon
for the givenPolygon
instance with a custom name.protected CheckerPolygon
CheckerPolygon.self()
Returns this checker instance (for fluent API usage).