LibreOffice
LibreOffice 24.2 SDK API Reference
|
import"XScaling.idl";
Public Member Functions | |
double | doScaling ([in] double value) |
Given a numeric value, return the scaled value that conforms to a predefined scaling rule. More... | |
com::sun::star::chart2::XScaling | getInverseScaling () |
Get an interface object that conforms to a scaling rule that is the reverse of the original scaling rule. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
double doScaling | ( | [in] double | value | ) |
Given a numeric value, return the scaled value that conforms to a predefined scaling rule.
For instance, for linear scaling, given a x value, the method may return a y value as defined by y = Ax + B for predefined values of A and B.
value | input value from which to calculate the scaled value. |
com::sun::star::chart2::XScaling getInverseScaling | ( | ) |
Get an interface object that conforms to a scaling rule that is the reverse of the original scaling rule.