TPTP 4.6.0 Platform Project
Internal API Specification

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

All Superinterfaces:
IDItem, IDObject, IDSizeableItem
All Known Implementing Classes:
DGraphic

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 IDRenderable
extends IDSizeableItem

Provides a common interface for all renderable object.

See Also:
IRender

Method Summary
 java.lang.String getRenderableId()
          Deprecated. returns the unique Id of the renderable type
 
Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDSizeableItem
getHeightScale, getWidthScale, setHeightScale, setWidthScale
 
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

getRenderableId

java.lang.String getRenderableId()
Deprecated. 
returns the unique Id of the renderable type


TPTP 4.6.0 Platform Project
Internal API Specification