protected GraphTransferable |
GraphTransferHandler.create(JGraph graph,
java.lang.Object[] cells,
java.util.Map viewAttributes,
java.awt.geom.Rectangle2D bounds,
ConnectionSet cs,
ParentMap pm) |
|
protected java.awt.datatransfer.Transferable |
GraphTransferHandler.createTransferable(JGraph graph,
java.lang.Object[] cells) |
|
java.awt.datatransfer.Transferable |
GraphTransferHandler.createTransferableForGraph(JGraph graph) |
|
protected void |
DefaultGraphCellEditor.determineOffset(JGraph graph,
java.lang.Object value,
boolean isSelected) |
|
java.awt.geom.Rectangle2D |
EdgeRenderer.getExtraLabelBounds(JGraph paintingContext,
EdgeView view,
int index) |
Returns the label bounds of the specified view in the given graph.
|
java.awt.Dimension |
EdgeRenderer.getExtraLabelSize(JGraph paintingContext,
EdgeView view,
int index) |
Returns the label size of the specified view in the given graph.
|
java.awt.Component |
DefaultGraphCellEditor.getGraphCellEditorComponent(JGraph graph,
java.lang.Object cell,
boolean isSelected) |
Configures the editor.
|
java.awt.Component |
DefaultRealEditor.getGraphCellEditorComponent(JGraph graph,
java.lang.Object value,
boolean isSelected) |
|
java.awt.Component |
GraphCellEditor.getGraphCellEditorComponent(JGraph graph,
java.lang.Object value,
boolean isSelected) |
Sets an initial value for the editor.
|
protected java.awt.Rectangle |
EdgeView.EdgeHandle.getHighlightBounds(JGraph graph,
CellView cellView) |
Returns the bounds to be used to highlight the given cell view.
|
protected java.awt.geom.Point2D |
GraphTransferHandler.getInsertionOffset(JGraph graph,
int inCount,
java.awt.geom.Rectangle2D bounds) |
Hook method to determine offset of cells cloned via the clipboard
|
java.awt.geom.Rectangle2D |
EdgeRenderer.getLabelBounds(JGraph paintingContext,
EdgeView view) |
Returns the label bounds of the specified view in the given graph.
|
java.awt.Component |
AbstractCellView.getRendererComponent(JGraph graph,
boolean selected,
boolean focus,
boolean preview) |
Returns a renderer component, configured for the view.
|
java.awt.Component |
CellView.getRendererComponent(JGraph graph,
boolean selected,
boolean focus,
boolean preview) |
Returns a renderer component, configured for the view.
|
java.awt.Component |
CellViewRenderer.getRendererComponent(JGraph graph,
CellView view,
boolean sel,
boolean focus,
boolean preview) |
Configure and return the renderer based on the passed in
components.
|
java.awt.Component |
EdgeRenderer.getRendererComponent(JGraph graph,
CellView view,
boolean sel,
boolean focus,
boolean preview) |
Configure and return the renderer based on the passed in components.
|
java.awt.Component |
PortRenderer.getRendererComponent(JGraph graph,
CellView view,
boolean sel,
boolean focus,
boolean preview) |
Configure and return the renderer based on the passed in components.
|
java.awt.Component |
VertexRenderer.getRendererComponent(JGraph graph,
CellView view,
boolean sel,
boolean focus,
boolean preview) |
Configure and return the renderer component based on the passed in cell.
|
protected void |
GraphTransferHandler.handleExternalDrop(JGraph graph,
java.lang.Object[] cells,
java.util.Map nested,
ConnectionSet cs,
ParentMap pm,
double dx,
double dy) |
|
void |
BasicMarqueeHandler.handleMarqueeEvent(java.awt.event.MouseEvent e,
JGraph graph,
java.awt.geom.Rectangle2D bounds) |
Hook for subclassers.
|
protected void |
EdgeView.EdgeHandle.highlight(JGraph graph,
CellView cellView) |
Highlights the given cell view or removes the highlight if
no cell view is specified.
|
boolean |
AbstractCellView.intersects(JGraph graph,
java.awt.geom.Rectangle2D rect) |
Returns true if the view intersects the given rectangle.
|
boolean |
CellView.intersects(JGraph g,
java.awt.geom.Rectangle2D rect) |
Returns true if the view intersects the given rectangle.
|
boolean |
EdgeRenderer.intersects(JGraph graph,
CellView value,
java.awt.Rectangle rect) |
Returns true if the edge shape intersects the given rectangle.
|
boolean |
EdgeView.intersects(JGraph graph,
java.awt.geom.Rectangle2D rect) |
Returns true if this view intersects the given rectangle.
|
boolean |
BasicMarqueeHandler.isMarqueeTriggerEvent(java.awt.event.MouseEvent e,
JGraph graph) |
Hook for subclassers.
|
void |
BasicMarqueeHandler.overlay(JGraph graph,
java.awt.Graphics g,
boolean clear) |
Draw the current state of the handler.
|
void |
BasicMarqueeHandler.paint(JGraph graph,
java.awt.Graphics g) |
Called after the component was repainted (after autoscroll).
|
protected void |
DefaultGraphCellEditor.setGraph(JGraph newGraph) |
Sets the tree currently editing for.
|