Class ElkWithProperty
java.lang.Object
net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
public class ElkWithProperty
extends java.lang.Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
equals
(java.lang.Object other) final int
hashCode()
final void
setProperty
(java.lang.Object key, java.lang.Object value) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
obj
public final java.lang.Object obj
-
-
Constructor Details
-
ElkWithProperty
public ElkWithProperty(java.lang.Object obj)
-
-
Method Details
-
hashCode
public final int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object other) - Overrides:
equals
in classjava.lang.Object
-
setProperty
public final void setProperty(java.lang.Object key, java.lang.Object value)
-