TPTP 4.2.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
DefaultRenderChartLocation

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()
           
 java.lang.String getId()
           
 IDItem getItem()
           
 

Method Detail

getId

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

getItem

public IDItem getItem()
Returns:
item associated with this location

getArea

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

TPTP 4.2.0 Platform Project
Internal API Specification