
ieg.prefuse.RangeModelTransformationProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ieg-prefuse Show documentation
Show all versions of ieg-prefuse Show documentation
Common Java classes to extend the InfoVis library prefuse
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