Package io.keikai.model
Interface SColorScale
-
- All Known Implementing Classes:
ColorScaleImpl
public interface SColorScale- Since:
- 3.8.2
- Author:
- henri
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<SCFValueObject>getCFValueObjects()Returns the value objectjava.util.List<SColor>getColors()Returns the gradient colors
-
-
-
Method Detail
-
getCFValueObjects
java.util.List<SCFValueObject> getCFValueObjects()
Returns the value object
-
getColors
java.util.List<SColor> getColors()
Returns the gradient colors
-
-