public final class FloatTag extends Tag
TAG_Float
tag.Constructor and Description |
---|
FloatTag(float value)
Creates the tag with an empty name.
|
FloatTag(java.lang.String name,
float value)
Creates the tag.
|