Package com.mxgraph.swing.handler
Class mxElbowEdgeHandler
java.lang.Object
com.mxgraph.swing.handler.mxCellHandler
com.mxgraph.swing.handler.mxEdgeHandler
com.mxgraph.swing.handler.mxElbowEdgeHandler
-
Field Summary
Fields inherited from class com.mxgraph.swing.handler.mxEdgeHandler
cloneEnabled, constrainedEvent, error, gridEnabledEvent, marker, p
Fields inherited from class com.mxgraph.swing.handler.mxCellHandler
bounds, first, graphComponent, handles, handlesVisible, index, preview, state
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.mxgraph.swing.handler.mxEdgeHandler
connect, convertPoint, createHandle, createHandle, createPoints, createPreview, getCursor, getHandleFillColor, getIndexAt, getPreviewBounds, getSelectionColor, getSelectionStroke, isCellBendable, isCloneEnabled, isHandleVisible, isIgnoredEvent, isSource, isTarget, mouseDragged, mousePressed, mouseReleased, moveLabelTo, movePoint, paint, reset, setCloneEnabled, validateConnection
Methods inherited from class com.mxgraph.swing.handler.mxCellHandler
destroy, getBounds, getGraphComponent, getHandleBorderColor, getHandleCount, getIndex, getState, isActive, isHandleEnabled, isHandlesVisible, isLabelMovable, mouseMoved, refresh, setHandlesVisible, start
-
Constructor Details
-
mxElbowEdgeHandler
- Parameters:
graphComponent
-state
-
-
-
Method Details
-
getToolTipText
Hook for subclassers to return tooltip texts for certain points on the handle.- Overrides:
getToolTipText
in classmxCellHandler
-
isFlipEvent
- Overrides:
isFlipEvent
in classmxEdgeHandler
-
isLabel
public boolean isLabel(int index) Returns true if the given index is the index of the last handle.- Overrides:
isLabel
in classmxCellHandler
-
createHandles
Description copied from class:mxCellHandler
Creates the rectangles that define the handles.- Overrides:
createHandles
in classmxEdgeHandler
-