Module omix.api

Interface GraphicsItem

All Superinterfaces:
Component, Item

@Deprecated
@ReplacedBy("GraphicsBox")
public interface GraphicsItem
extends Component
Deprecated.
Represents a graphical item in the diagram. This Java interface represents a GraphicsItem in OVL. It contain all methods available in OVL. The static fields in this interface declaration are public non-static instance fields in OVL. They can be read and written from OVL code.
Since:
Omix 1.8.0
Author:
Dr. Peter Droste