Returns the point type (0=hybrid, 1=cross, 2=dot, 3=circle).
()
| 570 | |
| 571 | /** Returns the point type (0=hybrid, 1=cross, 2=dot, 3=circle). */ |
| 572 | public int getPointType() { |
| 573 | return type; |
| 574 | } |
| 575 | |
| 576 | |
| 577 | /** Sets the default point size, where 'size' is 0-6 (Tiny-XXXL). */ |
no outgoing calls
no test coverage detected