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
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