Module omix.api

Interface ObjectField<T>

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.

ObjectField

Author:
Dr. Peter Droste, Omix Visualization
  • Method Details

    • value

      @OVLField T value()
      The value displayed in the network diagram. By default this value is null. Hence, the accessory is not visible in the diagram.
      Returns:
      object