Package com.macrofocus.transform
Class RangesScreenTransformCoordinator
- java.lang.Object
-
- com.macrofocus.transform.RangesScreenTransformCoordinator
-
public class RangesScreenTransformCoordinator extends java.lang.Object
Synchronize two range models with their respective coordinate axis models. This coordinator keeps the aspect ratio constant.
-
-
Constructor Summary
Constructors Constructor Description RangesScreenTransformCoordinator(MutableBoundedInterval xRange, MutableBoundedInterval yRange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setRanges(MutableBoundedInterval xRange, MutableBoundedInterval yRange)
-
-
-
Constructor Detail
-
RangesScreenTransformCoordinator
public RangesScreenTransformCoordinator(MutableBoundedInterval xRange, MutableBoundedInterval yRange)
-
-
Method Detail
-
setRanges
public void setRanges(MutableBoundedInterval xRange, MutableBoundedInterval yRange)
-
-