initValue method
void
initValue()
Implementation
void initValue() {
if (xyColor == null) {
xyColor = defaultColor;
}
if (fontColor == null) {
fontColor = defaultColor;
}
if (fontSize == null) {
fontSize = 10;
}
if (pressedHintLineColor == null) {
pressedHintLineColor = defaultColor;
}
if (yNum == null) {
yNum = 5;
}
if (isShowFloat == null) {
isShowFloat = false;
}
}