TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Interface IDSizeableItem

All Superinterfaces:
IDItem, IDObject
All Known Subinterfaces:
IDRenderable
All Known Implementing Classes:
DGraphic, DImage, DTable

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 interface IDSizeableItem
extends IDItem

Provides an interface for resizable IDItem. With this interface it is possible to apply constraint on an item with a factor on Width and Height size.


Method Summary
 float getHeightScale()
          Deprecated. Returns the value of the height scale.
 float getWidthScale()
          Deprecated. Gets the value of the width scale.
 void setHeightScale(float v)
          Deprecated. Sets the height scale to 'v'.
 void setWidthScale(float v)
          Deprecated. Sets the width scale to 'v'.
 
Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 

Method Detail

setHeightScale

void setHeightScale(float v)
Deprecated. 
Sets the height scale to 'v'.

Parameters:
v - value of the height scale

setWidthScale

void setWidthScale(float v)
Deprecated. 
Sets the width scale to 'v'.

Parameters:
v - value of the width scale

getHeightScale

float getHeightScale()
Deprecated. 
Returns the value of the height scale.


getWidthScale

float getWidthScale()
Deprecated. 
Gets the value of the width scale.


TPTP 4.5.0 Platform Project
Internal API Specification