Uses of Interface
ch.nolix.baseapi.datastructure.matrix.IMatrix
Packages that use IMatrix
Package
Description
-
Uses of IMatrix in ch.nolix.base.datastructure.matrix
Classes in ch.nolix.base.datastructure.matrix that implement IMatrixModifier and TypeClassDescriptionfinal classAMutableMatrixis aAbstractExtendedIterablethat stores its elements in rows and columns.Methods in ch.nolix.base.datastructure.matrix with parameters of type IMatrixModifier and TypeMethodDescriptionstatic <T> MutableMatrix<T> MutableMatrix.fromMatrix(IMatrix<T> matrix) -
Uses of IMatrix in ch.nolix.system.graphic.image
Methods in ch.nolix.system.graphic.image with parameters of type IMatrixModifier and TypeMethodDescriptionstatic MutableImageMutableImage.withPixels(IMatrix<IColor> pixels) -
Uses of IMatrix in ch.nolix.systemapi.graphic.image
Methods in ch.nolix.systemapi.graphic.image that return IMatrix