()
| 491 | } |
| 492 | |
| 493 | public boolean scalableLabels() { |
| 494 | return scalableLabels; |
| 495 | } |
| 496 | |
| 497 | public String toString() { |
| 498 | return "Overlay[size="+size()+" "+(scalableLabels?"scale":"")+" "+Colors.colorToString(getLabelColor())+"]"; |
no outgoing calls
no test coverage detected