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