Sets the yLabelFont; must not be null.
(Font font)
| 1299 | |
| 1300 | /** Sets the yLabelFont; must not be null. */ |
| 1301 | public void setYLabelFont(Font font) { |
| 1302 | pp.yLabel.setFont(font); |
| 1303 | } |
| 1304 | |
| 1305 | /** Determines whether to use antialiased text (default true) */ |
| 1306 | public void setAntialiasedText(boolean antialiasedText) { |
no test coverage detected