Class template for coloring objects with stroke colors prepared to be the default color cycle.
More...
|
| DefaultColorCycleStyling () |
| Constructor. Sets the stroke mapping the the default color cycle.
|
|
AttributeMap | map (int index, AObject &object) override |
| Create a map of attributes from the stored attribute maps.
|
|
std::string | info () override |
| Returns informal string about the currently set mappings.
|
|
virtual std::unique_ptr< ObjectMapping > | createMapping (const std::string &mappingName) |
| Create a mapping for the object from a name. More...
|
|
void | set (const std::string &key, std::unique_ptr< ObjectMapping > mapping) |
| Sets the given attribute to the attribute mapping.
|
|
void | set (const std::string &key, const std::string &mappingName) |
| Sets the given attribute to the fixed value.
|
|
void | setStroke (const std::string &mappingName) |
| Legacy method to set the mapping on how to match a object to the stroke color. More...
|
|
void | setStrokeWidth (const std::string &mappingName) |
| Legacy method to set the mapping on how to match a object to the stroke width. More...
|
|
template<class AObject>
class Belle2::TrackFindingCDC::DefaultColorCycleStyling< AObject >
Class template for coloring objects with stroke colors prepared to be the default color cycle.
Definition at line 185 of file Styling.h.