Class PaletteFactory
The palette factory.
Namespace: DcGeneral\DataDefinition\Palette
Deprecated: This class is deprecated for the moment, use the PaletteBuilder instead.
Located at DataDefinition/Palette/PaletteFactory.php
Deprecated: This class is deprecated for the moment, use the PaletteBuilder instead.
Located at DataDefinition/Palette/PaletteFactory.php
public static
|
#
createPaletteCollection( array|
Create a new palette collection from a list of palettes. |
public static
|
#
fillPaletteCollection(
Fill a palette collection from a multidimensional array of palettes. |
public static
|
#
createPalette( string $name = null, array $legend = null, array $_ = null )
Create a new palette from a list of legends. |
public static
|
#
fillPalette(
Fill a palette from a multidimensional array of legends. |
public static
|
#
createLegend( string $name, array|
Create a new legend from a list of properties. |
public static
|
#
fillLegend(
Fill a legend from a multidimensional array of properties. |