- All Superinterfaces:
Accessory
,DataAnnotation
,Member
- All Known Subinterfaces:
AbstractSideBox
,AbstractSideBox
,ChartSideBox
,ChartSideBox
,ChartSideBox
,ChartSideItem
,SideBox
,SideBox
,SideBox
public interface AbstractSideBox extends DataAnnotation
This accessory represents charts as side items in the network diagram.
- Since:
- Omix 1.8.6
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description double
blur()
The accessory blur.boolean
centric()
double
height()
The height of the chart item.double
scale()
The scale factor of the chart item.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.double
width()
The width of the chart item.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
-
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
-
transparency
The accessory transparency.- Returns:
- transparency
-
width
The width of the chart item.- Returns:
- width
-
height
The height of the chart item.- Returns:
- height
-
scale
The scale factor of the chart item. Values less than 1.0 decreases the item's size. Values greater than 1.0 increases its size.- Returns:
- scale
-
centric
-