Package | Description |
---|---|
org.freehep.graphicsbase.util |
Modifier and Type | Method and Description |
---|---|
Value |
Value.fromExternal(String external)
Set to value from the external respresentation
|
Value |
Value.set(boolean val)
Set the Value's internal value to a boolean.
|
Value |
Value.set(byte val)
Set the Value's internal value to a byte.
|
Value |
Value.set(char val)
Set the Value's internal value to a char.
|
Value |
Value.set(Date val)
Set the Value's internal value to a Date.
|
Value |
Value.set(double val)
Set the Value's internal value to a double.
|
Value |
Value.set(float val)
Set the Value's internal value to a float.
|
Value |
Value.set(int val)
Set the Value's internal value to an integer.
|
Value |
Value.set(long val)
Set the Value's internal value to a long.
|
Value |
Value.set(Object val)
Set the Value's internal value to an Object.
|
Value |
Value.set(short val)
Set the Value's internal value to a short.
|
Value |
Value.set(String val)
Set the Value's internal value to a String.
|
Value |
Value.setValue(Value v) |
Modifier and Type | Method and Description |
---|---|
Value |
Value.setValue(Value v) |
Constructor and Description |
---|
Value(Value v) |
Copyright © 2014. All rights reserved.