|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
att.grappa |
Uses of Attribute in att.grappa |
---|
Fields in att.grappa with type parameters of type Attribute | |
---|---|
static java.util.List<Attribute> |
Grappa.emptyAttributeIterator
|
Methods in att.grappa that return Attribute | |
---|---|
Attribute |
Element.getAttribute(java.lang.String key)
Get the Attribute of this Element for the specified key. |
Attribute |
Element.getDefaultAttribute(int type,
java.lang.String key)
Get the corresponding default attribute for the specified type and key. |
Attribute |
Element.getDefaultAttribute(java.lang.String key)
Get the default attribute of this element for the specified key. |
Attribute |
Subgraph.getEdgeAttribute(java.lang.String key)
Gets the subgraph-specific default attribute for the named edge attribute. |
static Attribute |
Graph.getGlobalAttribute(int type,
java.lang.String key)
Gets a graph default attribute. |
Attribute |
Graph.getGrappaAttribute(java.lang.String key)
Gets Grappa default attribute. |
Attribute |
Element.getLocalAttribute(java.lang.String key)
Get only the corresponding local attribute for the specified key. |
Attribute |
Subgraph.getNodeAttribute(java.lang.String key)
Gets the subgraph-specific default attribute for the named node attribute. |
Attribute |
Element.getThisAttribute(java.lang.String key)
Get only the corresponding local attribute for the specified key if it is not inherited from the parent, otherwise return null. |
Methods in att.grappa that return types with arguments of type Attribute | |
---|---|
java.util.Iterator<Attribute> |
Element.getAttributePairs()
Get an Iterator of all attribute pairs for this element. |
java.util.Iterator<Attribute> |
Subgraph.getEdgeAttributePairs()
Gets an Iterator of the subgraph-specific edge attributes |
static java.util.Iterator<Attribute> |
Graph.getGlobalAttributePairs(int type)
Gets an iterator of the specified graph default attributes |
java.util.Iterator<Attribute> |
Element.getLocalAttributePairs()
Get an Iterator of the Attribute objects for this Element. |
java.util.Iterator<Attribute> |
Subgraph.getNodeAttributePairs()
Gets an Iterator of the subgraph-specific node attributes |
Methods in att.grappa with parameters of type Attribute | |
---|---|
Element |
Subgraph.createElement(int type,
java.lang.Object[] info,
Attribute[] attrs)
Creates a new element and adds it to the subgraph's element dictionary. |
boolean |
Attribute.equals(Attribute attr)
Tests for equality with the given attribute. |
boolean |
Attribute.equalsValue(Attribute attr)
Tests for equality of this attribute's value with the given attribute's value. |
java.lang.Object |
Subgraph.setAttribute(Attribute attr)
Sets the subgraph-specific default for the specified graph attribute. |
java.lang.Object |
Element.setAttribute(Attribute attr)
Sets or creates an attribute for this element from the attribute supplied. |
java.lang.Object |
Element.setDefaultAttribute(Attribute attr)
Sets or creates a default attribute for this element type within the containing subgraph of this element from the supplied arguments. |
java.lang.Object |
Element.setDefaultAttribute(int type,
Attribute attr)
Sets or creates a default attribute of the specified type within the containing subgraph of this element from the supplied arguments. |
java.lang.Object |
Subgraph.setEdgeAttribute(Attribute attr)
Sets the subgraph-specific default for the specified edge attribute. |
java.lang.Object |
Subgraph.setNodeAttribute(Attribute attr)
Sets the subgraph-specific default for the specified node attribute. |
Constructors in att.grappa with parameters of type Attribute | |
---|---|
Attribute(Attribute attr)
Constructs a new attribute from an existing one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |