public class DefaultAxisType extends Object implements AxisType, Serializable, Comparable<AxisType>
AxisType
implementation.Axes
,
Serialized FormConstructor and Description |
---|
DefaultAxisType(String label)
Creates a non-spatial AxisType with the given label
|
DefaultAxisType(String label,
boolean spatial)
Creates a new AxisType with the given label and spatial status.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AxisType other) |
String |
getLabel() |
boolean |
isSpatial() |
boolean |
isXY() |
String |
toString() |
public DefaultAxisType(String label)
public DefaultAxisType(String label, boolean spatial)
public int compareTo(AxisType other)
compareTo
in interface Comparable<AxisType>
Copyright © 2014–2022 ImageJ. All rights reserved.