TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.internal
Class Insets

java.lang.Object
  extended by org.eclipse.tptp.platform.report.chart.internal.Insets

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public class Insets
extends java.lang.Object

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

left_

protected int left_
Deprecated. 

right_

protected int right_
Deprecated. 

top_

protected int top_
Deprecated. 

bottom_

protected int bottom_
Deprecated. 
Constructor Detail

Insets

public Insets()
Deprecated. 

Insets

public Insets(int i)
Deprecated. 

Insets

public Insets(int _left,
              int _right,
              int _top,
              int _bottom)
Deprecated. 
Method Detail

getL

public int getL()
Deprecated. 

getR

public int getR()
Deprecated. 

getT

public int getT()
Deprecated. 

getB

public int getB()
Deprecated. 

getW

public int getW()
Deprecated. 

getH

public int getH()
Deprecated. 

isEmpty

public boolean isEmpty()
Deprecated. 

reset

public void reset()
Deprecated. 

setInsets

public void setInsets(int _left,
                      int _right,
                      int _top,
                      int _bottom)
Deprecated. 

setInsets

public void setInsets(int _len)
Deprecated. 

setL

public void setL(int v)
Deprecated. 

setR

public void setR(int v)
Deprecated. 

setT

public void setT(int v)
Deprecated. 

setB

public void setB(int v)
Deprecated. 

addL

public void addL(int v)
Deprecated. 

addR

public void addR(int v)
Deprecated. 

addT

public void addT(int v)
Deprecated. 

addB

public void addB(int v)
Deprecated. 

maxL

public void maxL(int v)
Deprecated. 

maxR

public void maxR(int v)
Deprecated. 

maxT

public void maxT(int v)
Deprecated. 

maxB

public void maxB(int v)
Deprecated. 

max

public 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.

Parameters:
base - base rectangle to compute insets
rect2 - secondary rectangle to get insets from base rectangle.

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object

TPTP 4.5.0 Platform Project
Internal API Specification