예제 #1
0
 public String getStroke() {
   if (strokeColor != null) return "#" + strokeColor.getHex();
   else return "#000000";
 }
예제 #2
0
 public String getFill() {
   if (fillColor != null) return "#" + fillColor.getHex();
   else return "#ffffff";
 }