Documentation of 'jhplot.shapes.Picture' Java class.
Picture
jhplot.shapes

Class Picture

  • All Implemented Interfaces:
    java.io.Serializable


    public class Picture
    extends HShape
    Insert a picture in the PNG or GIF format on HPlot canvas. The main system is the USER.
    See Also:
    Serialized Form
    • Constructor Detail

      • Picture

        public Picture(double X1,
                       double Y1,
                       java.lang.String imageFile)
        Create a picture object in the USER coordinates
        Parameters:
        X1 - X start position
        Y1 - Y end position
        imageFile - Image file name
      • Picture

        public Picture(double X1,
                       double Y1,
                       java.awt.Image image)
        Create a picture object in the USER coordinates
        Parameters:
        X1 - X start position
        Y1 - Y end position
        imageFile - Image
    • Method Detail

      • getPicture

        public java.awt.Image getPicture()
        Get the image
        Returns:
        Actual image
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string representation of this label, the text.
      • doc

        public void doc()
        Show online documentation.

DMelt 3.0 © DataMelt by jWork.ORG