| Constructor and Description |
|---|
TagColorsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
TagColorsBuilder |
addTag(int tag,
Color color)
Adds a tag-color mapping to the builder which will be transferred to the TagColors later.
|
ITagColors |
buildTagColors()
Build the TagColors object based on the mappings created in this object.
|
public TagColorsBuilder addTag(int tag, Color color)
tag - the tag you want to assign a color tocolor - the color you want to assignpublic ITagColors buildTagColors()
Copyright © 2014–2020, Printing in 3D. All rights reserved.