Constant Field Values


Contents
edu.uci.*

edu.uci.ics.jung.algorithms.importance.BaryCenter<V,E>
public static final String KEY "edu.uci.ics.jung.algorithms.importance.BaryCenter.RankScore"

edu.uci.ics.jung.algorithms.importance.BetweennessCentrality<V,E>
public static final String CENTRALITY "centrality.BetweennessCentrality"

edu.uci.ics.jung.algorithms.importance.DegreeDistributionRanker<V,E>
public static final String KEY "jung.algorithms.importance.DegreeDistributionRanker.RankScore"

edu.uci.ics.jung.algorithms.importance.HITS<V,E>
protected static final String AUTHORITY_KEY "jung.algorithms.importance.AUTHORITY"
protected static final String HUB_KEY "jung.algorithms.importance.HUB"

edu.uci.ics.jung.algorithms.importance.HITSWithPriors<V,E>
protected static final String AUTHORITY_KEY "jung.algorithms.importance.AUTHORITY"
protected static final String HUB_KEY "jung.algorithms.importance.HUB"

edu.uci.ics.jung.algorithms.importance.KStepMarkov<V,E>
public static final String RANK_SCORE "jung.algorithms.importance.KStepMarkovExperimental.RankScore"

edu.uci.ics.jung.algorithms.importance.MarkovCentrality<V,E>
public static final String MEAN_FIRST_PASSAGE_TIME "jung.algorithms.importance.mean_first_passage_time"

edu.uci.ics.jung.algorithms.importance.PageRank<V,E>
public static final String KEY "jung.algorithms.importance.PageRank.RankScore"

edu.uci.ics.jung.algorithms.importance.RandomWalkBetweenness<V,E>
public static final String CENTRALITY "centrality.RandomWalkBetweennessCentrality"

edu.uci.ics.jung.algorithms.importance.RandomWalkSTBetweenness<V,E>
public static final String CENTRALITY "centrality.RandomWalkSTBetweennessCentrality"

edu.uci.ics.jung.algorithms.importance.WeightedNIPaths<V,E>
public static final String WEIGHTED_NIPATHS_KEY "jung.algorithms.importance.WEIGHTED_NIPATHS_KEY"

edu.uci.ics.jung.graph.SparseGraph<V,E>
protected static final int INCIDENT 2
protected static final int INCOMING 0
protected static final int OUTGOING 1

edu.uci.ics.jung.samples.PluggableRendererDemo
protected static final int GRADIENT_NONE 0
protected static final int GRADIENT_RELATIVE 1

edu.uci.ics.jung.visualization.RenderContext<V,E>
public static final int LABEL_OFFSET 10

edu.uci.ics.jung.visualization.decorators.AbstractVertexShapeTransformer<V>
public static final float DEFAULT_ASPECT_RATIO 1.0f
public static final int DEFAULT_SIZE 8

edu.uci.ics.jung.visualization.decorators.Arrow
public static final String CLASSIC "Arrow.CLASSIC"
public static final String SLEEK "Arrow.SLEEK"

edu.uci.ics.jung.visualization.jai.AbstractPerspectiveTransformSupport<V,E>
protected static final String instructions "<html><center>The mouse mode button is<p>in the lower-right corner<p>of the scroll-pane.</center></html>"

edu.uci.ics.jung.visualization.transform.AbstractLensSupport<V,E>
protected static final String instructions "<html><center>Mouse-Drag the Lens center to move it<p>Mouse-Drag the Lens edge to resize it<p>Ctrl+MouseWheel to change magnification</center></html>"

edu.uci.ics.jung.visualization.util.LabelWrapper
public static final String breaker "<p>"

edu.uci.ics.jung3d.visualization.control.PickMouseBehavior
protected static final boolean debug false



Copyright © 2008 null. All Rights Reserved.