Uses of Class
overit.geocall.util.SimpleMatrix
Packages that use SimpleMatrix
-
Uses of SimpleMatrix in overit.geocall.basic.ui.control
Fields in overit.geocall.basic.ui.control declared as SimpleMatrixModifier and TypeFieldDescriptionprotected SimpleMatrixGrid._childrenMatrixprotected SimpleMatrixLayout._matrixMethods in overit.geocall.basic.ui.control that return SimpleMatrixModifier and TypeMethodDescriptionprotected SimpleMatrixGrid.getChildrenMatrix()protected SimpleMatrixLayout.getMatrix()Methods in overit.geocall.basic.ui.control with parameters of type SimpleMatrixModifier and TypeMethodDescriptionprotected static LayoutLayout.create(Component parent, SimpleMatrix matrix) protected voidLayout.createLayout(SimpleMatrix matrix) voidSortableGenericGridComponents.setMatrix(SimpleMatrix matrix) -
Uses of SimpleMatrix in overit.geocall.util
Methods in overit.geocall.util that return SimpleMatrixModifier and TypeMethodDescriptionDynamicMatrix.toSimpleMatrix()Creates aSimpleMatrixof equal height and width of theDynamicMatrixand fill it with the element present in this matrix.Methods in overit.geocall.util with parameters of type SimpleMatrixModifier and TypeMethodDescriptionvoidDynamicMatrix.set(int x, int y, SimpleMatrix dm) Sets the elements in the matrix starting from the element to row'x'and column'y'.