apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes
Class ImageTextNode
java.lang.Object
apps.projectmanagement.component.workflowchart.core.graphcomponents.GraphComponent
apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes.GraphNode
apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes.QuadNode
apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes.EditableQuadNode
apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes.ImageTextNode
public class ImageTextNode
- extends EditableQuadNode
The Class ImageTextNode.
Methods inherited from class apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes.GraphNode |
addConceptMapListener, contains, fireNodeConnected, fireNodeDisconnected, getCloseButton, getIncomingLinks, getLinkButton, getLocation, getName, getNodeContainer, getOrder, getOutgoingLinks, isLinkable, isVisible, registerIncomingLink, registerOutgoingLink, remove, removeConceptMapListeners, setEditable, setLinkable, setLocation, setOrder, setScale, setVisible, unregisterAllLinks, unregisterLink, updateConnectionPoints |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageTextNode
public ImageTextNode(ContentSystem contentSystem,
GraphManager gManager)
- Instantiates a new image text node.
- Parameters:
contentSystem
- the content systemgManager
- the g manager
getImageTextLabel
public ImageTextLabel getImageTextLabel()
- Gets the image text label.
- Returns:
- the image text label
getText
public java.lang.String getText()
- Description copied from class:
EditableQuadNode
- Gets the text.
- Specified by:
getText
in class EditableQuadNode
- Returns:
- the text
setImageResource
public void setImageResource(java.net.URL imageResource)
- Sets the image resource.
- Parameters:
imageResource
- the new image resource
setText
public void setText(java.lang.String text)
- Description copied from class:
EditableQuadNode
- Sets the text.
- Specified by:
setText
in class EditableQuadNode
- Parameters:
text
- the new text