Class NodeProperties

java.lang.Object
de.threedy.jxvis.impl.javascript.representation.JSWritable
de.threedy.jxvis.impl.javascript.representation.JSTypeIndicatorMap<Property<?>>
de.threedy.jxvis.api.instancegraph.NodeProperties

public class NodeProperties extends de.threedy.jxvis.impl.javascript.representation.JSTypeIndicatorMap<Property<?>>
This class is not thread-safe
  • Constructor Details

    • NodeProperties

      public NodeProperties()
  • Method Details

    • size

      public int size()
    • isEmpty

      public boolean isEmpty()
    • contains

      public boolean contains(Property<?> property)
    • set

      public <T> NodeProperties set(Property<T> property, T value)
    • get

      public <T> T get(Property<T> property)
    • getProperties

      public Set<Property<?>> getProperties()