- All Superinterfaces:
Accessory
,DataAnnotation
,Member
,SimpleValueField
- All Known Subinterfaces:
DoubleField
,DoubleField
public interface DoubleField extends SimpleValueField
This accessory represents textual represented double values in the network diagram.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description DecimalFormat
decimalFormat()
The decimal format defines, how the double value is formatted to textual representation.Double
value()
The value displayed in the network diagram.Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent
Methods inherited from interface omix.lang.model.accessory.annotation.SimpleValueField
background, blur, color, font, shadow, transparency
-
Method Details
-
value
The value displayed in the network diagram. By default this value isnull
. Hence, the accessory is not visible in the diagram.- Returns:
- double value
-
decimalFormat
The decimal format defines, how the double value is formatted to textual representation.- Returns:
- the decimal format
-