Interface | Description |
---|---|
AppearanceController |
Manage and controls the appearance of elements through visual
transformations.
|
AppearanceModel |
Entry point to access the appearance functions.
|
AttributeFunction |
Attribute functions are based on attribute columns.
|
Function |
Functions represent the various transformations that can be applied to the
graph elements.
|
GraphFunction |
A graph function operates based on graph attributes such as edge type or node
degree.
|
Partition |
Partition configuration for categorical attributes.
|
PartitionFunction |
Partition function.
|
Ranking |
Ranking configuration for numerical attributes.
|
RankingFunction |
Ranking function.
|
SimpleFunction |
Simple functions are neither ranking nor partition.
|
Class | Description |
---|---|
Interpolator |
Abstract class that defines the single
Interpolator.interpolate(float) method. |
Interpolator.BezierInterpolator |
Bezier curve interpolator.
|
Enum | Description |
---|---|
AppearanceModel.GraphFunction |
Identifies the non-column-based functions.
|
This API gives access to the available appearance functions. Functions
define how nodes or edges visual appearance should be transformed.
Functions are created automatically and users of this API can obtain them
via the org.gephi.appearance.api.AppearanceModel
.
Copyright © 2007–2015 Gephi Consortium. All rights reserved.