result.append("\n");
result.append(prefix);
}
result.append(" effective: [");
EffectiveStyleAppender styleAppender = new EffectiveStyleAppender(result);
ArrayListMultimap<String, IStyle<?>> ruleToStyle = ArrayListMultimap.create();
if(effective instanceof StyleSetWithTracking) {
StyleSetWithTracking trackingSet = (StyleSetWithTracking) effective;
for(IStyle<?> style : effective.getStyles()) {
String n = trackingSet.getStyleSource(style).getRuleName();