static void setColumnCoordinatesScaling(int mult, int div)
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Range | Description |
---|---|---|
mult | 1 ... 4096 | multiplier factor for horizontal positions |
div | 1 ... 4096 | divisor factor for horizontal positions |
Scales column coordinates (horizontal positions) by a factor according to mult and div.
Note
Example
Control.setColumnCoordinatesScaling(1, 2);
This method scales subsequent horizontal positions by a factor of 0.5 (mult/div = ½).
See also:
Control.getDisplaySize()
Control.setFontsScaling(int)
Control.setGraphicsScaling(int)
Control.setRowCoordinatesScaling(int, int)
Copyright © demmel products gmbh. All rights reserved.