Modifier and Type | Method and Description |
---|---|
LocalStyle |
LocalStyle.cloneObject()
Creates and returns a deep copy of this
LocalStyle object. |
LocalStyle |
LocalRenderInformation.createStyle(String id)
Creates a new
LocalStyle object. |
LocalStyle |
ListOfLocalStyles.get(long i)
Returns a pointer to the
LocalStyle with the given index or null if
the index is invalid. |
LocalStyle |
ListOfLocalStyles.get(String id)
|
LocalStyle |
LocalRenderInformation.getStyle(long i)
Returns a pointer to the style with the given index.
|
LocalStyle |
LocalRenderInformation.getStyle(String id)
Returns a pointer to the style with the given
id . |
LocalStyle |
ListOfLocalStyles.remove(long n)
Removes the nth item from this
ListOfLocalStyles items and returns a pointer to
it. |
LocalStyle |
ListOfLocalStyles.remove(String sid)
Removes item in this
ListOfLocalStyles items with the given identifier. |
Modifier and Type | Method and Description |
---|---|
int |
LocalRenderInformation.addStyle(LocalStyle pStyle)
Adds a copy of a
LocalStyle to the GlobalRenderInformation object. |