Package com.iizix.prop
Interface IPropCnrColor
- All Known Implementing Classes:
AxisColor
,ChartColor
,PlotColor
,SeriesColor
public interface IPropCnrColor
Interface for a generic color setting for a property container implemented by enum classes.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GColor
getDefaultValue()
Gets the default value when the property is not set.java.lang.String
getPropName()
Returns the name of the property, usually starting with '$'.
Method Detail
getDefaultValue
GColor getDefaultValue()
Gets the default value when the property is not set.
getPropName
java.lang.String getPropName()
Returns the name of the property, usually starting with '$'.