public class ProgressData extends Object
| Constructor and Description |
|---|
ProgressData()
Bean constructor.
|
ProgressData(IComponentIdentifier providerid,
Object taskid,
Rectangle area,
boolean finished,
int imagewidth,
int imageheight,
String displayid)
Create a new ProgressData.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Test if two objects are equal.
|
Rectangle |
getArea()
Get the area.
|
String |
getDisplayId()
Get the displayid.
|
int |
getImageHeight()
Get the imageheight.
|
int |
getImageWidth()
Get the imagewidth.
|
IComponentIdentifier |
getProviderId()
Get the provider id.
|
Object |
getTaskId()
Get the task id.
|
int |
hashCode()
Calculate the hash code.
|
boolean |
isFinished()
Check if calculation is finished.
|
void |
setArea(Rectangle area)
Set the area.
|
void |
setDisplayId(String displayid)
Set the displayid.
|
void |
setFinished(boolean finished)
Set the finished flag.
|
void |
setImageHeight(int imageheight)
Set the imageheight.
|
void |
setImageWidth(int imagewidth)
Set the imagewidth.
|
void |
setProviderId(IComponentIdentifier providerid)
Set the provider id.
|
void |
setTaskId(Object taskid)
Set the task id.
|
String |
toString()
String representation.
|
public ProgressData()
public ProgressData(IComponentIdentifier providerid, Object taskid, Rectangle area, boolean finished, int imagewidth, int imageheight, String displayid)
public IComponentIdentifier getProviderId()
public void setProviderId(IComponentIdentifier providerid)
public Object getTaskId()
public void setTaskId(Object taskid)
public Rectangle getArea()
public void setArea(Rectangle area)
public boolean isFinished()
public void setFinished(boolean finished)
public int getImageWidth()
public void setImageWidth(int imagewidth)
imagewidth - The imagewidth to set.public int getImageHeight()
public void setImageHeight(int imageheight)
imageheight - The imageheight to set.public String getDisplayId()
public void setDisplayId(String displayid)
displayid - The displayid to set.public boolean equals(Object obj)
Copyright © 2012. All Rights Reserved.