mxGraph 2.5.0.1


com.mxgraph.util
Class mxImage

java.lang.Object
  extended by com.mxgraph.util.mxImage
All Implemented Interfaces:
Serializable, Cloneable

public class mxImage
extends Object
implements Serializable, Cloneable

Implements a 2-dimensional point with double precision coordinates.

See Also:
Serialized Form

Field Summary
protected  int height
          Holds the image width and height.
protected  String src
          Holds the path or URL for the image.
protected  int width
          Holds the image width and height.
 
Constructor Summary
mxImage(String src, int width, int height)
          Constructs a new point at (0, 0).
 
Method Summary
 int getHeight()
           
 String getSrc()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setSrc(String src)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

src

protected String src
Holds the path or URL for the image.


width

protected int width
Holds the image width and height.


height

protected int height
Holds the image width and height.

Constructor Detail

mxImage

public mxImage(String src,
               int width,
               int height)
Constructs a new point at (0, 0).

Method Detail

getSrc

public String getSrc()
Returns:
the src

setSrc

public void setSrc(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

mxGraph 2.5.0.1


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.