Uses of Interface
org.graffiti.plugin.view.NodeComponentInterface
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview | |
org.graffiti.plugin.tool | |
org.graffiti.plugin.view | |
org.graffiti.plugins.views.defaults |
-
Uses of NodeComponentInterface in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview
Classes in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview that implement NodeComponentInterface Modifier and Type Class Description class
IPKnodeComponent
-
Uses of NodeComponentInterface in org.graffiti.plugin.tool
Methods in org.graffiti.plugin.tool with parameters of type NodeComponentInterface Modifier and Type Method Description void
AbstractTool. displayAsMarked(NodeComponentInterface comp)
Show a node component as marked. -
Uses of NodeComponentInterface in org.graffiti.plugin.view
Methods in org.graffiti.plugin.view with parameters of type NodeComponentInterface Modifier and Type Method Description void
EdgeComponentInterface. setSourceComponent(NodeComponentInterface snc)
Sets the source component.void
EdgeComponentInterface. setTargetComponent(NodeComponentInterface tnc)
Sets the source component. -
Uses of NodeComponentInterface in org.graffiti.plugins.views.defaults
Classes in org.graffiti.plugins.views.defaults that implement NodeComponentInterface Modifier and Type Class Description class
NodeComponent
This component represents aorg.graffiti.graph.Node
.Methods in org.graffiti.plugins.views.defaults with parameters of type NodeComponentInterface Modifier and Type Method Description void
EdgeComponent. setSourceComponent(NodeComponentInterface snc)
Sets the source component.void
EdgeComponent. setTargetComponent(NodeComponentInterface tnc)
Sets the source component.