- All Superinterfaces:
Accessory
,DataAnnotation
,Member
- All Known Subinterfaces:
ImageField
,ImageField
public interface ImageField extends DataAnnotation
This accessory represents image items in the network diagram.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description Color
background()
The background color.double
blur()
The accessory blur.Image
image()
The image displayed in the network diagram.double
scale()
The scale factor the image is displayed with.Shadow
shadow()
The accessory shadow.Color
strokeColor()
The color for the stroke around the image.StrokeStyle
strokeStyle()
The paint style for the stroke around the image.double
strokeWidth()
The stroke width.double
transparency()
The accessory transparency.Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent
-
Method Details
-
strokeColor
The color for the stroke around the image.- Returns:
- stroke color
-
background
The background color.- Returns:
- background
-
strokeStyle
The paint style for the stroke around the image.- Returns:
- stroke style
-
strokeWidth
The stroke width.- Returns:
- stroke width
-
shadow
The accessory shadow.- Returns:
- shadow
-
blur
The accessory blur.- Returns:
- blur
- Since:
- Omix 1.5.13
-
transparency
The accessory transparency.- Returns:
- transparency
- Since:
- Omix 1.5.13
-
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
The image displayed in the network diagram. By default image isnull
. Hence, the accessory is not visible in the diagram.- Returns:
- image
-