DirectionalLine.Side |
DirectionalLine.getSide(Line2D.Double line) |
Gets the side of this line that the specified line segment is on.
|
DirectionalLine.Side |
DirectionalLine.getSideThick(double x,
double y) |
Gets the side of this line the specified point is on.
|
DirectionalLine.Side |
DirectionalLine.getSideThin(double x,
double y) |
Gets the side of this line the specified point is on.
|
static DirectionalLine.Side |
DirectionalLine.Side.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DirectionalLine.Side[] |
DirectionalLine.Side.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|