|
TPTP 4.5.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.chart.internal.Insets
org.eclipse.tptp.platform.report.birt).
public class Insets
Insets with Jscrib sauce ... Hold four margins one for each directions...
| Field Summary | |
|---|---|
protected int |
bottom_
Deprecated. |
protected int |
left_
Deprecated. |
protected int |
right_
Deprecated. |
protected int |
top_
Deprecated. |
| Constructor Summary | |
|---|---|
Insets()
Deprecated. |
|
Insets(int i)
Deprecated. |
|
Insets(int _left,
int _right,
int _top,
int _bottom)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addB(int v)
Deprecated. |
void |
addL(int v)
Deprecated. |
void |
addR(int v)
Deprecated. |
void |
addT(int v)
Deprecated. |
int |
getB()
Deprecated. |
int |
getH()
Deprecated. |
int |
getL()
Deprecated. |
int |
getR()
Deprecated. |
int |
getT()
Deprecated. |
int |
getW()
Deprecated. |
boolean |
isEmpty()
Deprecated. |
void |
max(IRect base,
IRect rect2)
Deprecated. Update insets using maxX method getting L,R,T,B from rect2 rectangle if it is not contained inside base rectangle. |
void |
maxB(int v)
Deprecated. |
void |
maxL(int v)
Deprecated. |
void |
maxR(int v)
Deprecated. |
void |
maxT(int v)
Deprecated. |
void |
reset()
Deprecated. |
void |
setB(int v)
Deprecated. |
void |
setInsets(int _len)
Deprecated. |
void |
setInsets(int _left,
int _right,
int _top,
int _bottom)
Deprecated. |
void |
setL(int v)
Deprecated. |
void |
setR(int v)
Deprecated. |
void |
setT(int v)
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 left_
protected int right_
protected int top_
protected int bottom_
| Constructor Detail |
|---|
public Insets()
public Insets(int i)
public Insets(int _left,
int _right,
int _top,
int _bottom)
| Method Detail |
|---|
public int getL()
public int getR()
public int getT()
public int getB()
public int getW()
public int getH()
public boolean isEmpty()
public void reset()
public void setInsets(int _left,
int _right,
int _top,
int _bottom)
public void setInsets(int _len)
public void setL(int v)
public void setR(int v)
public void setT(int v)
public void setB(int v)
public void addL(int v)
public void addR(int v)
public void addT(int v)
public void addB(int v)
public void maxL(int v)
public void maxR(int v)
public void maxT(int v)
public void maxB(int v)
public void max(IRect base,
IRect rect2)
base - base rectangle to compute insetsrect2 - secondary rectangle to get insets from base rectangle.public java.lang.String toString()
toString in class java.lang.Object
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||