Module omix.api

Interface DataAnnotation

All Superinterfaces:
Accessory, Member
All Known Subinterfaces:
AbstractSideBox, AbstractSideBox, AbstractSideBox, AnnotationArray<T>, AnnotationArray<T>, ChartSideBox, ChartSideBox, ChartSideBox, ChartSideItem, DataAnnotation, DataAnnotation, DoubleField, DoubleField, DoubleField, ImageField, ImageField, ImageField, IntegerField, IntegerField, IntegerField, ItemGroup, ItemGroup, ItemGroup, ObjectField<T>, ObjectField<T>, ObjectField<T>, SideBox, SideBox, SideBox, SimpleValueField, SimpleValueField, SimpleValueField, SubNode, TextField, TextField, TextField

@Signal({})
public interface DataAnnotation
extends Accessory
This type represents all data annotations available in OVL.

DataAnnotation

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

    • visible

      @OVLField boolean visible()
      The visible state of the accessory. An invisible data annotation is not part of the network diagram and only accessible in the property list of the owning component. By setting false this accessory disappears in the diagram.
      Specified by:
      visible in interface Accessory
      Returns:
      visibility
    • x

      @Deprecated @OVLInaccessible default double x()
      Deprecated.
      Returns:
      x coordinate
    • y

      @Deprecated @OVLInaccessible default double y()
      Deprecated.
      Returns:
      y coordinate