org.cubeengine.converter.node
Class FloatNode
java.lang.Object
org.cubeengine.converter.node.Commentable
org.cubeengine.converter.node.Node<V>
org.cubeengine.converter.node.ValueNode<Float>
org.cubeengine.converter.node.FloatNode
public class FloatNode
- extends ValueNode<Float>
A Float Node
|
Constructor Summary |
FloatNode(float value)
Creates A FloatNode |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatNode
public FloatNode(float value)
- Creates A FloatNode
- Parameters:
value - a float
Copyright © 2013–2017. All rights reserved.