
com.mxgraph.swing.util.mxICellOverlay Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yaoqiang-bpmn-editor Show documentation
Show all versions of yaoqiang-bpmn-editor Show documentation
an Open Source BPMN 2.0 Modeler
The newest version!
package com.mxgraph.swing.util;
import com.mxgraph.util.mxRectangle;
import com.mxgraph.view.mxCellState;
public interface mxICellOverlay
{
/**
*
*/
mxRectangle getBounds(mxCellState state);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy