Returns true if this is a slection that supports sub-pixel resolution.
()
| 2408 | |
| 2409 | /** Returns true if this is a slection that supports sub-pixel resolution. */ |
| 2410 | public boolean subPixelResolution() { |
| 2411 | return subPixel; |
| 2412 | } |
| 2413 | |
| 2414 | /** @deprecated Drawoffset is not used any more. */ |
| 2415 | @Deprecated |
no outgoing calls
no test coverage detected