- All Superinterfaces:
Accessory
,DataAnnotation
,Member
- All Known Subinterfaces:
DoubleField
,DoubleField
,DoubleField
,IntegerField
,IntegerField
,IntegerField
,ObjectField<T>
,ObjectField<T>
,ObjectField<T>
,SimpleValueField
,SimpleValueField
,TextField
,TextField
,TextField
public interface SimpleValueField extends DataAnnotation
This accessory represents textual represented values in the network diagram.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description Color
background()
The background color.double
blur()
The accessory blur.Color
color()
The text color.Font
font()
The annotation's text label font.Shadow
shadow()
The accessory shadow.double
transparency()
The accessory transparency.Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent
-
Method Details
-
font
The annotation's text label font.- Returns:
- font
-
color
The text color.- Returns:
- text color
-
background
The background color.- Returns:
- background color
-
shadow
The accessory shadow.- Returns:
- shadow
-
blur
The accessory blur.- Returns:
- blur
- Since:
- Omix 1.5.13
-
transparency
The accessory transparency.- Returns:
- transparency
- Since:
- Omix 1.5.13
-