|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.model.ui.ImagePositionInfo
public class ImagePositionInfo
ImagePositionInfo stores position information of images
Constructor Summary | |
---|---|
ImagePositionInfo(int x,
int y,
int width,
int height,
String url)
Constructor of ImagePositionInfo |
|
ImagePositionInfo(org.eclipse.swt.graphics.Rectangle rect,
String url,
Element image)
|
Method Summary | |
---|---|
Element |
getElement()
|
int |
getHeight()
|
String |
getUrl()
|
int |
getWidth()
|
int |
getX()
|
int |
getY()
|
void |
setHeight(int height)
Set height |
void |
setUrl(String url)
Set URL of image |
void |
setWidth(int width)
Set width |
void |
setX(int x)
Set X position |
void |
setY(int y)
Set Y position |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImagePositionInfo(int x, int y, int width, int height, String url)
ImagePositionInfo
x
- X positiony
- Y positionwidth
- widthheight
- heighturl
- image URLpublic ImagePositionInfo(org.eclipse.swt.graphics.Rectangle rect, String url, Element image)
Method Detail |
---|
public int getHeight()
public void setHeight(int height)
height
- public String getUrl()
public void setUrl(String url)
url
- public int getWidth()
public void setWidth(int width)
width
- public int getX()
public void setX(int x)
x
- public int getY()
public void setY(int y)
y
- public Element getElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |