@Override public String getName() { return style.getName(); }
/** Creates a new Style Wrapper */ public StyleWrapper(StyleSet otherSet) { super(otherSet.getName()); this.style = otherSet; }