Modifier and Type | Method and Description |
---|---|
LocalRenderInformation |
LocalRenderInformation.cloneObject()
Creates and returns a deep copy of this
LocalRenderInformation object. |
LocalRenderInformation |
RenderLayoutPlugin.createLocalRenderInformation()
Creates a new local render information object and adds it to the list.
|
LocalRenderInformation |
ListOfLocalRenderInformation.get(String id)
|
LocalRenderInformation |
RenderLayoutPlugin.getRenderInformation(long index)
Returns a pointer to the local render information object with the given
index.
|
LocalRenderInformation |
RenderLayoutPlugin.getRenderInformation(String id)
Returns a pointer to the local render information object with the given
id.
|
LocalRenderInformation |
ListOfLocalRenderInformation.remove(String sid)
Removes item in this
ListOfLocalRenderInformation items with the given identifier. |
LocalRenderInformation |
RenderLayoutPlugin.removeLocalRenderInformation(long index)
Removed the render information with the given index from the list.
|
LocalRenderInformation |
RenderLayoutPlugin.removeLocalRenderInformation(String id)
Removed the render information with the given
id from the list. |
Modifier and Type | Method and Description |
---|---|
void |
RenderLayoutPlugin.addLocalRenderInformation(LocalRenderInformation pLRI)
Adds a copy of the given local render information object to the list of
local render information objects.
|