List of usage examples for java.awt TexturePaint hashCode
@HotSpotIntrinsicCandidate public native int hashCode();
From source file:org.eclipse.birt.chart.device.svg.SVGGraphics2D.java
private String getTextureId(TexturePaint paint) { return "tp" + paint.hashCode(); //$NON-NLS-1$ }