java.lang.Object
qupath.bioimageio.spec.tensor.axes.Axes
Utility methods for Axis objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetAxesString(Axis[] axes) Get the old "bcyx" style axis representation of an Axis array.Get any type adapters/deserializers needed for axis objects.
-
Constructor Details
-
Axes
public Axes()
-
-
Method Details
-
getAxesString
Get the old "bcyx" style axis representation of an Axis array.- Parameters:
axes- The Axis array.- Returns:
- A string representing the axis types.
-
getDeserializers
Get any type adapters/deserializers needed for axis objects.- Returns:
- a map of class to deserializer for that class.
-