| com.jgraph.pad.graph.JGraphpadPortView
JGraphpadPortView | public class JGraphpadPortView extends PortView (Code) | | Port view that blocks port magic (optimized locations) for non-rectangular
parents
|
Method Summary | |
protected boolean | shouldInvokePortMagic(EdgeView edge) Avoids port magic for non-rectangular shapes. |
JGraphpadPortView | public JGraphpadPortView()(Code) | | Empty constructor for persistence.
|
JGraphpadPortView | public JGraphpadPortView(Object cell)(Code) | | Constructs a new port view for the specified cell.
Parameters: cell - The cell to create the port view for. |
shouldInvokePortMagic | protected boolean shouldInvokePortMagic(EdgeView edge)(Code) | | Avoids port magic for non-rectangular shapes.
|
|
|