Uses of Class
org.openstreetmap.josm.actions.mapmode.ExtrudeAction.ReferenceSegment
-
Packages that use ExtrudeAction.ReferenceSegment Package Description org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes. -
-
Uses of ExtrudeAction.ReferenceSegment in org.openstreetmap.josm.actions.mapmode
Fields in org.openstreetmap.josm.actions.mapmode declared as ExtrudeAction.ReferenceSegment Modifier and Type Field Description private ExtrudeAction.ReferenceSegmentExtrudeAction. activeMoveDirectionThe direction that is currently active.private ExtrudeAction.ReferenceSegmentExtrudeAction. dualAlignSegment1Dual alignment reference segmentsprivate ExtrudeAction.ReferenceSegmentExtrudeAction. dualAlignSegment2Dual alignment reference segmentsFields in org.openstreetmap.josm.actions.mapmode with type parameters of type ExtrudeAction.ReferenceSegment Modifier and Type Field Description private java.util.List<ExtrudeAction.ReferenceSegment>ExtrudeAction. possibleMoveDirectionsPossible directions to move to.Methods in org.openstreetmap.josm.actions.mapmode with parameters of type ExtrudeAction.ReferenceSegment Modifier and Type Method Description private voidExtrudeAction. drawReferenceSegment(java.awt.Graphics2D g2, MapView mv, ExtrudeAction.ReferenceSegment seg)Draws given reference segment.
-