- Record Components:
T
- type of the contained values
- All Superinterfaces:
Accessory
,DataAnnotation
,Member
,SimpleValueField
- All Known Subinterfaces:
ObjectField<T>
,ObjectField<T>
public interface ObjectField<T> extends SimpleValueField
This accessory represents textual represented Object values in the network diagram.
Is a TypePaintHandler for the specific object type available by plugin this
TypePaintHandler is used to paint the object on the scene.
- 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:
- object
-