|
Gephi Toolkit Javadoc | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| Ranking<Element> | Rankings role is to provide numerical values from objects. |
| RankingController | Controller that maintains the ranking models, one per workspace. |
| RankingEvent | Event generated by the RankingModel and sent to listeners registered
by the model. |
| RankingListener | Event listener for ranking events. |
| RankingModel | Model for ranking data. |
| Transformer<Target> | Transformers role is to transform nodes/edges numerical attributes to visual signs (e.g. |
| Class Summary | |
|---|---|
| Interpolator | Abstract clas that defines the single Interpolator.interpolate(float) method. |
| Interpolator.BezierInterpolator | Bezier curve interpolator. |
| Enum Summary | |
|---|---|
| RankingEvent.EventType | REFRESH_RANKING: The list of available ranking has been updated. |
Ranking API
Provides built-in ranking and transformers to apply to the current
workspace. For instance for nodes, ranking can be the degree of the
node or a numerical value like an 'age' or 'duration'. By default, the
RankingModel have 'Degree', 'InDegree', 'OutDegree' and
one ranking per numerical attribute. Ranking exists for both nodes and
edges and these are called element types.
See the org.gephi.ranking.spi package to know how to
implement new ranking or transformer builders.
|
Gephi Toolkit Javadoc | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||