Uses of Record Class
cloud.opencode.base.captcha.security.TrajectoryData.Point
Packages that use TrajectoryData.Point
-
Uses of TrajectoryData.Point in cloud.opencode.base.captcha.security
Methods in cloud.opencode.base.captcha.security that return types with arguments of type TrajectoryData.PointModifier and TypeMethodDescriptionTrajectoryData.points()Returns the value of thepointsrecord component.Constructor parameters in cloud.opencode.base.captcha.security with type arguments of type TrajectoryData.PointModifierConstructorDescriptionTrajectoryData(List<TrajectoryData.Point> points, List<Long> timestamps, long totalDurationMs) Compact constructor with validation and defensive copies.