Class ElkWithProperty

java.lang.Object
net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
Direct Known Subclasses:
ElkEdge, ElkLabel, ElkNode

public class ElkWithProperty extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final java.lang.Object
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ElkWithProperty(java.lang.Object obj)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final boolean
    equals(java.lang.Object other)
     
    final int
     
    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 class java.lang.Object
    • equals

      public final boolean equals(java.lang.Object other)
      Overrides:
      equals in class java.lang.Object
    • setProperty

      public final void setProperty(java.lang.Object key, java.lang.Object value)