Modifier and Type | Method and Description |
---|---|
GlobalRenderInformation |
GlobalRenderInformation.cloneObject()
Creates and returns a deep copy of this
GlobalRenderInformation object. |
GlobalRenderInformation |
RenderListOfLayoutsPlugin.createGlobalRenderInformation()
Creates a new local render information object and adds it to the list.
|
GlobalRenderInformation |
ListOfGlobalRenderInformation.get(java.lang.String id)
|
GlobalRenderInformation |
RenderListOfLayoutsPlugin.getRenderInformation(long index)
Returns a pointer to the local render information object with the given
index.
|
GlobalRenderInformation |
RenderListOfLayoutsPlugin.getRenderInformation(java.lang.String id)
Returns a pointer to the local render information object with the given
id.
|
GlobalRenderInformation |
ListOfGlobalRenderInformation.remove(java.lang.String sid)
Removes item in this
ListOfGlobalRenderInformation items with the given identifier. |
GlobalRenderInformation |
RenderListOfLayoutsPlugin.removeGlobalRenderInformation(long index)
Removed the render information with the given index from the list.
|
GlobalRenderInformation |
RenderListOfLayoutsPlugin.removeGlobalRenderInformation(java.lang.String id)
Removed the render information with the given
id from the list. |
Modifier and Type | Method and Description |
---|---|
void |
RenderListOfLayoutsPlugin.addGlobalRenderInformation(GlobalRenderInformation pLRI)
Adds a copy of the given local render information object to the list of
local render information objects.
|