public class AxisList<T extends Axis> extends AbstractConfigurationObject
| Constructor and Description |
|---|
AxisList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAxis(T axis)
Adds a new axis to the list
|
boolean |
contains(Axis axis) |
List<T> |
getAxes() |
T |
getAxis(int index)
Finds the axis at the given index
|
int |
getNumberOfAxes() |
int |
indexOf(Axis axis) |
void |
removeAxis(T axis)
Removes an axis from the list
|
public int getNumberOfAxes()
public T getAxis(int index)
index - The index of the axispublic void addAxis(T axis)
axis - The axis to addpublic void removeAxis(T axis)
axis - The axis to removepublic int indexOf(Axis axis)
public boolean contains(Axis axis)
Copyright © 2025. All rights reserved.