Package org.rascalmpl.library.vis.figure.compose

Examples of org.rascalmpl.library.vis.figure.compose.Grid


    case GRID:
      Figure[][] elems = make2DList(env, c.get(0), properties, childPropsNext);
      if(elems.length == 0){
        return new Space(null, properties );
      }
      return new Grid( elems, properties);
     
           
    case OUTLINE:
      return new Outline( properties, (IList)c.get(0), ((IInteger) c.get(1)).intValue());
   
View Full Code Here

TOP

Related Classes of org.rascalmpl.library.vis.figure.compose.Grid

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.