Package org.gephi.appearance.api
API for manipulating element appearance.
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
.
-
Interface Summary 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 Summary Class Description Interpolator Abstract class that defines the singleInterpolator.interpolate(float)
method.Interpolator.BezierInterpolator Bezier curve interpolator. -
Enum Summary Enum Description AppearanceModel.GraphFunction Identifies the non-column-based functions.