TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.render.internal
Interface IRenderLocation

All Known Implementing Classes:
DefaultRenderChartLocation

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 IRenderLocation

Information about a location inside a IDRenderable. An instance of this interface might be returned by method IRender#locate.

See Also:
IDRenderable, IDRender

Method Summary
 IShape getArea()
          Deprecated.  
 java.lang.String getId()
          Deprecated.  
 IDItem getItem()
          Deprecated.  
 

Method Detail

getId

java.lang.String getId()
Deprecated. 
Returns:
id for the location, null if unknown, id must be provided by IRender, or IDRenderable

getItem

IDItem getItem()
Deprecated. 
Returns:
item associated with this location

getArea

IShape getArea()
Deprecated. 
Returns:
area where the location is still valid

TPTP 4.5.0 Platform Project
Internal API Specification