TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.report.core.provisional
Interface IBounds

All Known Implementing Classes:
BoundsImpl

public interface IBounds

Interface that specifies a width and height value. IBounds objects are used to define the chart dimensions during generation time.


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
 

Method Detail

getHeight

public double getHeight()
Returns the height of the bound.

Returns:
the height of the bound.

setHeight

public void setHeight(double height)
Sets the height of the bound

Parameters:
height - the height of the bound

getWidth

public double getWidth()
Returns the width of the bound.

Returns:
the width of the bound.

setWidth

public void setWidth(double width)
Sets the width of the bound

Parameters:
width - the width of the bound

TPTP 4.1.0 Platform Project
Public API Specification