public interface TacticalRoute extends TacticalGraphic
| Modifier and Type | Method and Description | 
|---|---|
| Iterable<? extends TacticalPoint> | getControlPoints()Indicates the control points along this route. | 
| void | setControlPoints(Iterable<? extends TacticalPoint> points)Specifies the control points along this route. | 
getAttributes, getDelegateOwner, getHighlightAttributes, getIdentifier, getLabelOffset, getModifier, getPositions, getText, getUnitsFormat, isShowGraphicModifiers, isShowHostileIndicator, isShowLocation, isShowTextModifiers, isVisible, setAttributes, setDelegateOwner, setHighlightAttributes, setLabelOffset, setModifier, setPositions, setShowGraphicModifiers, setShowHostileIndicator, setShowLocation, setShowTextModifiers, setText, setUnitsFormat, setVisiblerenderisHighlighted, setHighlightedgetReferencePosition, move, moveToaddPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValuesIterable<? extends TacticalPoint> getControlPoints()
void setControlPoints(Iterable<? extends TacticalPoint> points)
points - New control points.