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 classIPKnodeComponent -
Uses of NodeComponentInterface in org.graffiti.plugin.tool
Methods in org.graffiti.plugin.tool with parameters of type NodeComponentInterface Modifier and Type Method Description voidAbstractTool. 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 voidEdgeComponentInterface. setSourceComponent(NodeComponentInterface snc)Sets the source component.voidEdgeComponentInterface. 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 classNodeComponentThis component represents aorg.graffiti.graph.Node.Methods in org.graffiti.plugins.views.defaults with parameters of type NodeComponentInterface Modifier and Type Method Description voidEdgeComponent. setSourceComponent(NodeComponentInterface snc)Sets the source component.voidEdgeComponent. setTargetComponent(NodeComponentInterface tnc)Sets the source component.