ColoringCollection Methods TIBCO Spotfire 7.11 API Reference

The ColoringCollection type exposes the following members.

Methods

  Name Description
Public method AddCopy
Adds a copy of the given color rule collection with a new display name.
Public method AddMapping
Adds a mapping between the specified Coloring instance and the specified CategoryKey value. This means that the specified category will be colored by the specified coloring.
Public method AddNew
Adds a new Coloring instance to this ColoringCollection.
Public method AddNew(String)
Adds a new Coloring instance to this ColoringCollection.
Public method Clear
Clears all Coloring instances and mappings in this ColoringCollection.
Public method Contains
Determines whether the given coloring exists in this collection.
Public method GetCategories
Gets all CategoryKey values that are currently mapped to any Coloring managed by this ColoringCollection.
Public method GetCategoriesForColoring
Gets the CategoryKey values that are mapped to the specified Coloring, otherwise an empty list.
Public method GetColoringForCategory
Gets the Coloring instance that is mapped to the specified CategoryKey value, otherwise the default coloring for the category's data type. If no type can be established for the given category, or if no default has been set, null is returned.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Remove
Removes the specified Coloring instance and any mappings to it.
Public method RemoveAt
Removes the item at the given index.
Public method RemoveMapping
Removes the mapping between the specified Coloring instance and the specified CategoryKey value.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference