Package one.empty3.feature20220726
Interface InterfaceMatrix
public interface InterfaceMatrix
-
Method Summary
-
Method Details
-
init
void init(int columns, int lines) -
setCompNo
void setCompNo(int no) -
getCompNo
int getCompNo() -
set
void set(int column, int line, double values) -
set
void set(int column, int line, double... values) -
get
double get(int column, int line) -
getValues
double[] getValues(int column, int line)
-