Class LabelEditingGraphMousePlugin<V,​E>

    • Field Detail

      • vertex

        protected V vertex
        the selected Vertex, if any
      • edge

        protected E edge
        the selected Edge, if any
      • vertexLabelMap

        protected Map<V,​String> vertexLabelMap
        Holds vertex String associations that may be used in the vertex label function
      • edgeLabelMap

        protected Map<E,​String> edgeLabelMap
        Holds edge to String associations that may be used in the edge label function
      • selectionModifiers

        protected int selectionModifiers
    • Constructor Detail

      • LabelEditingGraphMousePlugin

        public LabelEditingGraphMousePlugin​(Map<V,​String> vertexLabelMap,
                                            Map<E,​String> edgeLabelMap)
        create an instance with default settings
      • LabelEditingGraphMousePlugin

        public LabelEditingGraphMousePlugin​(Map<V,​String> vertexLabelMap,
                                            Map<E,​String> edgeLabelMap,
                                            int selectionModifiers)
        create an instance with overrides
        Parameters:
        selectionModifiers - for primary selection