Documentation of 'jas2.plot.java1.PlotGraphics11' Java class
PlotGraphics11
jas2.plot.java1

Class PlotGraphics11

    • Constructor Detail

      • PlotGraphics11

        public PlotGraphics11()
    • Method Detail

      • setStroke

        public void setStroke(java.awt.Stroke s)
        Specified by:
        setStroke in interface PlotGraphics
      • setClip

        public void setClip(int xmin,
                            int xmax,
                            int ymin,
                            int ymax)
        Specified by:
        setClip in interface PlotGraphics
      • drawLine

        public void drawLine(double x1,
                             double y1,
                             double x2,
                             double y2)
        Specified by:
        drawLine in interface PlotGraphics
      • drawPolyLine

        public void drawPolyLine(double[] x,
                                 double[] y,
                                 int n)
        Specified by:
        drawPolyLine in interface PlotGraphics
      • fillRect

        public void fillRect(double x1,
                             double y1,
                             double x2,
                             double y2)
        Specified by:
        fillRect in interface PlotGraphics
      • drawRect

        public void drawRect(double x1,
                             double y1,
                             double x2,
                             double y2)
        Specified by:
        drawRect in interface PlotGraphics
      • drawOval

        public void drawOval(double x1,
                             double y1,
                             double x2,
                             double y2)
        Specified by:
        drawOval in interface PlotGraphics
      • setColor

        public void setColor(java.awt.Color c)
        Specified by:
        setColor in interface PlotGraphics
      • drawString

        public void drawString(java.lang.String s,
                               double x,
                               double y)
        Specified by:
        drawString in interface PlotGraphics
      • setFont

        public void setFont(java.awt.Font f)
        Specified by:
        setFont in interface PlotGraphics
      • drawPolySymbol

        public void drawPolySymbol(double[] x,
                                   double[] y,
                                   double size,
                                   int type,
                                   int n)
        Specified by:
        drawPolySymbol in interface PlotGraphics
      • drawSymbol

        public void drawSymbol(double x,
                               double y,
                               double size,
                               int type)
        Specified by:
        drawSymbol in interface PlotGraphics
      • drawImage

        public void drawImage(java.awt.Image image,
                              double x,
                              double y,
                              java.awt.image.ImageObserver observer)
        Specified by:
        drawImage in interface PlotGraphics
      • drawImage

        public void drawImage(java.awt.Image image,
                              double x,
                              double y,
                              int width,
                              int height,
                              java.awt.image.ImageObserver observer)
        Specified by:
        drawImage in interface PlotGraphics
      • drawSymbol

        public static void drawSymbol(java.awt.Graphics g,
                                      int x,
                                      int y,
                                      int is,
                                      int type)
        This method is made public so it can be used for drawing legends.
      • createImage

        public java.awt.image.BufferedImage createImage(int width,
                                                        int height)
        Specified by:
        createImage in interface PlotGraphics

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.