()
| 267 | |
| 268 | |
| 269 | @Override |
| 270 | public int hashCode() { |
| 271 | int hash = 7; |
| 272 | hash = 59 * hash + this.joinStyle; |
| 273 | hash = 59 * hash + this.capStyle; |
| 274 | hash = 59 * hash + Float.floatToIntBits(this.lineWidth); |
| 275 | hash = 59 * hash + Float.floatToIntBits(this.miterLimit); |
| 276 | return hash; |
| 277 | } |
| 278 | |
| 279 | |
| 280 | } |