Uses of Class
org.teamapps.dto.UiGaugeHighlight
-
Uses of UiGaugeHighlight in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiGaugeHighlight Modifier and Type Field Description protected java.util.List<UiGaugeHighlight>UiGaugeOptions. highlightsMethods in org.teamapps.dto that return UiGaugeHighlight Modifier and Type Method Description UiGaugeHighlightUiGaugeHighlight. setColor(java.lang.String color)UiGaugeHighlightUiGaugeHighlight. setFrom(java.lang.Double from)UiGaugeHighlightUiGaugeHighlight. setTo(java.lang.Double to)Methods in org.teamapps.dto that return types with arguments of type UiGaugeHighlight Modifier and Type Method Description java.util.List<UiGaugeHighlight>UiGaugeOptions. getHighlights()Method parameters in org.teamapps.dto with type arguments of type UiGaugeHighlight Modifier and Type Method Description UiGaugeOptionsUiGaugeOptions. setHighlights(java.util.List<UiGaugeHighlight> highlights)