| java.lang.Object tools.tracesviewer.Arrow
All known Subclasses: tools.tracesviewer.CircleArrow, tools.tracesviewer.StraightArrow,
Arrow | abstract class Arrow (Code) | | version: 1.2 author: Olivier Deruelle
|
Constructor Summary | |
public | Arrow(boolean selected, String arrowName, boolean flag, int xmin, int xmax, int ymin, int ymax, boolean info) |
displayInfo | public boolean displayInfo(Code) | | |
displayTipTool | public boolean displayTipTool(Code) | | |
selected | public boolean selected(Code) | | |
statusInfo | public boolean statusInfo(Code) | | |
visible | public boolean visible(Code) | | |
xmaxInfo | public int xmaxInfo(Code) | | |
xminInfo | public int xminInfo(Code) | | |
ymaxInfo | public int ymaxInfo(Code) | | |
yminInfo | public int yminInfo(Code) | | |
Arrow | public Arrow(boolean selected, String arrowName, boolean flag, int xmin, int xmax, int ymin, int ymax, boolean info)(Code) | | |
isCollisionArrow | public boolean isCollisionArrow(int x, int y)(Code) | | |
isCollisionInfo | public boolean isCollisionInfo(int x, int y)(Code) | | |
|
|