|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.draw2d.Figure | +--APStudio.figures.NodeFigure
Field Summary |
Fields inherited from interface org.eclipse.draw2d.IFigure |
MAX_DIMENSION, MIN_DIMENSION, NO_INSETS |
Constructor Summary | |
NodeFigure()
|
Method Summary | |
org.eclipse.draw2d.ConnectionAnchor |
connectionAnchorAt(org.eclipse.draw2d.geometry.Point p)
|
org.eclipse.draw2d.ConnectionAnchor |
getConnectionAnchor(java.lang.String terminal)
|
java.lang.String |
getConnectionAnchorName(org.eclipse.draw2d.ConnectionAnchor c)
|
org.eclipse.draw2d.ConnectionAnchor |
getSourceConnectionAnchorAt(org.eclipse.draw2d.geometry.Point p)
|
java.util.Vector |
getSourceConnectionAnchors()
|
org.eclipse.draw2d.ConnectionAnchor |
getTargetConnectionAnchorAt(org.eclipse.draw2d.geometry.Point p)
|
java.util.Vector |
getTargetConnectionAnchors()
|
Methods inherited from class org.eclipse.draw2d.Figure |
add, add, add, add, addAncestorListener, addFigureListener, addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, addNotify, addPropertyChangeListener, addPropertyChangeListener, containsPoint, containsPoint, erase, findFigureAt, findFigureAt, findFigureAtExcluding, findMouseEventTargetAt, getBackgroundColor, getBorder, getBounds, getChildren, getClientArea, getClientArea, getCursor, getFont, getForegroundColor, getInsets, getLayoutManager, getLocation, getMaximumSize, getMinimumSize, getParent, getPreferredSize, getPreferredSize, getSize, getToolTip, getUpdateManager, handleFocusGained, handleFocusLost, handleKeyPressed, handleKeyReleased, handleMouseDoubleClicked, handleMouseDragged, handleMouseEntered, handleMouseExited, handleMouseHover, handleMouseMoved, handleMousePressed, handleMouseReleased, hasFocus, internalGetEventDispatcher, intersects, invalidate, isEnabled, isFocusTraversable, isOpaque, isRequestFocusEnabled, isVisible, paint, remove, removeAll, removeAncestorListener, removeFigureListener, removeFocusListener, removeMouseListener, removeMouseMotionListener, removeNotify, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, revalidate, setBackgroundColor, setBorder, setBounds, setConstraint, setCursor, setEnabled, setFocusTraversable, setFont, setForegroundColor, setLayoutManager, setLocation, setMaximumSize, setMinimumSize, setOpaque, setParent, setPreferredSize, setPreferredSize, setRequestFocusEnabled, setSize, setSize, setToolTip, setUpdateManager, setValid, setVisible, translate, translateFromParent, translateToAbsolute, translateToParent, translateToRelative, validate |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodeFigure()
Method Detail |
public org.eclipse.draw2d.ConnectionAnchor connectionAnchorAt(org.eclipse.draw2d.geometry.Point p)
public org.eclipse.draw2d.ConnectionAnchor getConnectionAnchor(java.lang.String terminal)
public java.lang.String getConnectionAnchorName(org.eclipse.draw2d.ConnectionAnchor c)
public org.eclipse.draw2d.ConnectionAnchor getSourceConnectionAnchorAt(org.eclipse.draw2d.geometry.Point p)
public java.util.Vector getSourceConnectionAnchors()
public org.eclipse.draw2d.ConnectionAnchor getTargetConnectionAnchorAt(org.eclipse.draw2d.geometry.Point p)
public java.util.Vector getTargetConnectionAnchors()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |