IncrementData.idl (d1766043) | IncrementData.idl (74cbd1f1) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 34 unchanged lines hidden (view full) --- 43 Distance value. Otherwise, if the any is empty or contains an 44 incompatible type, the Distance is meant to be calculated 45 automatically by the view component representing the model 46 containing this increment. 47 */ 48 any Distance; 49 50 /** | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 34 unchanged lines hidden (view full) --- 43 Distance value. Otherwise, if the any is empty or contains an 44 incompatible type, the Distance is meant to be calculated 45 automatically by the view component representing the model 46 containing this increment. 47 */ 48 any Distance; 49 50 /** |
51 <member>PostEquidistant</member> rules wether the member <member>Distance</member> | 51 <member>PostEquidistant</member> rules whether the member <member>Distance</member> |
52 describes a distance before or after the scaling is applied. 53 54 <p>If <member>PostEquidistant</member> equals <TRUE/> <member>Distance</member> 55 is given in values after <type>XScaling</type> is applied, thus resulting 56 main tickmarks will always look equidistant on the screen. 57 If <member>PostEquidistant</member> equals <FALSE/> <member>Distance</member> 58 is given in values before <type>XScaling</type> is applied.</p> 59 */ --- 27 unchanged lines hidden --- | 52 describes a distance before or after the scaling is applied. 53 54 <p>If <member>PostEquidistant</member> equals <TRUE/> <member>Distance</member> 55 is given in values after <type>XScaling</type> is applied, thus resulting 56 main tickmarks will always look equidistant on the screen. 57 If <member>PostEquidistant</member> equals <FALSE/> <member>Distance</member> 58 is given in values before <type>XScaling</type> is applied.</p> 59 */ --- 27 unchanged lines hidden --- |