org.openstreetmap.josm.actions.mapmode
Class ExtrudeAction.ReferenceSegment

java.lang.Object
  extended by org.openstreetmap.josm.actions.mapmode.ExtrudeAction.ReferenceSegment
Enclosing class:
ExtrudeAction

private class ExtrudeAction.ReferenceSegment
extends java.lang.Object


Field Summary
 EastNorth en
           
 boolean perpendicular
           
 WaySegment ws
           
 
Constructor Summary
ExtrudeAction.ReferenceSegment(EastNorth en, WaySegment ws, boolean perpendicular)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

en

public final EastNorth en

ws

public final WaySegment ws

perpendicular

public final boolean perpendicular
Constructor Detail

ExtrudeAction.ReferenceSegment

public ExtrudeAction.ReferenceSegment(EastNorth en,
                                      WaySegment ws,
                                      boolean perpendicular)


JOSM