Uses of Class
com.treescrub.spedran.data.NameColor
-
Packages that use NameColor Package Description com.treescrub.spedran.data Contains all the classes that represent resources on the SRC API. -
-
Uses of NameColor in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return types with arguments of type NameColor Modifier and Type Method Description Optional<NameColor>NameStyle. getColor()Gets the color whenNameStyle.getStyle()isNameStyle.Style.SOLID.Optional<NameColor>NameStyle. getEndColor()Gets the end or rightmost color whenNameStyle.getStyle()isNameStyle.Style.GRADIENT.Optional<NameColor>NameStyle. getStartColor()Gets the start or leftmost color whenNameStyle.getStyle()isNameStyle.Style.GRADIENT.
-