- All Superinterfaces:
Accessory
,DataAnnotation
,Member
,SimpleValueField
public interface TextField extends SimpleValueField
This accessory represents text labels in the network diagram.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
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:
- text
-