class ClipKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
hashCodeValue
This clip hash code.
|
Constructor and Description |
---|
ClipKey(java.awt.geom.GeneralPath proxiedPath,
SVGGeneratorContext gc) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object clipKey) |
int |
hashCode() |
public ClipKey(java.awt.geom.GeneralPath proxiedPath, SVGGeneratorContext gc)
proxiedPath
- path used as an index in the Mappublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object clipKey)
equals
in class java.lang.Object
clipKey
- object to compare