Uses of Class
org.openstreetmap.josm.actions.OrthogonalizeAction.Direction

Packages that use OrthogonalizeAction.Direction
org.openstreetmap.josm.actions   
 

Uses of OrthogonalizeAction.Direction in org.openstreetmap.josm.actions
 

Fields in org.openstreetmap.josm.actions declared as OrthogonalizeAction.Direction
 OrthogonalizeAction.Direction[] OrthogonalizeAction.WayData.segDirections
           
 

Methods in org.openstreetmap.josm.actions that return OrthogonalizeAction.Direction
 OrthogonalizeAction.Direction OrthogonalizeAction.Direction.changeBy(int directionChange)
           
static OrthogonalizeAction.Direction OrthogonalizeAction.Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OrthogonalizeAction.Direction[] OrthogonalizeAction.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openstreetmap.josm.actions with parameters of type OrthogonalizeAction.Direction
 void OrthogonalizeAction.WayData.calcDirections(OrthogonalizeAction.Direction pInitialDirection)
          Estimate the direction of the segments, given the first segment points in the direction pInitialDirection.
 



JOSM