()
| 2679 | } |
| 2680 | |
| 2681 | public void enableSubPixelResolution() { |
| 2682 | bounds = new Rectangle2D.Double(getXBase(), getYBase(), getFloatWidth(), getFloatHeight()); |
| 2683 | subPixel = true; |
| 2684 | } |
| 2685 | |
| 2686 | public void setIsCursor(boolean isCursor) { |
| 2687 | this.isCursor = isCursor; |
no test coverage detected