public interface TacticalQuad extends TacticalGraphic
| Modifier and Type | Method and Description | 
|---|---|
| double | getLength()Indicates the length of the quad. | 
| double | getWidth()Indicates the width of the quad. | 
| void | setLength(double length)Specifies the length of the quad. | 
| void | setWidth(double width)Specifies the width of the quad. | 
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, setValuesdouble getLength()
double getWidth()
void setLength(double length)
length - New length, in meters.void setWidth(double width)
width - New width, in meters.