- All Superinterfaces:
AbstractSideBox
,Accessory
,DataAnnotation
,Member
- All Known Subinterfaces:
ChartSideBox
,ChartSideBox
public interface ChartSideBox extends AbstractSideBox
This accessory represents charts as side items in the network diagram.
- Since:
- Omix 1.8.6
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Methods inherited from interface omix.lang.model.accessory.annotation.AbstractSideBox
blur, centric, height, scale, shadow, strokeColor, strokeStyle, strokeWidth, transparency, width
Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent
-
Method Details
-
chart
The chat displayed in the network diagram. By default chart isnull
. Hence, the accessory is not visible in the diagram.- Returns:
- chart
-