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.Rotation
HeatmapRotate. m_Rotation
the type of rotation to perform.Methods in adams.data.filter that return HeatmapRotate.Rotation Modifier and Type Method Description HeatmapRotate.Rotation
HeatmapRotate. getRotation()
Returns the type of rotation to perform.static HeatmapRotate.Rotation
HeatmapRotate.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 void
HeatmapRotate. setRotation(HeatmapRotate.Rotation value)
Sets the type of rotation to perform.
-