Uses of Class
org.ujmp.core.doublematrix.calculation.entrywise.misc.GrayScale.ColorChannel
-
Packages that use GrayScale.ColorChannel Package Description org.ujmp.core org.ujmp.core.doublematrix.calculation.entrywise.misc -
-
Uses of GrayScale.ColorChannel in org.ujmp.core
Methods in org.ujmp.core with parameters of type GrayScale.ColorChannel Modifier and Type Method Description Matrix
AbstractMatrix. grayScale(Calculation.Ret returnType, GrayScale.ColorChannel colorChannel)
-
Uses of GrayScale.ColorChannel in org.ujmp.core.doublematrix.calculation.entrywise.misc
Fields in org.ujmp.core.doublematrix.calculation.entrywise.misc declared as GrayScale.ColorChannel Modifier and Type Field Description private GrayScale.ColorChannel
GrayScale. colorChannel
Methods in org.ujmp.core.doublematrix.calculation.entrywise.misc that return GrayScale.ColorChannel Modifier and Type Method Description static GrayScale.ColorChannel
GrayScale.ColorChannel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GrayScale.ColorChannel[]
GrayScale.ColorChannel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ujmp.core.doublematrix.calculation.entrywise.misc with parameters of type GrayScale.ColorChannel Modifier and Type Method Description Matrix
MiscEntrywiseDoubleCalculations. grayScale(Calculation.Ret ret, GrayScale.ColorChannel colorChannel)
Constructors in org.ujmp.core.doublematrix.calculation.entrywise.misc with parameters of type GrayScale.ColorChannel Constructor Description GrayScale(Matrix matrix, GrayScale.ColorChannel colorChannel)
-