|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.igc.util.internal.Size
org.eclipse.tptp.platform.report.birt).
public class Size
Implementation of a size.
| Field Summary | |
|---|---|
protected int |
height_
Deprecated. |
protected int |
width_
Deprecated. |
| Constructor Summary | |
|---|---|
Size(int w,
int h)
Deprecated. |
|
Size(ISize size)
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getH()
Deprecated. |
int |
getW()
Deprecated. |
void |
setH(int h)
Deprecated. |
void |
setSize(int w,
int h)
Deprecated. |
void |
setSize(ISize s)
Deprecated. |
void |
setW(int w)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int width_
protected int height_
| Constructor Detail |
|---|
public Size(int w,
int h)
public Size(ISize size)
| Method Detail |
|---|
public int getW()
getW in interface ISizepublic int getH()
getH in interface ISizepublic void setW(int w)
public void setH(int h)
public void setSize(int w,
int h)
public void setSize(ISize s)
public java.lang.String toString()
toString in class java.lang.Object
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||