Class PaletteGroup

    • Field Detail

      • PALETTE_TYPE_GROUP

        public static final java.lang.String PALETTE_TYPE_GROUP
        Type Identifier
        See Also:
        Constant Field Values
    • Constructor Detail

      • PaletteGroup

        public PaletteGroup​(java.lang.String label)
        Creates a new PaletteGroup with the given label
        Parameters:
        label - the label
      • PaletteGroup

        public PaletteGroup​(java.lang.String label,
                            java.util.List children)
        Creates a new PaletteGroup with the given label and list of Palette Entries.
        Parameters:
        label - the label
        children - the list of PaletteEntry children