Uses of Enum Class
org.jhotdraw8.geom.intersect.IntersectionStatus
Packages that use IntersectionStatus
-
Uses of IntersectionStatus in org.jhotdraw8.geom.intersect
Methods in org.jhotdraw8.geom.intersect that return IntersectionStatusModifier and TypeMethodDescriptionIntersectionResult.getStatus()IntersectionResultEx.getStatus()static IntersectionStatusReturns the enum constant of this class with the specified name.static IntersectionStatus[]IntersectionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jhotdraw8.geom.intersect with parameters of type IntersectionStatusModifierConstructorDescriptionIntersectionResult(IntersectionStatus status, Collection<? extends IntersectionPoint> copyItems) IntersectionResult(IntersectionStatus status, ImmutableCollection<? extends IntersectionPoint> copyItems) IntersectionResultEx(IntersectionStatus status, List<IntersectionPointEx> intersections)