Modifier and Type | Method and Description |
---|---|
ColorDefinition |
ColorDefinition.cloneObject()
Creates and returns a deep copy of this
ColorDefinition object. |
ColorDefinition |
RenderInformationBase.createColorDefinition()
Creates a new color definition object without an id.
|
ColorDefinition |
ListOfColorDefinitions.get(long i)
Returns a pointer to the
ColorDefinition with the given index or null if
the index is invalid. |
ColorDefinition |
ListOfColorDefinitions.get(String id)
|
ColorDefinition |
RenderInformationBase.getColorDefinition(long index)
Returns a pointer to the color definition with the given index, or
null
if the index is invalid. |
ColorDefinition |
RenderInformationBase.getColorDefinition(String id)
Returns a pointer to the color definition with the given
id , or null
if there is no color definition with that id. |
ColorDefinition |
ListOfColorDefinitions.remove(long n)
Removes the nth item from this
ListOfColorDefinitions items and returns a pointer to
it. |
ColorDefinition |
ListOfColorDefinitions.remove(String sid)
Removes item in this ListOfColorDefinition items with the given identifier.
|
ColorDefinition |
RenderInformationBase.removeColorDefinition(long index)
Removes the color definition with the given index from the list of color definitions.
|
Modifier and Type | Method and Description |
---|---|
int |
RenderInformationBase.addColorDefinition(ColorDefinition cd)
Adds a copy of the given color definition to the end of the list of
color definitions.
|