Package org.rascalmpl.library.vis.figure.keys

Examples of org.rascalmpl.library.vis.figure.keys.Projection


    case PROJECTION:
      PropertyValue<String> projectOn = Properties.produceMaybeComputedValue(Types.STR,c.get(1),properties,env);
      Figure projectFrom = makeChild(0,env,c,properties,childPropsNext);
      Figure projection = makeChild(2,env,c,properties,childPropsNext);
      return new Projection(projectFrom,projectOn,projection,properties);
    case ROTATE:
      //TODO
//      child =  makeChild(1,env,c,properties,childPropsNext);
      //double angle = PropertyParsers.parseNum(c.get(0));
      throw new Error("Rotate out of order..");
View Full Code Here

TOP

Related Classes of org.rascalmpl.library.vis.figure.keys.Projection

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.