Package | Description |
---|---|
org.openstreetmap.josm.actions.mapmode |
Modifier and Type | Field and Description |
---|---|
private ExtrudeAction.ReferenceSegment |
ExtrudeAction.activeMoveDirection
The direction that is currently active.
|
private ExtrudeAction.ReferenceSegment |
ExtrudeAction.dualAlignSegment1
Dual alignment reference segments
|
private ExtrudeAction.ReferenceSegment |
ExtrudeAction.dualAlignSegment2
Dual alignment reference segments
|
Modifier and Type | Field and Description |
---|---|
private List<ExtrudeAction.ReferenceSegment> |
ExtrudeAction.possibleMoveDirections
Possible directions to move to.
|
Modifier and Type | Method and Description |
---|---|
private void |
ExtrudeAction.drawReferenceSegment(Graphics2D g2,
MapView mv,
ExtrudeAction.ReferenceSegment seg)
Draws given reference segment.
|