com.mxgraph.swing.util.mxICellOverlay Maven / Gradle / Ivy
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