Class ChosenEdge

  • All Implemented Interfaces:
    java.io.Serializable

    public class ChosenEdge
    extends java.lang.Object
    implements java.io.Serializable
    Indicates whether selecting or hovering on an edge should change the edge and/or it's label. If the option is not provided, no change will be applied.
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ChosenEdge.Builder  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ChosenEdge​(java.lang.String edge, java.lang.String label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEdge()  
      java.lang.String getLabel()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChosenEdge

        protected ChosenEdge​(java.lang.String edge,
                             java.lang.String label)
    • Method Detail

      • getEdge

        public java.lang.String getEdge()
      • getLabel

        public java.lang.String getLabel()