All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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