public class TransparentCell extends DVertex
Title: DECLARE
Description:
Copyright: Copyright (c) 2006
Company: TU/e
Constructor and Description |
---|
TransparentCell(org.math.plot.plotObjects.Base userObject)
Creates a custom graph cell with a given user object
|
TransparentCell(java.lang.Object userObject) |
Modifier and Type | Method and Description |
---|---|
void |
displayCardinality() |
java.lang.String |
getNodeName() |
void |
mouseClicked(java.awt.event.MouseEvent e) |
void |
mouseEntered(java.awt.event.MouseEvent e) |
void |
mouseExited(java.awt.event.MouseEvent e) |
void |
mousePressed(java.awt.event.MouseEvent e) |
void |
mouseReleased(java.awt.event.MouseEvent e) |
void |
setLabel(java.lang.String labels) |
void |
setNodeName(java.lang.String name) |
void |
setPosition(double x,
double y)
Initializes the graph cell
|
clone, getBase, getBorderWidth, getBounds, getHeight, getWidth, resize, setBounds, setEditable, setPosition, setSize
addPort, addPort, addPort, changeAttributes, getAttributes, getChildren, getCorrespondingElement, getCorrespondingSecondElement, getID, getSecondID, getType, setAttributes, setCorrespondingElement, setCorrespondingSecondElement, setID, setSecondID, setType
add, breadthFirstEnumeration, children, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
public TransparentCell(org.math.plot.plotObjects.Base userObject)
userObject
- public TransparentCell(java.lang.Object userObject)
public void setLabel(java.lang.String labels)
public void setPosition(double x, double y)
public void mouseClicked(java.awt.event.MouseEvent e)
public void displayCardinality()
public void mouseEntered(java.awt.event.MouseEvent e)
public void mouseExited(java.awt.event.MouseEvent e)
public void mousePressed(java.awt.event.MouseEvent e)
public void mouseReleased(java.awt.event.MouseEvent e)
public java.lang.String getNodeName()
getNodeName
in class MNodeCell
public void setNodeName(java.lang.String name)
setNodeName
in class MNodeCell