Examples of pointsymbol()


Examples of com.nr.lna.PSpage.pointsymbol()

    pg.puttext("Hello",100,100,0.0);
//    pg.addtext(" World");
    pg.putctext("Hello World",200,100,0.0);
    pg.putrtext("Hello World",300,100,0.0);
    pg.lineseg(400,100,500,100);
    pg.pointsymbol(550,100,72,16.0);

    pg.setlinewidth(3.0);
    pg.setdash("4 4");
    pg.puttext("Hello",100,200,90.0);
//    pg.addtext(" World");
View Full Code Here

Examples of com.nr.lna.PSpage.pointsymbol()

    pg.puttext("Hello",100,200,90.0);
//    pg.addtext(" World");
    pg.putctext("Hello World",200,200,90.0);
    pg.putrtext("Hello World",300,200,90.0);
    pg.lineseg(400,200,500,200);
    pg.pointsymbol(550,200,108,20.0);

    pg.setdash("");
    pg.puttext("Hello",100,300,45.0);
//    pg.addtext(" World");
    pg.putctext("Hello World",200,300,45.0);
View Full Code Here

Examples of com.nr.lna.PSpage.pointsymbol()

    pg.puttext("Hello",100,300,45.0);
//    pg.addtext(" World");
    pg.putctext("Hello World",200,300,45.0);
    pg.putrtext("Hello World",300,300,45.0);
    pg.lineseg(400,300,500,300);
    pg.pointsymbol(550,300,115,20.0);

    pg.gsave();
    pg.setgray(0.7);
    pg.puttext("Hello",100,400,45.0);
//    pg.addtext(" World");
View Full Code Here

Examples of com.nr.lna.PSpage.pointsymbol()

    pg.puttext("Hello",100,400,45.0);
//    pg.addtext(" World");
    pg.putctext("Hello World",200,400,45.0);
    pg.putrtext("Hello World",300,400,45.0);
    pg.lineseg(400,400,500,400);
    pg.pointsymbol(550,400,110,20.0);

    pg.grestore();
    pg.puttext("Hello",100,500,45.0);
//    pg.addtext(" World");
    pg.putctext("Hello World",200,500,45.0);
View Full Code Here

Examples of com.nr.lna.PSpage.pointsymbol()

    pg.puttext("Hello",100,500,45.0);
//    pg.addtext(" World");
    pg.putctext("Hello World",200,500,45.0);
    pg.putrtext("Hello World",300,500,45.0);
    pg.lineseg(400,500,500,500);
    pg.pointsymbol(550,500,112,12.0);

    pg.puttext("Hello",100,600,45.0);
    pg.rawps("gsave 200.0 600.0 translate 90.0 rotate 0 0 mt ");
    pg.addtext(" World");
    pg.rawps("grestore\n");
View Full Code Here

Examples of com.nr.lna.PSplot.pointsymbol()

    plot1.setdash("6 2 4 2");
    plot1.lineplot(x1,y3);
    plot1.setdash("");

    plot1.pointsymbol(1.,exp(-0.5),72,16.);
    plot1.pointsymbol(2.,exp(-1.),108,12.);
    plot1.pointsymbol(2.,exp(-2.),115,12.);
    plot1.label("dingbat 72",1.1,exp(-0.5));
    plot1.label("dingbat 108",2.1,exp(-1.));
    plot1.label("dingbat 115",2.1,exp(-2.));
   
View Full Code Here

Examples of com.nr.lna.PSplot.pointsymbol()

    plot1.lineplot(x1,y3);
    plot1.setdash("");

    plot1.pointsymbol(1.,exp(-0.5),72,16.);
    plot1.pointsymbol(2.,exp(-1.),108,12.);
    plot1.pointsymbol(2.,exp(-2.),115,12.);
    plot1.label("dingbat 72",1.1,exp(-0.5));
    plot1.label("dingbat 108",2.1,exp(-1.));
    plot1.label("dingbat 115",2.1,exp(-2.));
   
    PSplot plot2=new PSplot(pg,325.,475.,325.,475.);
View Full Code Here

Examples of com.nr.lna.PSplot.pointsymbol()

    plot1.lineplot(x1,y2);
    plot1.setdash("6 2 4 2");
    plot1.lineplot(x1,y3);
    plot1.setdash("");

    plot1.pointsymbol(1.,exp(-0.5),72,16.);
    plot1.pointsymbol(2.,exp(-1.),108,12.);
    plot1.pointsymbol(2.,exp(-2.),115,12.);
    plot1.label("dingbat 72",1.1,exp(-0.5));
    plot1.label("dingbat 108",2.1,exp(-1.));
    plot1.label("dingbat 115",2.1,exp(-2.));
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.