예제 #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;
 }