Examples of plotLine()


Examples of cnslab.cnsnetwork.Stimulus.plotLine()

      int y2)
    ////////////////////////////////////////////////////////////////////////
    {
      Stimulus stimulus = createStimulus ( );
     
      stimulus.plotLine ( x1 , y1, x2, y2, "AA", "BB" );

      final List<PInputEvent> poissonInputList = stimulus.init ( -1 );
     
      assertNotNull ( poissonInputList );
           
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.