com.adobe.xfa.text.DispPoint Maven / Gradle / Ivy
package com.adobe.xfa.text;
/*
* @exclude from published api.
*/
class DispPoint {
final float x;
final float y;
DispPoint (float xVal, float yVal) {
x = xVal;
y = yVal;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy