Uses of Interface
org.graffiti.attributes.CollectionAttribute
| Package | Description |
|---|---|
| de.ipk_gatersleben.ag_nw.graffiti | |
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper | |
| de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view | |
| org | |
| org.graffiti.attributes | |
| org.graffiti.graph |
Contains graph interfaces and classes.
|
| org.graffiti.graphics | |
| org.graffiti.plugins.views.matrix | |
| org.vanted.plugins.layout.multilevelframework |
A layout algorithm to Vanted that implements the multi-level graph layout framework.
|
-
Uses of CollectionAttribute in de.ipk_gatersleben.ag_nw.graffiti
Methods in de.ipk_gatersleben.ag_nw.graffiti with parameters of type CollectionAttribute Modifier and Type Method Description static EdgeGraphHelperBio. addEdgeIfNotExistant(Graph graph, Node nodeA, Node nodeB, boolean directed, CollectionAttribute graphicsAttributeForEdge) -
Uses of CollectionAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper that return CollectionAttribute Modifier and Type Method Description CollectionAttributeNodeHelper. getAttributes() -
Uses of CollectionAttribute in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view that return CollectionAttribute Modifier and Type Method Description CollectionAttributeFastView. getEdgeAttribute()CollectionAttributeFastView. getGraphAttribute()CollectionAttributeFastView. getNodeAttribute() -
Uses of CollectionAttribute in org
Methods in org that return CollectionAttribute Modifier and Type Method Description static CollectionAttributeAttributeHelper. getDefaultGraphicsAttributeForEdge(Color colArrow, Color colLine, boolean directed)static CollectionAttributeAttributeHelper. getDefaultGraphicsAttributeForKeggNode(double x, double y)static CollectionAttributeAttributeHelper. getDefaultGraphicsAttributeForNode(double x, double y)static CollectionAttributeAttributeHelper. getDefaultGraphicsAttributeForNode(Vector2d position)Methods in org with parameters of type CollectionAttribute Modifier and Type Method Description static voidAttributeHelper. setNodeGraphicsAttribute(double posx, double posy, double frameThickness_3, double width_25, double height_25, Color frameColor_0_0_0_255, Color fillColor_0_100_250_100, CollectionAttribute col) -
Uses of CollectionAttribute in org.graffiti.attributes
Subinterfaces of CollectionAttribute in org.graffiti.attributes Modifier and Type Interface Description interfaceSortedCollectionAttributeEmpty interface.Classes in org.graffiti.attributes that implement CollectionAttribute Modifier and Type Class Description classAbstractCollectionAttributeProvides common functionality forCollectionAttributeinstances.classHashMapAttributeMaps a given id to an attribute.classLinkedHashMapAttributeDOCUMENT ME!Methods in org.graffiti.attributes that return CollectionAttribute Modifier and Type Method Description CollectionAttributeAbstractAttributable. getAttributes()Returns the root CollectionAttribute which contains the attributes of the current object.CollectionAttributeAttributable. getAttributes()Returns the attributes of the current object in the base hierarchie in aCollectionAttribute.abstract CollectionAttributeCompositeAttribute. getAttributes()Transforms theCompositeAttributeinto the basehierarchy.CollectionAttributeAttributeConsumer. getEdgeAttribute()Returns the attribute, which should be available in a edge object.CollectionAttributeAttributeConsumer. getGraphAttribute()Returns the attribute, which should be available in a graph object.CollectionAttributeAttributeConsumer. getNodeAttribute()Returns the attribute, which should be available in a node object.CollectionAttributeAbstractAttribute. getParent()Returns theAttribute's parent,nullif it is root.CollectionAttributeAttribute. getParent()Returns theAttribute's parent.Methods in org.graffiti.attributes with parameters of type CollectionAttribute Modifier and Type Method Description voidAbstractAttribute. setParent(CollectionAttribute parent)Sets the attribute's parent.voidAttribute. setParent(CollectionAttribute parent)Sets theAttribute's parent.Constructors in org.graffiti.attributes with parameters of type CollectionAttribute Constructor Description AbstractAttributable(CollectionAttribute coll)Constructs a newAbstractAttributeinstance. -
Uses of CollectionAttribute in org.graffiti.graph
Methods in org.graffiti.graph with parameters of type CollectionAttribute Modifier and Type Method Description EdgeAbstractGraph. addEdge(Node source, Node target, boolean directed, CollectionAttribute col)Adds a new edge to the current graph.EdgeGraph. addEdge(Node source, Node target, boolean directed, CollectionAttribute col)Adds a newEdgeto the currentGraph.NodeAbstractGraph. addNode(CollectionAttribute col)Adds a new node to the graph.NodeGraph. addNode(CollectionAttribute col)Adds a new node to the graph.Constructors in org.graffiti.graph with parameters of type CollectionAttribute Constructor Description AbstractEdge(Graph graph, CollectionAttribute coll)Constructs a newAbstractEdge.AbstractGraph(CollectionAttribute coll)Constructs a new instance of anAbstractGraph.AbstractGraph(ListenerManager listenerManager, CollectionAttribute coll)Constructs a new instance of anAdjListGraph.AbstractGraphElement(CollectionAttribute coll)Constructs a newAbstrctGraphElement.AbstractGraphElement(Graph graph, CollectionAttribute coll)Constructs a newAbstrctGraphElement.AbstractNode(Graph graph, CollectionAttribute coll)Constructs a newAbstractNode.AdjListGraph(CollectionAttribute coll)Constructs a new instance of anAdjListGraph.AdjListGraph(ListenerManager listenerManager, CollectionAttribute coll)Constructs a new instance of anAdjListGraph.AdjListGraph(Graph g, ListenerManager listenerManager, CollectionAttribute coll)Constructs a new instance of anAdjListGraphfrom an instance of anyGraphimplementation.OptAdjListGraph(CollectionAttribute coll)Constructs a new instance of anOptAdjListGraph.OptAdjListGraph(ListenerManager listenerManager, CollectionAttribute coll)Constructs a new instance of anOptAdjListGraph.OptAdjListGraph(Graph g, ListenerManager listenerManager, CollectionAttribute coll)Constructs a new instance of anOptAdjListGraphfrom an instance of anyGraphimplementation. -
Uses of CollectionAttribute in org.graffiti.graphics
Classes in org.graffiti.graphics that implement CollectionAttribute Modifier and Type Class Description classColorAttributeContains the color graphic attribute.classCoordinateAttributeContains the coordinate graphic attribute.classDimensionAttributeContains the graphic attribute dimension, that represents the minimal surrounding rectangleclassDockingAttributeContains the graphic attribute docking for edges.classEdgeGraphicAttributeDefines all graphic attributes of an edgeclassEdgeLabelAttributeDOCUMENT ME!classEdgeLabelPositionAttributeDOCUMENT ME!classGraphElementGraphicAttributeDefines the common graphic attributes for nodes and edgesclassImageAttributeContains the graphic attribute image.classLabelAttributeContains the graphic attribute labelclassNodeGraphicAttributeDefines all grahic attributes of a nodeclassNodeLabelAttributeDOCUMENT ME!classNodeLabelPositionAttributeDOCUMENT ME!classPortAttributeContains information about the port of a nodeclassPortsAttributeContains ingoing, outgoing and common portsclassPositionAttributeContains properties of the attribute position for a labelclassShapeDescriptionAttributeMethods in org.graffiti.graphics that return CollectionAttribute Modifier and Type Method Description CollectionAttributeAWTImageAttribute. getAttributes()CollectionAttributeLineModeAttribute. getAttributes()CollectionAttributePortsAttribute. getCommon()Returns the 'common'-value of the encapsulated ports.CollectionAttributePortsAttribute. getIngoing()Returns the 'ingoing'-value of the encapsulated ports.CollectionAttributePortsAttribute. getOutgoing()Returns the 'outgoing'-value of the encapsulated ports.Methods in org.graffiti.graphics with parameters of type CollectionAttribute Modifier and Type Method Description voidPortsAttribute. setCommon(CollectionAttribute c)Sets the 'common'-value.voidPortsAttribute. setIngoing(CollectionAttribute i)Sets the 'ingoing'-value.voidPortsAttribute. setOutgoing(CollectionAttribute o)Sets the 'outgoing'-value.Constructors in org.graffiti.graphics with parameters of type CollectionAttribute Constructor Description PortsAttribute(String id, CollectionAttribute i, CollectionAttribute o, CollectionAttribute c)Constructor for Ports. -
Uses of CollectionAttribute in org.graffiti.plugins.views.matrix
Methods in org.graffiti.plugins.views.matrix that return CollectionAttribute Modifier and Type Method Description CollectionAttributeMatrixView. getEdgeAttribute()CollectionAttributeMatrixView. getGraphAttribute()CollectionAttributeMatrixView. getNodeAttribute() -
Uses of CollectionAttribute in org.vanted.plugins.layout.multilevelframework
Constructors in org.vanted.plugins.layout.multilevelframework with parameters of type CollectionAttribute Constructor Description MergedNode(Graph g, CollectionAttribute col)Deprecated.