- All Superinterfaces:
AbstractItem
,AbstractItem
,Clipping
,ReadOnlyInterface
,WritableInterface
public interface Clipping extends AbstractItem, Clipping
-
Method Summary
Modifier and Type Method Description void
setHeight(double height)
void
setIdentifier(String identifier)
void
setWidth(double width)
void
setX(double x)
void
setY(double y)
Clipping
toReadOnly()
Methods inherited from interface omix.plugin.diagram.AbstractItem
addChangeListener, addPropertyChangeListener, removeChangeListener, removePropertyChangeListener
-
Method Details
-
setX
- Throws:
IllegalChangeException
-
setY
- Throws:
IllegalChangeException
-
setWidth
- Throws:
IllegalChangeException
-
setHeight
- Throws:
IllegalChangeException
-
setIdentifier
-
toReadOnly
Clipping toReadOnly()- Specified by:
toReadOnly
in interfaceAbstractItem
- Specified by:
toReadOnly
in interfaceWritableInterface
-