java.lang.Object
qupath.bioimageio.spec.tensor.axes.Axes

public class Axes extends Object
Utility methods for Axis objects.
  • Constructor Details

    • Axes

      public Axes()
  • Method Details

    • getAxesString

      public static String getAxesString(Axis[] axes)
      Get the old "bcyx" style axis representation of an Axis array.
      Parameters:
      axes - The Axis array.
      Returns:
      A string representing the axis types.
    • getDeserializers

      public static Map<Class<?>,com.google.gson.JsonDeserializer<?>> getDeserializers()
      Get any type adapters/deserializers needed for axis objects.
      Returns:
      a map of class to deserializer for that class.