Class GeneralPathEqualityDelegate
- java.lang.Object
-
- com.inductiveautomation.ignition.common.xmlserialization.serialization.equalitydelegates.GeneralPathEqualityDelegate
-
- All Implemented Interfaces:
EqualityDelegate<java.awt.geom.GeneralPath>
public class GeneralPathEqualityDelegate extends java.lang.Object implements EqualityDelegate<java.awt.geom.GeneralPath>
-
-
Constructor Summary
Constructors Constructor Description GeneralPathEqualityDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
eq(java.awt.geom.GeneralPath foo, java.awt.geom.GeneralPath bar)
int
hash(java.awt.geom.GeneralPath path)
-
-
-
Method Detail
-
eq
public boolean eq(java.awt.geom.GeneralPath foo, java.awt.geom.GeneralPath bar)
- Specified by:
eq
in interfaceEqualityDelegate<java.awt.geom.GeneralPath>
-
hash
public int hash(java.awt.geom.GeneralPath path)
- Specified by:
hash
in interfaceEqualityDelegate<java.awt.geom.GeneralPath>
-
-