Package org.gephi.io.processor.spi
Interface Scaler
-
public interface ScalerThe scaler is part of the processing job and is responsible of transforming the position and size of imported nodes in order to fit in the system's scale.- Author:
- Mathieu Bastian
- See Also:
Processor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoScale(Container container)Scalecontainercontent to the system scale.
-
-
-
Method Detail
-
doScale
void doScale(Container container)
Scalecontainercontent to the system scale. Adapt and recenter the scale of nodes positions and sizes.- Parameters:
container- the container that is to be scaled to the right scale
-
-