Uses of Class
adams.data.filter.HeatmapRotate.Rotation
-
Packages that use HeatmapRotate.Rotation Package Description adams.data.filter -
-
Uses of HeatmapRotate.Rotation in adams.data.filter
Fields in adams.data.filter declared as HeatmapRotate.Rotation Modifier and Type Field Description protected HeatmapRotate.RotationHeatmapRotate. m_Rotationthe type of rotation to perform.Methods in adams.data.filter that return HeatmapRotate.Rotation Modifier and Type Method Description HeatmapRotate.RotationHeatmapRotate. getRotation()Returns the type of rotation to perform.static HeatmapRotate.RotationHeatmapRotate.Rotation. valueOf(String name)Returns the enum constant of this type with the specified name.static HeatmapRotate.Rotation[]HeatmapRotate.Rotation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.filter with parameters of type HeatmapRotate.Rotation Modifier and Type Method Description voidHeatmapRotate. setRotation(HeatmapRotate.Rotation value)Sets the type of rotation to perform.
-