- All Superinterfaces:
AbstractItem
,ReadOnlyInterface
- All Known Subinterfaces:
Clipping
public interface Clipping extends AbstractItem
-
Method Summary
Methods inherited from interface omix.plugin.diagram.AbstractItem
addChangeListener, addPropertyChangeListener, diagram, removeChangeListener, removePropertyChangeListener
-
Method Details
-
x
double x() -
y
double y() -
width
double width() -
height
double height() -
getIdentifier
String getIdentifier()Description copied from interface:AbstractItem
The unique name of the model component.- Specified by:
getIdentifier
in interfaceAbstractItem
- Returns:
- name
-