Module omix.api

Interface ImageField

All Superinterfaces:
Accessory, DataAnnotation, Member
All Known Subinterfaces:
ImageField, ImageField

public interface ImageField
extends DataAnnotation
This accessory represents image items in the network diagram.

ImageField

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

    • strokeColor

      @OVLField Color strokeColor()
      The color for the stroke around the image.
      Returns:
      stroke color
    • background

      @OVLField Color background()
      The background color.
      Returns:
      background
    • strokeStyle

      @OVLField StrokeStyle strokeStyle()
      The paint style for the stroke around the image.
      Returns:
      stroke style
    • strokeWidth

      @OVLField double strokeWidth()
      The stroke width.
      Returns:
      stroke width
    • shadow

      @OVLField Shadow shadow()
      The accessory shadow.
      Returns:
      shadow
    • blur

      @OVLField double blur()
      The accessory blur.
      Returns:
      blur
      Since:
      Omix 1.5.13
    • transparency

      @OVLField double transparency()
      The accessory transparency.
      Returns:
      transparency
      Since:
      Omix 1.5.13
    • scale

      @OVLField double scale()
      The scale factor the image is displayed with. Values less than 1.0 decreases the size. Values greater than 1.0 increases the size.
      Returns:
      scale
    • image

      @OVLField Image image()
      The image displayed in the network diagram. By default image is null. Hence, the accessory is not visible in the diagram.
      Returns:
      image