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