Uses of Enum Class
nl.tudelft.simulation.language.d2.DirectionalLine.Side
Packages that use DirectionalLine.Side
-
Uses of DirectionalLine.Side in nl.tudelft.simulation.language.d2
Methods in nl.tudelft.simulation.language.d2 that return DirectionalLine.SideModifier and TypeMethodDescriptionDirectionalLine.getSide
(Line2D.Double line) Gets the side of this line that the specified line segment is on.DirectionalLine.getSideThick
(double x, double y) Gets the side of this line the specified point is on.DirectionalLine.getSideThin
(double x, double y) Gets the side of this line the specified point is on.static DirectionalLine.Side
Returns the enum constant of this class with the specified name.static DirectionalLine.Side[]
DirectionalLine.Side.values()
Returns an array containing the constants of this enum class, in the order they are declared.