Module omix.api

Interface Accessory

All Superinterfaces:
Member
All Known Subinterfaces:
AbstractSideBox, AbstractSideBox, AbstractSideBox, Accessory, Accessory, AnnotationArray<T>, AnnotationArray<T>, Array<T>, Array<T>, Array<T>, ChartSideBox, ChartSideBox, ChartSideBox, ChartSideItem, CheckButton, CheckButton, CheckButton, DataAnnotation, DataAnnotation, DataAnnotation, DoubleField, DoubleField, DoubleField, DoublePlayer, DoublePlayer, DoublePlayer, DoubleSlider, DoubleSlider, DoubleSlider, DoubleSpinBox, DoubleSpinBox, DoubleSpinBox, DoubleTrigger, DoubleTrigger, DoubleTrigger, ImageField, ImageField, ImageField, IntegerField, IntegerField, IntegerField, IntegerTrigger, IntegerTrigger, IntegerTrigger, ItemGroup, ItemGroup, ItemGroup, ObjectField<T>, ObjectField<T>, ObjectField<T>, Player, Player, Player, PushButton, PushButton, PushButton, SideBox, SideBox, SideBox, SimpleValueField, SimpleValueField, SimpleValueField, Slider, Slider, Slider, SpinBox, SpinBox, SpinBox, SubNode, TextField, TextField, TextField, Trigger, Trigger, Trigger, TriggerArray<T>, TriggerArray<T>

public interface Accessory
extends Member
This type represents all accessories available in OVL.
  • triggers
  • data annotations and
  • arrays of accessories
Author:
Dr. Peter Droste, Omix Visualization
  • Method Details

    • label

      @OVLField String label()
      Returns the label of the accessory.
      Returns:
      label
      Since:
      Omix 2.0.0
    • toolTip

      @OVLField String toolTip()
      Returns the tooltip of the accessory.
      Returns:
      tooltip
      Since:
      Omix 2.0.0
    • visible

      @OVLField boolean visible()
      The visible state of the accessory. By setting false this accessory disappears in the diagram and on the toolbar.
      Returns:
      visibility