@Deprecated
public class XArrayConfig
extends java.lang.Object
SpatialConfig| Constructor and Description |
|---|
XArrayConfig()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DirectionConfig |
getDirection()
Deprecated.
|
LocationConfig |
getLocation()
Deprecated.
|
XArrayMode |
getMode()
Deprecated.
|
PlacementConfig |
getPlacement()
Deprecated.
|
void |
setDirection(DirectionConfig direction)
Deprecated.
|
void |
setLocation(LocationConfig location)
Deprecated.
|
void |
setMode(XArrayMode mode)
Deprecated.
|
void |
setPlacement(PlacementConfig placement)
Deprecated.
|
@Deprecated public XArrayConfig()
public XArrayMode getMode()
public void setMode(XArrayMode mode)
mode - the xArray Modepublic PlacementConfig getPlacement()
public void setPlacement(PlacementConfig placement)
placement - the xArray placement configuration.public LocationConfig getLocation()
public void setLocation(LocationConfig location)
location - the xArray location configurationpublic DirectionConfig getDirection()
public void setDirection(DirectionConfig direction)
direction - the xArray direction configuration object you want the xArray to use.