jhplot.shapes
Class Picture
- java.lang.Object
-
- jhplot.shapes.HShape
-
- jhplot.shapes.Picture
-
- All Implemented Interfaces:
- java.io.Serializable
public class Picture extends HShape
Insert a picture in the PNG or GIF format onHPlot
canvas. The main system is the USER.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description Picture(double X1, double Y1, java.awt.Image image)
Create a picture object in the USER coordinatesPicture(double X1, double Y1, java.lang.String imageFile)
Create a picture object in the USER coordinates
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
doc()
Show online documentation.java.awt.Image
getPicture()
Get the imagejava.lang.String
toString()
-
Methods inherited from class jhplot.shapes.HShape
contains, getColor, getFill, getPosition, getPositionCoordinate, getRotation, getScaledPosition, getSettings, getStroke, getTransparency, getWhoAm, setColor, setDashed, setDotted, setFill, setPosCoord, setPositionCoordinate, setRotation, setStroke, setTransparency, setWhoAm, updateSettings
-
-
-
-
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 positionY1
- Y end positionimageFile
- 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 positionY1
- Y end positionimageFile
- Image
-
-
DMelt 3.0 © DataMelt by jWork.ORG