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 Edge
GraphHelperBio. 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 CollectionAttribute
NodeHelper. 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 CollectionAttribute
FastView. getEdgeAttribute()
CollectionAttribute
FastView. getGraphAttribute()
CollectionAttribute
FastView. getNodeAttribute()
-
Uses of CollectionAttribute in org
Methods in org that return CollectionAttribute Modifier and Type Method Description static CollectionAttribute
AttributeHelper. getDefaultGraphicsAttributeForEdge(Color colArrow, Color colLine, boolean directed)
static CollectionAttribute
AttributeHelper. getDefaultGraphicsAttributeForKeggNode(double x, double y)
static CollectionAttribute
AttributeHelper. getDefaultGraphicsAttributeForNode(double x, double y)
static CollectionAttribute
AttributeHelper. getDefaultGraphicsAttributeForNode(Vector2d position)
Methods in org with parameters of type CollectionAttribute Modifier and Type Method Description static void
AttributeHelper. 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 interface
SortedCollectionAttribute
Empty interface.Classes in org.graffiti.attributes that implement CollectionAttribute Modifier and Type Class Description class
AbstractCollectionAttribute
Provides common functionality forCollectionAttribute
instances.class
HashMapAttribute
Maps a given id to an attribute.class
LinkedHashMapAttribute
DOCUMENT ME!Methods in org.graffiti.attributes that return CollectionAttribute Modifier and Type Method Description CollectionAttribute
AbstractAttributable. getAttributes()
Returns the root CollectionAttribute which contains the attributes of the current object.CollectionAttribute
Attributable. getAttributes()
Returns the attributes of the current object in the base hierarchie in aCollectionAttribute
.abstract CollectionAttribute
CompositeAttribute. getAttributes()
Transforms theCompositeAttribute
into the basehierarchy.CollectionAttribute
AttributeConsumer. getEdgeAttribute()
Returns the attribute, which should be available in a edge object.CollectionAttribute
AttributeConsumer. getGraphAttribute()
Returns the attribute, which should be available in a graph object.CollectionAttribute
AttributeConsumer. getNodeAttribute()
Returns the attribute, which should be available in a node object.CollectionAttribute
AbstractAttribute. getParent()
Returns theAttribute
's parent,null
if it is root.CollectionAttribute
Attribute. getParent()
Returns theAttribute
's parent.Methods in org.graffiti.attributes with parameters of type CollectionAttribute Modifier and Type Method Description void
AbstractAttribute. setParent(CollectionAttribute parent)
Sets the attribute's parent.void
Attribute. setParent(CollectionAttribute parent)
Sets theAttribute
's parent.Constructors in org.graffiti.attributes with parameters of type CollectionAttribute Constructor Description AbstractAttributable(CollectionAttribute coll)
Constructs a newAbstractAttribute
instance. -
Uses of CollectionAttribute in org.graffiti.graph
Methods in org.graffiti.graph with parameters of type CollectionAttribute Modifier and Type Method Description Edge
AbstractGraph. addEdge(Node source, Node target, boolean directed, CollectionAttribute col)
Adds a new edge to the current graph.Edge
Graph. addEdge(Node source, Node target, boolean directed, CollectionAttribute col)
Adds a newEdge
to the currentGraph
.Node
AbstractGraph. addNode(CollectionAttribute col)
Adds a new node to the graph.Node
Graph. 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 anAdjListGraph
from an instance of anyGraph
implementation.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 anOptAdjListGraph
from an instance of anyGraph
implementation. -
Uses of CollectionAttribute in org.graffiti.graphics
Classes in org.graffiti.graphics that implement CollectionAttribute Modifier and Type Class Description class
ColorAttribute
Contains the color graphic attribute.class
CoordinateAttribute
Contains the coordinate graphic attribute.class
DimensionAttribute
Contains the graphic attribute dimension, that represents the minimal surrounding rectangleclass
DockingAttribute
Contains the graphic attribute docking for edges.class
EdgeGraphicAttribute
Defines all graphic attributes of an edgeclass
EdgeLabelAttribute
DOCUMENT ME!class
EdgeLabelPositionAttribute
DOCUMENT ME!class
GraphElementGraphicAttribute
Defines the common graphic attributes for nodes and edgesclass
ImageAttribute
Contains the graphic attribute image.class
LabelAttribute
Contains the graphic attribute labelclass
NodeGraphicAttribute
Defines all grahic attributes of a nodeclass
NodeLabelAttribute
DOCUMENT ME!class
NodeLabelPositionAttribute
DOCUMENT ME!class
PortAttribute
Contains information about the port of a nodeclass
PortsAttribute
Contains ingoing, outgoing and common portsclass
PositionAttribute
Contains properties of the attribute position for a labelclass
ShapeDescriptionAttribute
Methods in org.graffiti.graphics that return CollectionAttribute Modifier and Type Method Description CollectionAttribute
AWTImageAttribute. getAttributes()
CollectionAttribute
LineModeAttribute. getAttributes()
CollectionAttribute
PortsAttribute. getCommon()
Returns the 'common'-value of the encapsulated ports.CollectionAttribute
PortsAttribute. getIngoing()
Returns the 'ingoing'-value of the encapsulated ports.CollectionAttribute
PortsAttribute. getOutgoing()
Returns the 'outgoing'-value of the encapsulated ports.Methods in org.graffiti.graphics with parameters of type CollectionAttribute Modifier and Type Method Description void
PortsAttribute. setCommon(CollectionAttribute c)
Sets the 'common'-value.void
PortsAttribute. setIngoing(CollectionAttribute i)
Sets the 'ingoing'-value.void
PortsAttribute. 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 CollectionAttribute
MatrixView. getEdgeAttribute()
CollectionAttribute
MatrixView. getGraphAttribute()
CollectionAttribute
MatrixView. 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.