org.mapfish.print.attribute.FloatAttribute Maven / Gradle / Ivy
package org.mapfish.print.attribute;
/**
* A float type attribute.
* [[examples=verboseExample]]
*/
public class FloatAttribute extends PrimitiveAttribute {
/**
* Constructor.
*/
public FloatAttribute() {
super(Double.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy