Uses of Interface
org.gephi.appearance.spi.Transformer
-
Packages that use Transformer Package Description org.gephi.appearance.api API for manipulating element appearance.org.gephi.appearance.spi Interfaces that define the different ways the appearance of elements can be transformed. -
-
Uses of Transformer in org.gephi.appearance.api
Methods in org.gephi.appearance.api with type parameters of type Transformer Modifier and Type Method Description <T extends Transformer>
TFunction. getTransformer()
Returns the transformer associated with this function.Methods in org.gephi.appearance.api that return Transformer Modifier and Type Method Description Transformer
AppearanceController. getTransformer(TransformerUI ui)
Returns the transformer associated with the given transformer UI.Method parameters in org.gephi.appearance.api with type arguments of type Transformer Modifier and Type Method Description Function
AppearanceModel. getEdgeFunction(Column column, Class<? extends Transformer> transformer)
Returns the edge function for the given column and transformer.Function
AppearanceModel. getNodeFunction(Column column, Class<? extends Transformer> transformer)
Returns the node function for the given column and transformer. -
Uses of Transformer in org.gephi.appearance.spi
Classes in org.gephi.appearance.spi with type parameters of type Transformer Modifier and Type Interface Description interface
TransformerUI<T extends Transformer>
Defines the user interface associated with a transformer.Subinterfaces of Transformer in org.gephi.appearance.spi Modifier and Type Interface Description interface
PartitionTransformer<E extends Element>
Partition transformer that transforms an element based on a categorical partition column.interface
RankingTransformer<E extends Element>
Ranking transformer that transforms an element based on a numerical ranking column.interface
SimpleTransformer<E extends Element>
Basic transformer that takes only an element to transform it.
-