Searched refs:styleKey (Results 1 – 2 of 2) sorted by relevance
38 private final StyleKey styleKey; field in OneOfConstantsMapper41 protected OneOfConstantsMapper(final StyleKey styleKey) in OneOfConstantsMapper() argument43 this.styleKey = styleKey; in OneOfConstantsMapper()60 targetRule.setPropertyValue(styleKey, value); in updateStyle()66 return styleKey; in getStyleKey()
87 final StyleKey styleKey = (StyleKey) obj; in equals() local89 …if (!family.equals(styleKey.family) || (name != null ? !name.equals(styleKey.name) : styleKey.name… in equals()
Completed in 12 milliseconds