All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ieg.prefuse.RangeModelTransformationProvider Maven / Gradle / Ivy

The newest version!
package ieg.prefuse;

import prefuse.util.ui.ValuedRangeModel;

/**
 * 
 * 
 * 

* Added: / TL
* Modifications: *

* * @author Tim Lammarsch * */ public interface RangeModelTransformationProvider { /** * @return */ int[] getAxes(); /** * @param iAx * @return */ ValuedRangeModel getRangeModel(int axis); /** * @param iAx * @return */ Double getMinPosition(int iAx); /** * @param iAx * @return */ Double getMaxPosition(int iAx); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy