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