
com.mxgraph.swing.util.mxICellOverlay Maven / Gradle / Ivy
Go to download
JGraphX Swing Component - Java Graph Visualization Library
This is a binary & source redistribution of the original, unmodified JGraphX library originating from:
"http://downloads.jgraph.com/downloads/jgraphx/archive/jgraphx-2_0_0_1.zip".
The purpose of this redistribution is to make the library available to other Maven projects.
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