com.mxgraph.swing.handler
Class mxElbowEdgeHandler
java.lang.Object
   com.mxgraph.swing.handler.mxCellHandler
com.mxgraph.swing.handler.mxCellHandler
       com.mxgraph.swing.handler.mxEdgeHandler
com.mxgraph.swing.handler.mxEdgeHandler
           com.mxgraph.swing.handler.mxElbowEdgeHandler
com.mxgraph.swing.handler.mxElbowEdgeHandler
- public class mxElbowEdgeHandler 
- extends mxEdgeHandler
 
 
 
 
 
| 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 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
mxElbowEdgeHandler
public mxElbowEdgeHandler(mxGraphComponent graphComponent,
                          mxCellState state)
- Parameters:
- graphComponent-
- state-
getToolTipText
public String getToolTipText(MouseEvent e)
- Hook for subclassers to return tooltip texts for certain points on the
 handle.
 
- 
- Overrides:
- getToolTipTextin class- mxCellHandler
 
- 
 
isFlipEvent
protected boolean isFlipEvent(MouseEvent e)
- 
- Overrides:
- isFlipEventin class- mxEdgeHandler
 
- 
 
isLabel
public boolean isLabel(int index)
- Returns true if the given index is the index of the last handle.
 
- 
- Overrides:
- isLabelin class- mxCellHandler
 
- 
 
createHandles
protected Rectangle[] createHandles()
- Description copied from class: mxCellHandler
- Creates the rectangles that define the handles.
 
- 
- Overrides:
- createHandlesin class- mxEdgeHandler
 
- 
 
Copyright (c) 2010 Gaudenz Alder. All rights reserved.