Uses of Interface
ch.nolix.baseapi.container.matrix.IMatrix
Packages that use IMatrix
Package
Description
-
Uses of IMatrix in ch.nolix.base.container.matrix
Classes in ch.nolix.base.container.matrix that implement IMatrixModifier and TypeClassDescriptionfinal classMatrix<E>AMatrixis aAbstractContainerthat stores its elements in rows and columns.Methods in ch.nolix.base.container.matrix with parameters of type IMatrix -
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