- All Superinterfaces:
AbstractSideBox
,AbstractSideBox
,AbstractSideBox
,Accessory
,Accessory
,Accessory
,ChartSideBox
,ChartSideBox
,DataAnnotation
,DataAnnotation
,DataAnnotation
,Member
,ReadOnlyInterface
,WritableInterface
public interface ChartSideBox extends ChartSideBox, AbstractSideBox
-
Method Summary
Modifier and Type Method Description List<? extends ChartSideBoxItem>
getDiagramItems()
List<? extends ChartSideBoxItem>
getDiagramItems(Diagram diagram)
void
setChart(Chart chart)
The chat displayed in the network diagram.ChartSideBox
toReadOnly()
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.plugin.model.writable.accessory.annotation.AbstractSideBox
setBlur, setCentric, setHeight, setScale, setShadow, setSize, setStrokeColor, setStrokeStyle, setStrokeWidth, setTransparency, setWidth
Methods inherited from interface omix.plugin.model.writable.accessory.Accessory
getField, owner, setLabel, setTooltip
Methods inherited from interface omix.plugin.model.writable.accessory.annotation.DataAnnotation
setVisible
Methods inherited from interface omix.lang.reflect.Member
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, getName, getNamespace, isAnnotationPresent
-
Method Details
-
setChart
The chat displayed in the network diagram. By default chart isnull
. Hence, the accessory is not visible in the diagram.- Throws:
IllegalChangeException
-
getDiagramItems
List<? extends ChartSideBoxItem> getDiagramItems()- Specified by:
getDiagramItems
in interfaceAbstractSideBox
- Specified by:
getDiagramItems
in interfaceAbstractSideBox
- Specified by:
getDiagramItems
in interfaceAccessory
- Specified by:
getDiagramItems
in interfaceAccessory
- Specified by:
getDiagramItems
in interfaceChartSideBox
- Specified by:
getDiagramItems
in interfaceDataAnnotation
- Specified by:
getDiagramItems
in interfaceDataAnnotation
-
getDiagramItems
- Specified by:
getDiagramItems
in interfaceAbstractSideBox
- Specified by:
getDiagramItems
in interfaceAbstractSideBox
- Specified by:
getDiagramItems
in interfaceAccessory
- Specified by:
getDiagramItems
in interfaceAccessory
- Specified by:
getDiagramItems
in interfaceChartSideBox
- Specified by:
getDiagramItems
in interfaceDataAnnotation
- Specified by:
getDiagramItems
in interfaceDataAnnotation
- Throws:
IllegalComponentException
-
toReadOnly
ChartSideBox toReadOnly()- Specified by:
toReadOnly
in interfaceAbstractSideBox
- Specified by:
toReadOnly
in interfaceAccessory
- Specified by:
toReadOnly
in interfaceDataAnnotation
- Specified by:
toReadOnly
in interfaceWritableInterface
-