Package org.openstreetmap.josm.actions
Class CreateCircleAction.PolarNode
- java.lang.Object
-
- org.openstreetmap.josm.actions.CreateCircleAction.PolarNode
-
- All Implemented Interfaces:
Comparable<CreateCircleAction.PolarNode>
- Enclosing class:
- CreateCircleAction
private static class CreateCircleAction.PolarNode extends Object implements Comparable<CreateCircleAction.PolarNode>
Class designed to create a couple between a node and its angle relative to the center of the circle.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(CreateCircleAction.PolarNode o)
boolean
equals(Object obj)
int
hashCode()
-
-
-
Method Detail
-
compareTo
public int compareTo(CreateCircleAction.PolarNode o)
- Specified by:
compareTo
in interfaceComparable<CreateCircleAction.PolarNode>
-
-