- All Superinterfaces:
AbstractDiagramComponent
,AccessoryItem
,AccessoryItem
,DataAnnotationItem
,DataAnnotationItem
,ImageFieldItem
,ReadOnlyInterface
,WritableInterface
public interface ImageFieldItem extends DataAnnotationItem, ImageFieldItem
-
Method Summary
Modifier and Type Method Description ImageField
modelComponent()
void
setPosition(double x, double y)
Set the position of the item.ImageFieldItem
toReadOnly()
Methods inherited from interface omix.plugin.diagram.writable.accessory.AccessoryItem
diagram, getField, owner, setVisible
-
Method Details
-
setPosition
Set the position of the item.- Parameters:
x
-y
-- Throws:
IllegalChangeException
-
modelComponent
ImageField modelComponent()- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceDataAnnotationItem
- Specified by:
modelComponent
in interfaceDataAnnotationItem
- Specified by:
modelComponent
in interfaceImageFieldItem
-
toReadOnly
ImageFieldItem toReadOnly()- Specified by:
toReadOnly
in interfaceAccessoryItem
- Specified by:
toReadOnly
in interfaceDataAnnotationItem
- Specified by:
toReadOnly
in interfaceWritableInterface
-