Documentation of 'com.mxgraph.util.mxImage' Java class
mxImage
com.mxgraph.util

Class mxImage

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class mxImage
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable
    Implements a 2-dimensional point with double precision coordinates.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      mxImage(java.lang.String src, int width, int height)
      Constructs a new point at (0, 0).
    • Constructor Detail

      • mxImage

        public mxImage(java.lang.String src,
                       int width,
                       int height)
        Constructs a new point at (0, 0).
    • Method Detail

      • getSrc

        public java.lang.String getSrc()
        Returns:
        the src
      • setSrc

        public void setSrc(java.lang.String src)
        Parameters:
        src - the src to set
      • getWidth

        public int getWidth()
        Returns:
        the width
      • setWidth

        public void setWidth(int width)
        Parameters:
        width - the width to set
      • getHeight

        public int getHeight()
        Returns:
        the height
      • setHeight

        public void setHeight(int height)
        Parameters:
        height - the height to set

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.