Module omix.api

Interface DoubleField

All Superinterfaces:
Accessory, DataAnnotation, Member, SimpleValueField
All Known Subinterfaces:
DoubleField, DoubleField

public interface DoubleField
extends SimpleValueField
This accessory represents textual represented double values in the network diagram.

DoubleField

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

    • value

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

      @OVLField DecimalFormat decimalFormat()
      The decimal format defines, how the double value is formatted to textual representation.
      Returns:
      the decimal format