| java.lang.Object com.projity.pm.graphic.graph.GraphInteractor
All known Subclasses: com.projity.pm.graphic.gantt.GanttInteractor, com.projity.pm.graphic.network.NetworkInteractor,
BAR_MOVE | final protected static int BAR_MOVE(Code) | | |
LINK_CREATION | final protected static int LINK_CREATION(Code) | | |
LINK_SELECTION | final protected static int LINK_SELECTION(Code) | | |
NOTHING_SELECTED | final protected static int NOTHING_SELECTED(Code) | | |
lastLinkShadowX | protected double lastLinkShadowX(Code) | | |
lastLinkShadowY | protected double lastLinkShadowY(Code) | | |
lastShadowX | protected double lastShadowX(Code) | | |
lastShadowY | protected double lastShadowY(Code) | | |
selection | protected boolean selection(Code) | | |
state | protected int state(Code) | | |
x0linky0link | protected double x0linky0link(Code) | | |
x0y0 | protected double x0y0(Code) | | |
computeNodeSelection | abstract protected void computeNodeSelection(double x, double y)(Code) | | |
drawBarShadow | protected void drawBarShadow(double x, double y, boolean alternate)(Code) | | |
drawLinkSelectionBarShadow | protected void drawLinkSelectionBarShadow(GraphicNode node)(Code) | | |
executeAction | abstract public boolean executeAction(double x, double y)(Code) | | |
findState | protected void findState(double x, double y)(Code) | | |
getBarShadowBounds | abstract protected Shape getBarShadowBounds(double x, double y)(Code) | | |
init | protected void init()(Code) | | |
isDirectAction | protected boolean isDirectAction()(Code) | | |
isMove | protected boolean isMove()(Code) | | |
isReadOnly | public boolean isReadOnly()(Code) | | |
isRepaintOnRelease | protected boolean isRepaintOnRelease()(Code) | | |
reset | protected void reset()(Code) | | |
select | protected void select(int x, int y)(Code) | | |
selectedIsNonSummaryNode | protected boolean selectedIsNonSummaryNode()(Code) | | |
setLinkOrigin | abstract protected void setLinkOrigin()(Code) | | |
switchOnLinkCreation | abstract protected boolean switchOnLinkCreation(double x, double y)(Code) | | |
|
|