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, setVisible
render
isHighlighted, setHighlighted
getReferencePosition, move, moveTo
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
Iterable<? extends TacticalPoint> getControlPoints()
void setControlPoints(Iterable<? extends TacticalPoint> points)
points
- New control points.