TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.report.core.provisional
Class BoundsImpl

java.lang.Object
  extended byorg.eclipse.tptp.platform.report.core.provisional.BoundsImpl
All Implemented Interfaces:
IBounds

public class BoundsImpl
extends java.lang.Object
implements IBounds

Concrete class of the IBounds interface.

See Also:
IBounds

Field Summary
protected  double height
           
protected  double width
           
 
Constructor Summary
BoundsImpl()
           
 
Method Summary
 double getHeight()
          Returns the height of the bound.
 double getWidth()
          Returns the width of the bound.
 void setHeight(double height)
          Sets the height of the bound
 void setWidth(double width)
          Sets the width of the bound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

protected double width

height

protected double height
Constructor Detail

BoundsImpl

public BoundsImpl()
Method Detail

getHeight

public double getHeight()
Description copied from interface: IBounds
Returns the height of the bound.

Specified by:
getHeight in interface IBounds
Returns:
the height of the bound.

setHeight

public void setHeight(double height)
Description copied from interface: IBounds
Sets the height of the bound

Specified by:
setHeight in interface IBounds
Parameters:
height - the height of the bound

getWidth

public double getWidth()
Description copied from interface: IBounds
Returns the width of the bound.

Specified by:
getWidth in interface IBounds
Returns:
the width of the bound.

setWidth

public void setWidth(double width)
Description copied from interface: IBounds
Sets the width of the bound

Specified by:
setWidth in interface IBounds
Parameters:
width - the width of the bound

TPTP 4.1.0 Platform Project
Public API Specification