Package org.gephi.appearance.api
Interface AttributeFunction
-
- All Superinterfaces:
Function
- All Known Implementing Classes:
AttributeFunctionImpl
public interface AttributeFunction extends Function
Attribute functions are based on attribute columns.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.gephi.graph.api.ColumngetColumn()Returns the column this function finds its value from.-
Methods inherited from interface org.gephi.appearance.api.Function
getElementClass, getGraph, getId, getModel, getTransformer, getUI, hasChanged, isAttribute, isPartition, isRanking, isSimple, isValid, transform, transformAll
-
-