Examples of saveParameters()


Examples of org.renjin.graphics.GraphicsDevice.saveParameters()

      Vector lty,
      Vector lwd,
      @ArgumentList ListVector parameters) {

    GraphicsDevice dd = Devices.GEcurrentDevice(context);
    dd.saveParameters();

    int numRects = maxLength(xleft, ybottom, xright, ytop);
    for(int i=0;i!=numRects; ++i) {

      Color fillColor = Color.fromExp(context, dd, col, i % col.length());
View Full Code Here

Examples of org.renjin.graphics.GraphicsDevice.saveParameters()

  @Internal
  public static void title(@Current Context context, SEXP main, SEXP sub, SEXP xlab, SEXP ylab,
      double line, boolean outer, @ArgumentList ListVector arguments) {
    GraphicsDevice dd = Devices.GEcurrentDevice(context);
    dd.saveParameters();  

    double adj, adjy, offset, hpos, vpos, where;
    int i, n;
   
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.