public class Palette extends Object
Palette class.
Constructor and Description |
---|
Palette()
Constructor for Palette.
|
Palette(String label)
Constructor for Palette.
|
Modifier and Type | Method and Description |
---|---|
void |
addCategory(PaletteCategory category)
addCategory
|
List<PaletteCategory> |
getCategories()
getCategories
|
String |
getLabel()
getLabel
|
void |
setLabel(String label)
setLabel
|
public List<PaletteCategory> getCategories()
getCategories
List
object.public void addCategory(PaletteCategory category)
addCategory
category
- a PaletteCategory
object.Copyright © 2015. All rights reserved.