Constructor and Description |
---|
GraphNodeContext(TopicMapGraphPanel gp) |
Modifier and Type | Field and Description |
---|---|
private TopicMapGraphPanel |
GraphTopicPanel.graphPanel |
Modifier and Type | Method and Description |
---|---|
TopicMapGraphPanel |
GraphTopicPanel.getGraphPanel() |
Modifier and Type | Field and Description |
---|---|
private TopicMapGraphPanel |
MouseToolManager.panel |
private TopicMapGraphPanel |
VModel.panel |
Modifier and Type | Method and Description |
---|---|
TopicMapGraphPanel |
VEdge.getPanel() |
TopicMapGraphPanel |
VModel.getPanel() |
TopicMapGraphPanel |
VNode.getPanel() |
Modifier and Type | Method and Description |
---|---|
java.awt.Cursor |
MouseTool.getCursor(TopicMapGraphPanel panel,
int mousex,
int mousey) |
java.awt.Cursor |
MoveViewMouseTool.getCursor(TopicMapGraphPanel panel,
int mousex,
int mousey) |
void |
GraphTool.invokeEdge(VEdge e,
VModel model,
TopicMapGraphPanel panel) |
void |
GraphTool.invokeGeneral(VModel model,
TopicMapGraphPanel panel) |
void |
GraphTool.invokeNode(VNode n,
VModel model,
TopicMapGraphPanel panel) |
boolean |
MouseTool.mouseClicked(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
MouseTool.mouseDragged(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
MoveViewMouseTool.mouseDragged(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
MouseTool.mouseMoved(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
MouseTool.mousePressed(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
MoveViewMouseTool.mousePressed(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
MouseTool.mouseReleased(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
MoveViewMouseTool.mouseReleased(TopicMapGraphPanel panel,
int mousex,
int mousey) |
void |
MouseTool.paint(java.awt.Graphics2D g2,
TopicMapGraphPanel panel) |
Constructor and Description |
---|
MouseToolManager(TopicMapGraphPanel panel)
Creates a new instance of MouseToolManager
|
VModel(TopicMapGraphPanel panel)
Creates a new instance of VModel
|
Modifier and Type | Method and Description |
---|---|
java.awt.Cursor |
DragNodeMouseTool.getCursor(TopicMapGraphPanel panel,
int mousex,
int mousey) |
java.awt.Cursor |
DrawAssociationMouseTool.getCursor(TopicMapGraphPanel panel,
int mousex,
int mousey) |
java.awt.Cursor |
EraserTool.getCursor(TopicMapGraphPanel panel,
int mousex,
int mousey) |
java.awt.Cursor |
ExpandMouseTool.getCursor(TopicMapGraphPanel panel,
int mousex,
int mousey) |
java.awt.Cursor |
OpenTopicMouseTool.getCursor(TopicMapGraphPanel panel,
int mousex,
int mousey) |
java.awt.Cursor |
RotateMouseTool.getCursor(TopicMapGraphPanel panel,
int mousex,
int mousey) |
java.awt.Cursor |
SelectMouseTool.getCursor(TopicMapGraphPanel panel,
int mousex,
int mousey) |
private Tuples.T2<java.lang.Double,java.lang.Double> |
RotateMouseTool.getRotationCenter(TopicMapGraphPanel panel) |
boolean |
EraserTool.mouseClicked(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
ExpandMouseTool.mouseClicked(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
MenuMouseTool.mouseClicked(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
OpenTopicMouseTool.mouseClicked(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
SelectMouseTool.mouseClicked(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
DragNodeMouseTool.mouseDragged(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
DrawAssociationMouseTool.mouseDragged(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
RotateMouseTool.mouseDragged(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
SelectMouseTool.mouseDragged(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
DragNodeMouseTool.mousePressed(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
DrawAssociationMouseTool.mousePressed(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
RotateMouseTool.mousePressed(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
SelectMouseTool.mousePressed(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
DragNodeMouseTool.mouseReleased(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
DrawAssociationMouseTool.mouseReleased(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
RotateMouseTool.mouseReleased(TopicMapGraphPanel panel,
int mousex,
int mousey) |
boolean |
SelectMouseTool.mouseReleased(TopicMapGraphPanel panel,
int mousex,
int mousey) |
void |
DrawAssociationMouseTool.paint(java.awt.Graphics2D g2,
TopicMapGraphPanel panel) |
void |
SelectMouseTool.paint(java.awt.Graphics2D g2,
TopicMapGraphPanel panel) |
Modifier and Type | Field and Description |
---|---|
private TopicMapGraphPanel |
AbstractGraphTool.graphPanel |
private TopicMapGraphPanel |
AbstractSliderTool.graphPanel |
Modifier and Type | Method and Description |
---|---|
TopicMapGraphPanel |
AbstractGraphTool.solveGraphPanel(VNode vnode) |
TopicMapGraphPanel |
AbstractGraphTool.solveGraphPanel(Wandora wandora,
Context context) |
Modifier and Type | Method and Description |
---|---|
protected abstract int |
AbstractSliderTool.getDefaultValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeCurvature.getDefaultValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeFramerate.getDefaultValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeNodeMass.getDefaultValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeScale.getDefaultValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeStiffness.getDefaultValue(TopicMapGraphPanel graphPanel) |
protected abstract int |
AbstractSliderTool.getMaxValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeCurvature.getMaxValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeFramerate.getMaxValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeNodeMass.getMaxValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeScale.getMaxValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeStiffness.getMaxValue(TopicMapGraphPanel graphPanel) |
protected abstract int |
AbstractSliderTool.getMinValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeCurvature.getMinValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeFramerate.getMinValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeNodeMass.getMinValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeScale.getMinValue(TopicMapGraphPanel graphPanel) |
protected int |
ChangeStiffness.getMinValue(TopicMapGraphPanel graphPanel) |
private void |
AbstractSliderTool.initializeSlider(TopicMapGraphPanel gp) |
static java.util.ArrayList<AbstractGraphTool> |
CloseTopicNodesOfType.makeTools(TopicMapGraphPanel gp,
Node n,
NodeFilter nodeFilter,
java.util.ArrayList<AbstractGraphTool> tools) |
protected abstract void |
AbstractSliderTool.setValue(TopicMapGraphPanel graphPanel,
int newValue) |
protected void |
ChangeCurvature.setValue(TopicMapGraphPanel graphPanel,
int newValue) |
protected void |
ChangeFramerate.setValue(TopicMapGraphPanel graphPanel,
int newValue) |
protected void |
ChangeNodeMass.setValue(TopicMapGraphPanel graphPanel,
int newValue) |
protected void |
ChangeScale.setValue(TopicMapGraphPanel graphPanel,
int newValue) |
protected void |
ChangeStiffness.setValue(TopicMapGraphPanel graphPanel,
int newValue) |
Constructor and Description |
---|
AbstractGraphTool(TopicMapGraphPanel gp)
Creates a new instance of AbstractGraphTool
|
AbstractSliderTool(TopicMapGraphPanel gp) |
CenterCurrentTopic(TopicMapGraphPanel gp)
Creates a new instance of CenterCurrentTopic
|
ChangeCurvature(TopicMapGraphPanel gp)
Creates a new instance of ChangeCurvature
|
ChangeFramerate(TopicMapGraphPanel gp)
Creates a new instance of ChangeFramerate
|
ChangeNodeMass(TopicMapGraphPanel gp)
Creates a new instance of ChangeStiffness
|
ChangeScale(TopicMapGraphPanel gp)
Creates a new instance of ChangeScale
|
ChangeStiffness(TopicMapGraphPanel gp)
Creates a new instance of ChangeStiffness
|
CloseTopicNode(TopicMapGraphPanel gp) |
CloseTopicNode(TopicMapGraphPanel gp,
boolean allButCurrent) |
CloseTopicNodesOfType(TopicMapGraphPanel gp,
Topic type,
GraphFilter filter) |
CloseTopicNodesOfType(TopicMapGraphPanel gp,
Topic type,
NodeFilter filter) |
CollapseTool(TopicMapGraphPanel gp) |
CollapseTool(TopicMapGraphPanel gp,
int depth) |
ConnectNodesTool(TopicMapGraphPanel gp)
Creates a new instance of ConnectNodesTool
|
ExpandNodesRecursivelyTool(TopicMapGraphPanel gp)
Creates a new instance of ExpandNodesRecursivelyTool
|
ExpandNodesRecursivelyTool(TopicMapGraphPanel gp,
int depth) |
ExpandNodeTool(TopicMapGraphPanel gp) |
SetMouseTool(TopicMapGraphPanel gp,
int predefinedMouseTool)
Creates a new instance of ToggleAntialiasTool
|
ToggleAnimationTool(TopicMapGraphPanel gp)
Creates a new instance of ToggleAnimationTool
|
ToggleAntialiasTool(TopicMapGraphPanel gp)
Creates a new instance of ToggleAntialiasTool
|
ToggleFilterWindow(TopicMapGraphPanel gp)
Creates a new instance of ToggleFilterWindow
|
ToggleFreezeForMouseOverTool(TopicMapGraphPanel gp)
Creates a new instance of ToggleFreezeForMouseOverTool
|
ToggleLabelEdges(TopicMapGraphPanel gp)
Creates a new instance of ToggleLabelEdges
|
ToggleProjectionSettings(TopicMapGraphPanel gp)
Creates a new instance of ToggleProjectionSettings
|
ToggleStaticWidthNodeBoxes(TopicMapGraphPanel gp)
Creates a new instance of ToggleStaticWidthNodeBoxes
|
ToggleViewFilterInfo(TopicMapGraphPanel gp)
Creates a new instance of ToggleViewFilterInfo
|
Constructor and Description |
---|
AbstractGraphPinningTool(TopicMapGraphPanel gp)
Creates a new instance of AbstractGraphPinningTool
|
ReversePinningTool(TopicMapGraphPanel gp)
Creates a new instance of ReversePinningTool
|
ReversePinningTool(TopicMapGraphPanel gp,
Context proposedContext) |
SetPinnedTool(TopicMapGraphPanel gp)
Creates a new instance of SetPinnedTool
|
SetPinnedTool(TopicMapGraphPanel gp,
Context proposedContext) |
SetUnpinnedTool(TopicMapGraphPanel gp)
Creates a new instance of SetUnpinnedTool
|
SetUnpinnedTool(TopicMapGraphPanel gp,
Context proposedContext) |
Modifier and Type | Method and Description |
---|---|
void |
ClearSelection.doGraphSelection(Wandora admin,
TopicMapGraphPanel graph) |
void |
DoSelection.doGraphSelection(Wandora wandora,
TopicMapGraphPanel graph) |
void |
DoTopicSelection.doGraphSelection(Wandora admin,
TopicMapGraphPanel graph) |
void |
InvertSelection.doGraphSelection(Wandora admin,
TopicMapGraphPanel graph) |
void |
SelectAll.doGraphSelection(Wandora wandora,
TopicMapGraphPanel graph) |
void |
SelectionInfo.doGraphSelection(Wandora admin,
TopicMapGraphPanel graph) |
Copyright 2004-2015 Wandora Team