Package fr.soleil.data.target.information

Examples of fr.soleil.data.target.information.MatrixInformation


    }

    @Override
    public void execute() {
        delegate.warnMediators(new MatrixInformation(this, matrix.getFlatValue()));
    }
View Full Code Here


  public void setFlatStringMatrix(String[] value, int width, int height) {
      this.values = value;
  }

  public void setParameter(String parameter) {
      delegate.warnMediators(new MatrixInformation(this, new String[][] { { parameter } }));
  }
View Full Code Here

        public void setFlatStringMatrix(String[] value, int width, int height) {
            this.values = value;
        }

        public void setParameter(String parameter) {
            delegate.warnMediators(new MatrixInformation(this, new String[][] { { parameter } }));
        }
View Full Code Here

TOP

Related Classes of fr.soleil.data.target.information.MatrixInformation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.