Package org.apache.batik.svggen
Class ClipKey
java.lang.Object
org.apache.batik.svggen.ClipKey
Inner class used to key clip definitions in a Map.
This is needed because we need to test equality
on the value of GeneralPath and GeneralPath's equal
method does not implement that behavior.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hashCodeValue
int hashCodeValueThis clip hash code. Based on the serialized path data
-
-
Constructor Details
-
ClipKey
- Parameters:
proxiedPath
- path used as an index in the Map
-
-
Method Details