(String attr, Color what)
| 343 | |
| 344 | |
| 345 | static public void setColor(String attr, Color what) { |
| 346 | set(attr, "#" + PApplet.hex(what.getRGB() & 0xffffff, 6)); //$NON-NLS-1$ |
| 347 | } |
| 348 | |
| 349 | |
| 350 | static public Font getFont(String familyAttr, String sizeAttr, int style) { |
no test coverage detected