Documentation of 'edu.uci.ics.jung.visualization.decorators.ConstantDirectionalEdgeValueTransformer' Java class
ConstantDirectionalEdgeValueTransformer
edu.uci.ics.jung.visualization.decorators

Class ConstantDirectionalEdgeValueTransformer<V,E>

  • All Implemented Interfaces:
    com.google.common.base.Function<Context<Graph<V,E>,E>,java.lang.Number>


    public class ConstantDirectionalEdgeValueTransformer<V,E>
    extends java.lang.Object
    implements com.google.common.base.Function<Context<Graph<V,E>,E>,java.lang.Number>
    Returns the constructor-specified value for each edge type.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Number apply(Context<Graph<V,E>,E> context) 
      void setDirectedValue(double value)
      Sets the value returned for directed edges to value.
      void setUndirectedValue(double value)
      Sets the value returned for undirected edges to value.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Function

        equals
    • Constructor Detail

      • ConstantDirectionalEdgeValueTransformer

        public ConstantDirectionalEdgeValueTransformer(double undirected,
                                                       double directed)
        Parameters:
        undirected - the value to return if the edge is undirected
        directed - the value to return if the edge is directed
    • Method Detail

      • apply

        public java.lang.Number apply(Context<Graph<V,E>,E> context)
        Specified by:
        apply in interface com.google.common.base.Function<Context<Graph<V,E>,E>,java.lang.Number>
      • setUndirectedValue

        public void setUndirectedValue(double value)
        Sets the value returned for undirected edges to value.
        Parameters:
        value - the new value to return for undirected edges
      • setDirectedValue

        public void setDirectedValue(double value)
        Sets the value returned for directed edges to value.
        Parameters:
        value - the new value to return for directed edges

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.