Method sdidev
sdidev(Double, Double, Double, Double)
plsdidev: Set parameters that define current device-space window
Declaration
public static void sdidev(Double mar, Double aspect, Double jx, Double jy)
Parameters
Type | Name | Description |
---|---|---|
Double | mar | Relative margin width. |
Double | aspect | Aspect ratio. |
Double | jx | Relative justification in x. Value must lie in the range -0.5 to 0.5. |
Double | jy | Relative justification in y. Value must lie in the range -0.5 to 0.5. |
Remarks
Set relative margin width, aspect ratio, and relative justification that define current device-space window. If you want to just use the previous value for any of these, just pass in the magic value PL_NOTSET. It is unlikely that one should ever need to change the aspect ratio but it's in there for completeness. If plsdidev is not called the default values of mar, jx, and jy are all 0. aspect is set to a device-specific value.