Module omix.api
Interface ChartSideBoxItem
- All Superinterfaces:
AbstractDiagramComponent
,AbstractSideBoxItem
,AbstractSideBoxItem
,AccessoryItem
,AccessoryItem
,ChartSideBoxItem
,DataAnnotationItem
,DataAnnotationItem
,ReadOnlyInterface
,WritableInterface
public interface ChartSideBoxItem extends AbstractSideBoxItem, ChartSideBoxItem
-
Method Summary
Modifier and Type Method Description ChartSideBox
modelComponent()
ChartSideBoxItem
toReadOnly()
Methods inherited from interface omix.plugin.diagram.accessory.annotation.AbstractSideBoxItem
height, width
Methods inherited from interface omix.plugin.diagram.writable.accessory.annotation.AbstractSideBoxItem
setPosition, setSize, setSizeDefault
Methods inherited from interface omix.plugin.diagram.writable.accessory.AccessoryItem
diagram, getField, owner, setVisible
-
Method Details
-
modelComponent
ChartSideBox modelComponent()- Specified by:
modelComponent
in interfaceAbstractSideBoxItem
- Specified by:
modelComponent
in interfaceAbstractSideBoxItem
- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceChartSideBoxItem
- Specified by:
modelComponent
in interfaceDataAnnotationItem
- Specified by:
modelComponent
in interfaceDataAnnotationItem
-
toReadOnly
ChartSideBoxItem toReadOnly()- Specified by:
toReadOnly
in interfaceAbstractSideBoxItem
- Specified by:
toReadOnly
in interfaceAccessoryItem
- Specified by:
toReadOnly
in interfaceDataAnnotationItem
- Specified by:
toReadOnly
in interfaceWritableInterface
-