|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AttributeSet | |
| com.tensegrity.composite | The Tensgrity Graph Framework supports complex visual representations of nodes and edges. |
| com.tensegrity.composite.geometry | Provides interfaces and classes for defining and dealing with geometries and styles for composites. |
| com.tensegrity.composite.label | Contains classes used by the CompositeLabel. |
| com.tensegrity.composite.style | Styles are used to define the visual appearance of an element. |
| com.tensegrity.composite.style.persistence | Provides classes for making style attributes persistent. |
| com.tensegrity.generic.attribute | Contains interfaces that define the attribute framework and its associated exceptions. |
| com.tensegrity.generic.attribute.event | Provides interfaces and classes for dealing with different types of events fired and exceptions thrown by the attribute framework. |
| com.tensegrity.generic.util | Core classes for tensegrity-software packages. |
| com.tensegrity.generic.util.prefs | Contains interfaces and classes that is helpful for dealing with persistent application settings. |
| com.tensegrity.graph.layout | Contains the layout algorithms and their dependent utility classes. |
| com.tensegrity.graph.layout.circular | |
| com.tensegrity.graph.layout.controller |
The controller package contains several concrete implementations
of abstract class LayoutController which can be used in many
common applications.
|
| com.tensegrity.graph.layout.edge | |
| com.tensegrity.graph.layout.energy | |
| com.tensegrity.graph.layout.hierarchical | |
| com.tensegrity.graph.layout.orgchart | |
| com.tensegrity.graph.layout.random | |
| com.tensegrity.graph.layout.swimlane | |
| com.tensegrity.graph.layout.tree | |
| com.tensegrity.graph.model | Contains the graph model interface. |
| com.tensegrity.graph.persistence | GraphPersistence package. |
| com.tensegrity.graph.view | Contains the graph view interface. |
| com.tensegrity.graph.view.geometry | |
| com.tensegrity.graphics | Contains basic classes and interfaces of the Tensegrity graphics framework. |
| com.tensegrity.graphics.device | Contains classes and interfaces defining devices that accomplish the drawing. |
| com.tensegrity.graphics.primitive2D | Contains classes that define graphical primitives in 2D space. |
| com.tensegrity.graphics.render | Contains classes that are used to define the rendering data used to render the graphical objects onto a device. |
| com.tensegrity.gui.component | The component package contains the basic abstractions for components used within a Graph application, such as GraphApplication, StatusBar, AttributeTable and ObjectTreePanel. |
| com.tensegrity.gui.container | |
| com.tensegrity.gui.document | Contains the interfaces for document types and the framework which maintains such documents. |
| com.tensegrity.gui.document.persistence | |
| com.tensegrity.gui.graphdocument | This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents. |
| com.tensegrity.gui.graphdocument.persistence | |
| com.tensegrity.gui.swing.control.attributeeditor | |
| com.tensegrity.gui.swing.control.attributetable | This package contains the AttributeTable implementation. |
| com.tensegrity.gui.swing.control.attributetree | |
| com.tensegrity.gui.swing.dialog | This package contains several Dialog implementations, such as a ColorChooser for the three Format types (Paint, Stroke, Font) of the Graphics API. |
| com.tensegrity.gui.swing.dialog.graphtools | |
| com.tensegrity.gui.swing.document.persistence | |
| com.tensegrity.gui.swing.graph |
The graph package contains the two panels required for the SwingGraphDocument,
a NavigatorPanel and several components for the inplace editing supported by the
SwingGraphPanel.
|
| com.tensegrity.gui.swt.control.attributetree | |
| com.tensegrity.gui.swt.document.persitence | |
| com.tensegrity.gui.swt.graph | |
| com.tensegrity.gui.template | |
| com.tensegrity.skeleton.commands | The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. |
| com.tensegrity.skeleton.container.swing | The swing implementations of all currently available ToolContainer types. |
| com.tensegrity.skeleton.container.swt | |
| com.tensegrity.skeleton.swt.commands | |
| Uses of AttributeSet in com.tensegrity.composite |
| Methods in com.tensegrity.composite that return AttributeSet | |
AttributeSet |
CompositeLabelRepresentation.getAttributes()
Returns an AttributeSet holding the Attributes
specific for this instance. |
AttributeSet |
CompositeViewGrid.getWriteOutAttributes()
Returns an AttributeSet that is the same as the one returned
by AttributableOnSet.getAttributes() excepts for the Attributes
holding formats. |
| Methods in com.tensegrity.composite with parameters of type AttributeSet | |
void |
CompositeLabelRepresentation.setAttributes(AttributeSet attributes)
Sets the specific parameters of this instance to the ones given in the specified AttributeSet. |
| Uses of AttributeSet in com.tensegrity.composite.geometry |
| Methods in com.tensegrity.composite.geometry that return AttributeSet | |
AttributeSet |
GeometryDescriptorItem.getAttributes()
Returns an AttributeSet that holds the various attributes of
this GeometryDescriptorItem. |
AttributeSet |
GeometryDescriptorItem.getHints()
Returns an AttributeSet that holds the geometrical hints
provides by the GeometryDescriptorItem. |
AttributeSet |
GeometryItem.getAttributes()
Returns an AttributeSet that holds the various attributes of
this GeometryItem. |
AttributeSet |
DefaultGeometryDescriptorItem.getAttributes()
|
AttributeSet |
DefaultGeometryDescriptorItem.getHints()
|
AttributeSet |
GeometryDescriptor.getAttributes()
Returns an AttributeSet that holds the various attributes of
this GeometryDescriptor. |
static AttributeSet |
GeometryService.getItemAttributes(int itemType)
Returns an AttributeSet that contains attributes for the
specified itemType. |
AttributeSet |
DefaultGeometryDescriptor.getAttributes()
|
AttributeSet |
DefaultGeometryItem.getAttributes()
|
| Constructors in com.tensegrity.composite.geometry with parameters of type AttributeSet | |
DefaultGeometryDescriptorItem(java.lang.String name,
java.lang.String itemname,
GeometryItemCoordinates coordinates,
AttributeSet attributes)
Constructor for DefaultGeometryDescriptorItem specifying
the GeometryItem, the GeometryItemCoordinates
and an AttributeSet to use. |
|
DefaultGeometryDescriptorItem(java.lang.String name,
java.lang.String itemname,
GeometryItemCoordinates coordinates,
AttributeSet attributes,
AttributeSet hints)
Constructor for DefaultGeometryDescriptorItem specifying
the GeometryItem, the GeometryItemCoordinates
and an AttributeSet to use. |
|
DefaultGeometryDescriptor(int type,
java.lang.String name,
CoordinateSystem coordSystem,
java.util.List items,
AttributeSet attributes)
Constructor for DefaultGeometryDescriptor specifying an
additional AttributeSet. |
|
GeometryHintsInfo(AttributeSet geometryhints)
Constructor for GeometryHintsInfo. |
|
DefaultGeometryItem(int type,
java.lang.String name,
AttributeSet attributes)
Constructor specifying the type, the name and
a AttributeSet to use. |
|
| Uses of AttributeSet in com.tensegrity.composite.label |
| Methods in com.tensegrity.composite.label that return AttributeSet | |
AttributeSet |
CompositeLabelRectangle.getAttributes()
|
AttributeSet |
CompositeLabelEllipse.getAttributes()
|
| Methods in com.tensegrity.composite.label with parameters of type AttributeSet | |
void |
CompositeLabelRectangle.setAttributes(AttributeSet attributes)
|
void |
CompositeLabelEllipse.setAttributes(AttributeSet attributes)
|
| Uses of AttributeSet in com.tensegrity.composite.style |
| Methods in com.tensegrity.composite.style that return AttributeSet | |
AttributeSet |
DefaultStyleItem.getAttributes()
|
static AttributeSet |
StyleService.getItemAttributes(int itemType)
Returns an AttributeSet containing all
Attributes of the given type. |
AttributeSet |
DefaultStyleDescriptor.getAttributes()
|
AttributeSet |
StyleDescriptor.getAttributes()
Returns an AttributeSet that holds the various attributes of
this StyleDescriptor. |
AttributeSet |
StyleItem.getAttributes()
Returns an AttributeSet that holds the various attributes of
this StyleItem. |
| Constructors in com.tensegrity.composite.style with parameters of type AttributeSet | |
DefaultStyleItem(int type,
java.lang.String name,
AttributeSet attributes)
Constructor for a DefaultStyleItem. |
|
DefaultStyleDescriptor(int type,
java.lang.String name,
java.util.List items,
AttributeSet attributes)
Creates a new DefaultStyleDescriptor based on the parameter. |
|
| Uses of AttributeSet in com.tensegrity.composite.style.persistence |
| Methods in com.tensegrity.composite.style.persistence that return AttributeSet | |
protected AttributeSet |
StyleItemBuilder.convertSet(AttributeSet set)
Method convertSet creates an AttributeSet from a given set of Formats. |
| Methods in com.tensegrity.composite.style.persistence with parameters of type AttributeSet | |
protected AttributeSet |
StyleItemBuilder.convertSet(AttributeSet set)
Method convertSet creates an AttributeSet from a given set of Formats. |
| Uses of AttributeSet in com.tensegrity.generic.attribute |
| Methods in com.tensegrity.generic.attribute that return AttributeSet | |
abstract AttributeSet |
AttributeFactory.newAttributeSet()
This method returns an AttributeSet. |
abstract AttributeSet |
AttributeFactory.immutableAttributeSet(AttributeSet set)
Returns a wrapper AttributeSet instance that turns the
AttributeSet given by set into an immutable
one. |
static AttributeSet |
AttributeSetPool.removeAttributeSet(java.lang.String path)
Removes the pooled set with the given path |
static AttributeSet |
AttributeSetPool.getAttributeSet(java.lang.String path)
Returns the pooled set with the given path |
static AttributeSet |
AttributeSetPool.getAttributeSetClone(java.lang.String path)
Returns a clone of the requested set path, that can be modified without effect to the original pooled set. |
protected static AttributeSet |
AttributeSetPool.assertPath(AttributeCollection collection,
java.lang.String path)
Returns the attributeset at the location defined by the given path. |
protected static AttributeSet |
AttributeSetPool.findLeafSet(AttributeSet set)
Finds the first leaf (set without subset) in the given set |
AttributeSet |
GenericAttributableOnSet.getAttributes()
|
AttributeSet |
GenericAttributableOnSet.getAttributesTree()
|
AttributeSet |
AttributableOnSet.getAttributes()
Returns an AttributeSet consisting of all attributes of this
AttributableOnSet. |
AttributeSet |
AttributableOnSet.getAttributesTree()
Returns an AttributeSet containing all
Attributes of this AttributableOnSet in a
treelike structure.
|
AttributeSet |
AttributableOnSetCollection.getAttributes()
|
AttributeSet |
AttributableOnSetCollection.getAttributesTree()
|
static AttributeSet |
AttributePersistenceUtilities.createCustomAttributes(AttributeList graphobjectlist)
Creates an AttributeSet holding custom
Attributes from the AttributeList of serialized
Attributes given by graphobjectlist. |
| Methods in com.tensegrity.generic.attribute with parameters of type AttributeSet | |
abstract AttributeSet |
AttributeFactory.immutableAttributeSet(AttributeSet set)
Returns a wrapper AttributeSet instance that turns the
AttributeSet given by set into an immutable
one. |
static void |
AttributeSetPool.addAttributeSet(java.lang.String path,
AttributeSet attrSet)
Adds the given set to the pool. |
protected static boolean |
AttributeSetPool.addAttributePaths(AttributeCollection collection,
AttributeSet parentSet,
java.lang.String path)
Adds the list or set of attributes to the pool. |
protected static AttributeSet |
AttributeSetPool.findLeafSet(AttributeSet set)
Finds the first leaf (set without subset) in the given set |
void |
GenericAttributableOnSet.setAttributes(AttributeSet attributes)
|
void |
GenericAttributableOnSet.setAttributesTree(AttributeSet attributes)
|
void |
AttributableOnSetCollectionFeedback.beforeSetAttributes(AttributeSet attributes)
This method gets called before the attribute of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated will get
set. |
void |
AttributableOnSetCollectionFeedback.afterSetAttributes(AttributeSet attributes)
This method gets called after the attribute of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to has
been set. |
void |
AttributableOnSetCollectionFeedback.beforeSetAttributesTree(AttributeSet attributes)
This method gets called before the attribute tree of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated will get
set. |
void |
AttributableOnSetCollectionFeedback.afterSetAttributesTree(AttributeSet attributes)
This method gets called after the attribute tree of the AttributableOnSetCollection the
AttributableOnSetCollectionFeedback is associated to has
been set. |
void |
AttributableOnSetCollectionFeedback.beforeSetAttributesTree(AttributableOnSet attributable,
AttributeSet attributes)
This method gets called before the attribute tree of a certain AttributableOnSet instance will get set. |
void |
AttributableOnSetCollectionFeedback.afterSetAttributesTree(AttributableOnSet attributable,
AttributeSet attributes)
This method gets called after the attribute tree of a certain AttributableOnSet instance have been set. |
void |
AttributableOnSet.setAttributes(AttributeSet attributes)
Searches within the AttributeSet given by
attributes for attributes that have the same name as the
attributes of this AttributableOnSet holds. |
void |
AttributableOnSet.setAttributesTree(AttributeSet attributes)
Performs the same operation as the AttributableOnSet.setAttributes(com.tensegrity.generic.attribute.AttributeSet) method with
the difference that the AttributeSet given to this method
must provide the treelike structure mentioned in the documentation of
the AttributableOnSet.getAttributesTree(). |
static Attribute |
AttributableOnSetCollection.findAttribute(AttributeSet parent,
java.lang.String path)
Deprecated. Use AttributeOperations.findByPath(AttributeSet, String). |
static java.lang.String |
AttributableOnSetCollection.getPath(AttributeSet set,
Attribute attrib)
Returns the full qualified path of the given attribute in the given set. |
void |
AttributableOnSetCollection.setAttributes(AttributeSet attributes)
|
void |
AttributableOnSetCollection.setAttributesTree(AttributableOnSet attributable,
AttributeSet attributes)
Sets the attributes to a specific attributable. |
void |
AttributableOnSetCollection.setAttributesTree(AttributeSet attributes)
|
static AttributeList |
AttributePersistenceUtilities.convertCustomAttributes(AttributeFactory aFactory,
AttributeSet customAttributes)
Converts the custom attributes within the AttributeSet
given by customAttributes into an AttributeList
that can be serialized. |
| Constructors in com.tensegrity.generic.attribute with parameters of type AttributeSet | |
GenericAttributableOnSet(AttributeSet set)
Constructor |
|
| Uses of AttributeSet in com.tensegrity.generic.attribute.event |
| Methods in com.tensegrity.generic.attribute.event that return AttributeSet | |
AttributeSet |
AttributableOnSetEvent.getChangedAttributes()
Returns an AttributeSet of the Attributes that
have been changed. |
AttributeSet |
AttributableOnSetEvent.getChangedAttributesTree()
Returns an AttributeSet of the Attributes that
have been changed. |
| Constructors in com.tensegrity.generic.attribute.event with parameters of type AttributeSet | |
AttributableOnSetEvent(int eventid,
AttributableOnSet attributableOnSet,
AttributeSet attributeschanged_tablelike,
AttributeSet attributeschanged_treelike,
java.util.Map attribute2oldvalue_tablelike,
java.util.Map attribute2oldvalue_treelike)
Constructor specifying the kind of event and the AttributableOnSet instance this event is raised by.
|
|
| Uses of AttributeSet in com.tensegrity.generic.util |
| Methods in com.tensegrity.generic.util that return AttributeSet | |
static AttributeSet |
AttributeOperations.createAttributeSetPath(java.lang.String path)
Creates nested AttributeSets to represent the given path.
|
static AttributeSet |
AttributeOperations.createAttributeSetPath(java.lang.String path,
Attribute leaf)
Creates nested AttributeSets to represent the given path.
|
static AttributeSet[] |
AttributeOperations.compareAttributeSets(AttributeSet set1,
AttributeSet set2)
Compares two AttributeSets and returns three new
AttributeSets describing the differences. |
static AttributeSet |
AttributeOperations.list2set(AttributeList list)
Returns an AttributeSet that contains copies of all
Attributes in the given AttributeList. |
| Methods in com.tensegrity.generic.util with parameters of type AttributeSet | |
static Attribute |
AttributeOperations.findByPath(AttributeSet parent,
java.lang.String path)
Utility method to find an attribute in an attribute tree. |
static boolean |
AttributeOperations.removeByPath(AttributeSet parent,
java.lang.String path)
Utility method to remove an attribute in an attribute tree. |
static boolean |
AttributeOperations.mergeAttributesImmutable(AttributeSet current,
AttributeSet updated)
Updates the attribute values in the given AttributeSet
current with the values in updated. |
static boolean |
AttributeOperations.updateAttributes(AttributeSet current,
AttributeSet updated,
boolean addMissing)
Updates the attribute values in the given AttributeSet
current with the values in updated. |
static boolean |
AttributeOperations.updateAttributes(AttributeSet current,
AttributeSet updated,
boolean addMissing,
boolean updateMutability)
Updates the attribute values in the given AttributeSet
current with the values in updated. |
static boolean |
AttributeOperations.updateAttributes(AttributeSet current,
AttributeSet updated,
boolean addMissing,
boolean updateMutability,
boolean updateConstraint,
boolean ignoreConstraintViolations)
Updates the attribute values in the given AttributeSet
current with the values in updated. |
static AttributeSet[] |
AttributeOperations.compareAttributeSets(AttributeSet set1,
AttributeSet set2)
Compares two AttributeSets and returns three new
AttributeSets describing the differences. |
| Uses of AttributeSet in com.tensegrity.generic.util.prefs |
| Methods in com.tensegrity.generic.util.prefs that return AttributeSet | |
AttributeSet |
PreferenceDialogProvider.getDefaultAttributeSet(java.lang.String name)
Returns the top level set with the given name from the default list. |
| Uses of AttributeSet in com.tensegrity.graph.layout |
| Methods in com.tensegrity.graph.layout that return AttributeSet | |
AttributeSet |
GraphLayoutService.duplicateLayoutContext(java.lang.String templateLayoutContext,
java.lang.String newLayoutContext)
|
AttributeSet |
GraphLayoutService.getLayoutAttributeSet(java.lang.String layoutContext)
|
AttributeSet |
GraphLayoutService.getNodeDefaultLayoutAttributes(java.lang.String layoutContext)
|
AttributeSet |
GraphLayoutService.getEdgeDefaultLayoutAttributes(java.lang.String layoutContext)
|
AttributeSet |
GraphLayoutService.getLayoutReport(java.lang.String layoutContext)
|
AttributeSet |
GraphLayoutService.getAttribute()
|
AttributeSet |
GraphLayoutService.getConfiguration(java.lang.String[] listOfLayoutContexts)
|
AttributeSet |
LayoutService.duplicateLayoutContext(java.lang.String templateLayoutContext,
java.lang.String newLayoutContext)
Creates a copy from the layout-context specified by templateLayoutContext and adds it into the pool of . |
AttributeSet |
LayoutService.getNodeDefaultLayoutAttributes(java.lang.String layoutContext)
This method returns the default node attributes of specified layout-context. |
AttributeSet |
LayoutService.getEdgeDefaultLayoutAttributes(java.lang.String layoutContext)
This method returns the default edge attributes of specified layout-context. |
AttributeSet |
LayoutService.getLayoutAttributeSet(java.lang.String layoutContext)
Returns the attribute-set of the specified layout-context. |
AttributeSet |
LayoutService.getAttribute()
This method gets the attribute-set of LayoutService.
|
AttributeSet |
LayoutService.getConfiguration(java.lang.String[] listOfLayoutContexts)
This method returns an attribute-set which contains attributes of all layout contexts specified by listOfLayoutContexts.
|
AttributeSet |
LayoutService.getLayoutReport(java.lang.String layoutContext)
This method submits a report about the last layout process. |
AttributeSet |
Layoutable.getLayoutAttributeSet()
Returns an AttributeSet which contains the specified Layout
attributes for the graph object.
|
AttributeSet |
EdgeLayout.getEdgeAttributesTemplate()
Returns the attribute set for edges which is initialized with default values. |
AttributeSet |
NodeLayout.getNodeAttributesTemplate()
Returns the attribute set of nodes which is initialized with default values. |
AttributeSet |
NodeLayout.getEdgeAttributesTemplate()
Returns the attribute set of edges which is initialized with default values. |
AttributeSet |
Layout.getLayoutAttributesTemplate()
This method return an AttributeSet which contains all properties
supported by this Layout.
|
AttributeSet |
Layout.getReport()
This method submits a report about the last layout process. |
| Methods in com.tensegrity.graph.layout with parameters of type AttributeSet | |
static int |
LayoutUtil.getAttributeIntValue(AttributeSet attributeSet,
java.lang.String attrName,
int defaultValue)
This method extracts a given AttributeSet and returns the
contained int value, or the specified default
value, in case of any failure. |
static double |
LayoutUtil.getAttributeDoubleValue(AttributeSet attributeSet,
java.lang.String attrName,
double defaultValue)
This method extracts a given AttributeSet and returns the
contained double value, or the specified default
value, in case of any failure. |
static java.lang.String |
LayoutUtil.getAttributeStrValue(AttributeSet attributeSet,
java.lang.String attrName,
java.lang.String defaultValue)
This method extracts a given AttributeSet and returns the
contained string, or the specified default
value, in case of any failure. |
static boolean |
LayoutUtil.getAttributeBooleanValue(AttributeSet attributeSet,
java.lang.String attrName,
boolean defaultValue)
This method extracts a given AttributeSet and returns the
contained boolean value, or the specified default
value, in case of any failure. |
static MetricExpression |
LayoutUtil.getAttributeMetricValue(AttributeSet attributeSet,
java.lang.String attrName,
MetricExpression defaultValue)
This method extracts a given AttributeSet and returns the
contained MetricExpression. |
static boolean |
LayoutUtil.setAttribute(AttributeSet attributeSet,
java.lang.String attrName,
java.lang.Object value)
This method can be used to change the value of an specified Attribute
within an AttributeSet. |
static boolean |
LayoutUtil.changeAttribute(AttributeSet attrSet,
java.lang.String oldName,
java.lang.String newName)
Changes the name of an attribute within an specified attribute-set |
boolean |
GraphLayoutService.setLayoutAttributeSet(java.lang.String layoutContext,
AttributeSet attributeSet)
|
void |
GraphLayoutService.setAttribute(AttributeSet attributeSet)
|
void |
GraphLayoutService.setConfiguration(AttributeSet allAttributes)
|
static boolean |
GraphLayoutService.mergeAttributes(AttributeSet current,
AttributeSet updated,
boolean addMissing)
Updates the attribute values in the given AttributeSet
current with the values in updated. |
void |
GraphLayoutService.updateLayoutAttributeSet(java.lang.String layoutContext,
AttributeSet layoutAttribute)
|
boolean |
LayoutService.setLayoutAttributeSet(java.lang.String layoutContext,
AttributeSet attributeSet)
Returns the attribute-set of the layout context specified by layout-context. |
void |
LayoutService.updateLayoutAttributeSet(java.lang.String layoutContext,
AttributeSet layoutAttribute)
This method updates a specified attributes-set with the view of consistency. |
void |
LayoutService.setAttribute(AttributeSet attributeSet)
This method may be used to set the attribute-set for this object. |
void |
LayoutService.setConfiguration(AttributeSet attributeSet)
This method uses the given AttributeSet to configure the
layout contexts and the LayouService itself.
|
void |
Layoutable.setLayoutAttributes(AttributeSet attributes)
This method allows client code to configure a Layoutable object with an AttributeSet that contains all necessary Layout attributes.
|
int |
NodeLayout.getPreferEdgeType(AttributeSet usingAttributes)
This method allows a layout classes to inform the caller about it preferred edge type. |
void |
Layout.useAttribute(AttributeSet layoutAttributs)
This method can be used to configure a layout class. |
void |
Layout.updateAttributeSet(AttributeSet layoutAttributs)
This method updates a given AttributeSet with the view
of consistency.
|
| Uses of AttributeSet in com.tensegrity.graph.layout.circular |
| Methods in com.tensegrity.graph.layout.circular that return AttributeSet | |
AttributeSet |
CircularLayout.getLayoutAttributesTemplate()
|
AttributeSet |
CircularLayout.getNodeAttributesTemplate()
|
AttributeSet |
CircularLayout.getEdgeAttributesTemplate()
|
AttributeSet |
CircularLayout.getReport()
|
| Methods in com.tensegrity.graph.layout.circular with parameters of type AttributeSet | |
void |
CircularLayout.updateAttributeSet(AttributeSet layoutAttributs)
|
void |
CircularLayout.useAttribute(AttributeSet layoutAttributs)
|
int |
CircularLayout.getPreferEdgeType(AttributeSet usingAttributes)
|
| Uses of AttributeSet in com.tensegrity.graph.layout.controller |
| Methods in com.tensegrity.graph.layout.controller that return AttributeSet | |
AttributeSet |
LayoutController.getConfiguration(java.lang.String[] listOfLayoutContexts)
This method returns an AttributeSet holding all information
about the current configuration. |
AttributeSet |
LayoutController.getAttributes()
|
AttributeSet |
LayoutController.getAttributesTree()
|
AttributeSet |
LayoutController.getAttributesTree(java.lang.String nodeContext,
java.lang.String edgeContext)
This method returns an AttributeSet that consist of common options,
attributes of the specified by nodeContext and edgeContext.
|
AttributeSet |
LayoutController.duplicateLayoutContext(java.lang.String templateLayoutContext,
java.lang.String newLayoutContext)
Creates a copy of an existing layout context. |
AttributeSet |
LayoutController.getNodeDefaultLayoutAttributes(java.lang.String layoutContext)
This method returns the default node attributes of the Layout which underlies the specified
layoutContext.
|
AttributeSet |
LayoutController.getEdgeDefaultLayoutAttributes(java.lang.String layoutContext)
This method returns the default edge attributes of the Layout which underlies the specified
layoutContext.
|
AttributeSet |
LayoutController.getLayoutAttributeSet(java.lang.String layoutContext)
Returns the AttributeSet of the specified layout context. |
AttributeSet |
LayoutController.getLayoutReport(java.lang.String layoutContext)
This method provides a detailed report about the last layout process and typically contains the calculation durations of different processing steps. |
| Methods in com.tensegrity.graph.layout.controller with parameters of type AttributeSet | |
void |
LayoutController.setConfiguration(AttributeSet attributes)
This method uses the passed AttributeSet to configure
itself and all used layout contexts. |
void |
LayoutController.setAttributes(AttributeSet set)
|
void |
LayoutController.setAttributesTree(AttributeSet attributes)
|
void |
LayoutController.setAttributesTree(AttributeSet attributes,
VisualSubgraph subgraph)
This method use the input attributes to configure the layout contexts specified by nodeContext, edgeContext and itself. |
boolean |
LayoutController.setLayoutAttributeSet(java.lang.String layoutContext,
AttributeSet attributeSet)
Sets the AttributeSet of the specified layout context. |
void |
LayoutController.updateLayoutAttributeSet(java.lang.String layoutContext,
AttributeSet layoutAttribute)
This method updates the specified AttributeSet
by modifying the attributes that depend on the current layout style.
|
| Uses of AttributeSet in com.tensegrity.graph.layout.edge |
| Methods in com.tensegrity.graph.layout.edge that return AttributeSet | |
AttributeSet |
DefaultEdgeLayout.getLayoutAttributesTemplate()
|
AttributeSet |
DefaultEdgeLayout.getEdgeAttributesTemplate()
|
AttributeSet |
DefaultEdgeLayout.getReport()
|
| Methods in com.tensegrity.graph.layout.edge with parameters of type AttributeSet | |
void |
DefaultEdgeLayout.updateAttributeSet(AttributeSet layoutAttributs)
|
void |
DefaultEdgeLayout.useAttribute(AttributeSet layoutAttributs)
|
| Uses of AttributeSet in com.tensegrity.graph.layout.energy |
| Methods in com.tensegrity.graph.layout.energy that return AttributeSet | |
AttributeSet |
EnergyLayout.getLayoutAttributesTemplate()
|
AttributeSet |
EnergyLayout.getNodeAttributesTemplate()
|
AttributeSet |
EnergyLayout.getEdgeAttributesTemplate()
|
AttributeSet |
EnergyLayout.getReport()
|
| Methods in com.tensegrity.graph.layout.energy with parameters of type AttributeSet | |
void |
EnergyLayout.updateAttributeSet(AttributeSet layoutAttributs)
|
void |
EnergyLayout.useAttribute(AttributeSet layoutAttributs)
|
int |
EnergyLayout.getPreferEdgeType(AttributeSet usingAttributes)
|
| Uses of AttributeSet in com.tensegrity.graph.layout.hierarchical |
| Methods in com.tensegrity.graph.layout.hierarchical that return AttributeSet | |
AttributeSet |
HierarchicalLayout.getLayoutAttributesTemplate()
|
AttributeSet |
HierarchicalLayout.getNodeAttributesTemplate()
|
AttributeSet |
HierarchicalLayout.getEdgeAttributesTemplate()
|
AttributeSet |
HierarchicalLayout.getReport()
|
| Methods in com.tensegrity.graph.layout.hierarchical with parameters of type AttributeSet | |
void |
HierarchicalLayout.useAttribute(AttributeSet layoutAttributs)
|
void |
HierarchicalLayout.updateAttributeSet(AttributeSet layoutAttributs)
|
int |
HierarchicalLayout.getPreferEdgeType(AttributeSet usingAttributes)
|
| Uses of AttributeSet in com.tensegrity.graph.layout.orgchart |
| Methods in com.tensegrity.graph.layout.orgchart that return AttributeSet | |
AttributeSet |
OrgChartLayout.getLayoutAttributesTemplate()
|
AttributeSet |
OrgChartLayout.getNodeAttributesTemplate()
|
AttributeSet |
OrgChartLayout.getEdgeAttributesTemplate()
|
AttributeSet |
OrgChartLayout.getReport()
|
| Methods in com.tensegrity.graph.layout.orgchart with parameters of type AttributeSet | |
void |
OrgChartLayout.updateAttributeSet(AttributeSet layoutAttributs)
|
void |
OrgChartLayout.useAttribute(AttributeSet layoutAttributs)
|
int |
OrgChartLayout.getPreferEdgeType(AttributeSet usingAttributes)
|
| Uses of AttributeSet in com.tensegrity.graph.layout.random |
| Methods in com.tensegrity.graph.layout.random that return AttributeSet | |
AttributeSet |
RandomLayout.getLayoutAttributesTemplate()
|
AttributeSet |
RandomLayout.getNodeAttributesTemplate()
|
AttributeSet |
RandomLayout.getEdgeAttributesTemplate()
|
AttributeSet |
RandomLayout.getReport()
|
| Methods in com.tensegrity.graph.layout.random with parameters of type AttributeSet | |
void |
RandomLayout.updateAttributeSet(AttributeSet layoutAttributs)
|
void |
RandomLayout.useAttribute(AttributeSet layoutAttributs)
|
int |
RandomLayout.getPreferEdgeType(AttributeSet usingAttributes)
|
| Uses of AttributeSet in com.tensegrity.graph.layout.swimlane |
| Methods in com.tensegrity.graph.layout.swimlane that return AttributeSet | |
AttributeSet |
SwimlaneLayout.getLayoutAttributesTemplate()
|
AttributeSet |
SwimlaneLayout.getNodeAttributesTemplate()
|
AttributeSet |
SwimlaneLayout.getEdgeAttributesTemplate()
|
AttributeSet |
SwimlaneLayout.getReport()
|
| Methods in com.tensegrity.graph.layout.swimlane with parameters of type AttributeSet | |
void |
SwimlaneLayout.updateAttributeSet(AttributeSet layoutAttributs)
|
void |
SwimlaneLayout.useAttribute(AttributeSet layoutAttributs)
|
int |
SwimlaneLayout.getPreferEdgeType(AttributeSet usingAttributes)
|
| Uses of AttributeSet in com.tensegrity.graph.layout.tree |
| Methods in com.tensegrity.graph.layout.tree that return AttributeSet | |
AttributeSet |
TreeLayout.getLayoutAttributesTemplate()
|
AttributeSet |
TreeLayout.getNodeAttributesTemplate()
|
AttributeSet |
TreeLayout.getEdgeAttributesTemplate()
|
AttributeSet |
TreeLayout.getReport()
|
| Methods in com.tensegrity.graph.layout.tree with parameters of type AttributeSet | |
void |
TreeLayout.updateAttributeSet(AttributeSet layoutAttributs)
|
void |
TreeLayout.useAttribute(AttributeSet layoutAttributs)
|
int |
TreeLayout.getPreferEdgeType(AttributeSet usingAttributes)
|
| Uses of AttributeSet in com.tensegrity.graph.model |
| Methods in com.tensegrity.graph.model that return AttributeSet | |
AttributeSet |
Graph.getCustomAttributes()
Returns an AttributeSet that contains all custom attributes
currently assigned to the Graph or null
if no custom attribute is assigned to the Graph.
|
AttributeSet |
GraphObject.getCustomAttributes()
Returns an AttributeSet that contains all custom attributes
currently assigned to the GraphObject or null
if no custom attribute is assigned to the GraphObject.
|
| Methods in com.tensegrity.graph.model with parameters of type AttributeSet | |
void |
Graph.setCustomAttributes(AttributeSet customAttributes)
Sets the Attributes within the AttributeSet
given by customAttributes to the custom attributes currently
added to the Graph. |
void |
GraphObject.setCustomAttributes(AttributeSet customAttributes)
Sets the Attributes within the AttributeSet
given by customAttributes to the custom attributes currently
added to the GraphObject. |
| Uses of AttributeSet in com.tensegrity.graph.persistence |
| Methods in com.tensegrity.graph.persistence that return AttributeSet | |
static AttributeSet |
GraphPersistence.getLayoutConfiguration(AttributeList list,
boolean remove)
Returns the LayoutConfiguration AttributeSet of the given AttributeList. |
| Uses of AttributeSet in com.tensegrity.graph.view |
| Methods in com.tensegrity.graph.view with parameters of type AttributeSet | |
static boolean |
VisualGraphViewUtil.containsAttributeValue(AttributeSet attribs,
java.lang.String text)
Checks if the given AttributeSet contains an attribute that contains the given text in its value. |
| Uses of AttributeSet in com.tensegrity.graph.view.geometry |
| Methods in com.tensegrity.graph.view.geometry that return AttributeSet | |
static AttributeSet |
GraphGeometryService.getItemAttributes(int itemType)
Returns the AttributeSet for the given item identifier. |
| Uses of AttributeSet in com.tensegrity.graphics |
| Methods in com.tensegrity.graphics that return AttributeSet | |
static AttributeSet |
PrimitiveAttributes.getStrokeAttributesTree(StrokeFormat stroke,
boolean immutable)
Returns an AttributeSet that contains the
Attributes of the StrokeFormat given by
stroke.
|
static AttributeSet |
PrimitiveAttributes.getPaintAttributesTree(PaintFormat paint,
boolean immutable)
Returns an AttributeSet that contains the
Attributes of the PaintFormat given by
paint.
|
static AttributeSet |
PrimitiveAttributes.getFontAttributesTree(FontFormat font,
boolean immutable)
Returns an AttributeSet that contains the
Attributes of the FontFormat given by
font.
|
static AttributeSet |
PrimitiveAttributes.getMarkerAttributesTree(MarkerFormat marker,
boolean immutable)
Returns an AttributeSet that contains the
Attributes of the MarkerFormat given by
marker.
|
static AttributeSet |
FormatUtilities.getAttributeSetFromFormat(java.lang.Object format)
Method getAttributeSetFromFormat returns an AttributeSet representing the given Format instance splitted up to name-value-pairs. |
static AttributeSet |
FormatUtilities.getPaintSet(PaintFormat paint)
Method getPaintSet returns an AttributeSet of the given PaintFormat. |
static AttributeSet |
FormatUtilities.getStrokeSet(StrokeFormat stroke)
Method getStrokeSet returns an AttributeSet representing the given StrokeFormat. |
static AttributeSet |
FormatUtilities.getFontSet(FontFormat font)
Method getFontSet returns an AttributeSet representing the given FontFormat. |
static AttributeSet |
FormatUtilities.getMarkerSet(MarkerFormat marker)
Method getMarkerSet returns a set defining a MarkerFormat. |
static AttributeSet |
FormatUtilities.fillInCanonicalDescriptions(AttributeSet set)
Replaces all AttributeSet representations of formats or
instances of FontFormat, PaintFormat,
MarkerFormat or StrokeFormat by their corresponding
canonical description. |
| Methods in com.tensegrity.graphics with parameters of type AttributeSet | |
static StrokeFormat |
PrimitiveAttributes.createStrokeFromAttributesTree(StrokeFormat stroke,
AttributeSet attributes)
Returns a newly created StrokeFormat that consists of the
attributes given through attributes. |
static PaintFormat |
PrimitiveAttributes.createPaintFromAttributesTree(PaintFormat paint,
AttributeSet attributes)
Returns a newly created PaintFormat that consists of the
attributes given through attributes. |
static FontFormat |
PrimitiveAttributes.createFontFromAttributesTree(FontFormat font,
AttributeSet attributes)
Returns a newly created FontFormat that consists of the
attributes given through attributes. |
static MarkerFormat |
PrimitiveAttributes.createMarkerFromAttributesTree(MarkerFormat marker,
AttributeSet attributes)
Returns a newly created MarkerFormat that consists of the
attributes given through attributes. |
protected void |
AbstractPrimitive.internalSetStroke(StrokeFormat stroke,
java.lang.String attributename,
AttributeSet attributeschanged_tablelike,
AttributeSet attributeschanged_treelike)
|
protected void |
AbstractPrimitive.internalSetPaint(PaintFormat paint,
AttributeSet attributeschanged_tablelike,
AttributeSet attributeschanged_treelike)
|
protected boolean |
AbstractPrimitive.internalSetFont(FontFormat font,
AttributeSet attributeschanged_tablelike,
AttributeSet attributeschanged_treelike)
|
protected void |
AbstractPrimitive.fireAttributableOnSetChangedEvent(AttributeSet attributeschanged_tablelike,
AttributeSet attributeschanged_treelike)
Fires the attributableonset has changed event internally in order to notify all registered listener that one or many of the attribute of the Primitive instance has/have been changed. |
protected void |
AbstractPrimitive.fireAttributableOnSetChangedEvent(AttributeSet attributeschanged_tablelike,
AttributeSet attributeschanged_treelike,
java.util.Map attribute2oldvalue_tablelike,
java.util.Map attribute2oldvalue_treelike)
Fires the attributableonset has changed event internally in order to notify all registered listener that one or many of the attribute of the Primitive instance has/have been changed.
|
static PaintFormat |
FormatUtilities.createPaintFormat(AttributeSet set)
This method creates a PaintFormat by using the FormatPool's
parsePaintFormat method. |
static java.lang.String |
FormatUtilities.getCanonicalPaintDescription(AttributeSet set)
Creates a canonical description for the PaintFormat defined by the
given AttributeSet. |
static TextFormatter |
FormatUtilities.createTextFormatter(AttributeSet set)
Creates a TextFormatter instance from the
AttributeSet given by set. |
static FontFormat |
FormatUtilities.createFontFormat(AttributeSet set)
Creates a FontFormat by using the FormatPool's
parseFontFormat method. |
static java.lang.String |
FormatUtilities.getCanonicalFontDescription(AttributeSet set)
Creates a canonical description for the FontFormat defined by the
given AttributeSet. |
static StrokeFormat |
FormatUtilities.createStrokeFormat(AttributeSet set)
Creates a StrokeFormat by using the FormatPool's
parseStrokeFormat method. |
static java.lang.String |
FormatUtilities.getCanonicalStrokeDescription(AttributeSet set)
Creates a canonical description for the StrokeFormat defined by the
given AttributeSet. |
static MarkerFormat |
FormatUtilities.createMarkerFormat(AttributeSet set)
Creates a MarkerFormat instance from the given
AttributeSet. |
static java.lang.String |
FormatUtilities.getCanonicalMarkerDescription(AttributeSet set)
Creates a canonical description for the MarkerFormat defined by the
given AttributeSet. |
static AttributeSet |
FormatUtilities.fillInCanonicalDescriptions(AttributeSet set)
Replaces all AttributeSet representations of formats or
instances of FontFormat, PaintFormat,
MarkerFormat or StrokeFormat by their corresponding
canonical description. |
| Uses of AttributeSet in com.tensegrity.graphics.device |
| Methods in com.tensegrity.graphics.device with parameters of type AttributeSet | |
void |
SVGDevice.addCustomInfo(java.lang.String name,
AttributeSet attributes)
Adds custom information to the current group context |
| Uses of AttributeSet in com.tensegrity.graphics.primitive2D |
| Methods in com.tensegrity.graphics.primitive2D that return AttributeSet | |
AttributeSet |
Polygon2D.getAttributes()
|
AttributeSet |
Polygon2D.getAttributesTree()
|
AttributeSet |
Ellipse2D.getAttributes()
|
AttributeSet |
Ellipse2D.getAttributesTree()
|
AttributeSet |
Polyline2D.getAttributes()
|
AttributeSet |
Polyline2D.getAttributesTree()
|
AttributeSet |
Rect2D.getAttributes()
|
AttributeSet |
Rect2D.getAttributesTree()
|
AttributeSet |
Line2D.getAttributes()
|
AttributeSet |
Line2D.getAttributesTree()
|
AttributeSet |
Label2D.getAttributes()
|
AttributeSet |
Label2D.getAttributesTree()
|
| Methods in com.tensegrity.graphics.primitive2D with parameters of type AttributeSet | |
void |
Polygon2D.setAttributes(AttributeSet attributes)
|
void |
Polygon2D.setAttributesTree(AttributeSet attributes)
|
void |
Ellipse2D.setAttributes(AttributeSet attributes)
|
void |
Ellipse2D.setAttributesTree(AttributeSet attributes)
|
protected void |
Polyline2D.internalSetMarkerBegin(MarkerFormat marker,
AttributeSet attributeschanged_tablelike,
AttributeSet attributeschanged_treelike)
|
protected void |
Polyline2D.internalSetMarkerEnd(MarkerFormat marker,
AttributeSet attributeschanged_tablelike,
AttributeSet attributeschanged_treelike)
|
void |
Polyline2D.setAttributes(AttributeSet attributes)
|
void |
Polyline2D.setAttributesTree(AttributeSet attributes)
|
void |
Rect2D.setAttributes(AttributeSet attributes)
|
void |
Rect2D.setAttributesTree(AttributeSet attributes)
|
protected void |
Rect2D.addSpecificAttributes(AttributeFactory factory,
AttributeSet attributes)
Add the specific attributes of a Rect2D to the
AttributeSet given by attributes. |
protected void |
Rect2D.setSpecificAttributes(AttributeFactory aFac,
AttributeSet attributes,
AttributeSet attributeschanged_tablelike,
AttributeSet attributeschanged_treelike)
Set the specific attributes of a Rect2D located in the
AttributeSet given by attributes to the
Rect2D's properties. |
void |
Line2D.setAttributes(AttributeSet attributes)
|
void |
Line2D.setAttributesTree(AttributeSet attributes)
|
protected void |
Label2D.internalSetTextBackgroundPaint(PaintFormat paintTextBackgroud,
AttributeSet attributeschanged_tablelike,
AttributeSet attributeschanged_treelike)
|
void |
Label2D.setAttributes(AttributeSet attributes)
|
void |
Label2D.setAttributesTree(AttributeSet attributes)
|
protected void |
Label2D.addSpecificAttributes(AttributeFactory factory,
AttributeSet attributes)
Add the specific attributes of a Label2D to the
AttributeSet given by attributes. |
protected void |
Label2D.setSpecificAttributes(AttributeFactory aFac,
AttributeSet attributes,
AttributeSet attributeschanged_tablelike,
AttributeSet attributeschanged_treelike,
java.util.Map attribute2oldvalue_tablelike,
java.util.Map attribute2oldvalue_treelike)
Set the specific attributes of a Label2D located in the
AttributeSet given by attributes to the
Label2D's properties. |
| Uses of AttributeSet in com.tensegrity.graphics.render |
| Methods in com.tensegrity.graphics.render that return AttributeSet | |
static AttributeSet |
RendererConfigurationUtil.rendererGetMemento(RendererConfiguration configuration)
This method read the settings stored in the given RendererConfiguration and returns a
memento-like AttributeSet with copied values. |
| Methods in com.tensegrity.graphics.render with parameters of type AttributeSet | |
static void |
RendererConfigurationUtil.rendererApplyMemento2Renderer(AttributeSet attributeset,
RendererConfiguration configuration)
This method applies the settings stored in the given AttributeSet to the given RendererConfiguration. |
static void |
RendererConfigurationUtil.setBoolean(AttributeSet rcfg,
java.lang.String name,
boolean value)
Sets the boolean value of a rendering hint in the RendererConfiguration |
static void |
RendererConfigurationUtil.setDouble(AttributeSet rcfg,
java.lang.String name,
double value)
Sets the double value of a rendering hint in the RendererConfiguration |
static void |
RendererConfigurationUtil.setValue(AttributeSet rcfg,
java.lang.String name,
java.lang.Object value)
Sets the value of a rendering hint in the RendererConfiguration |
static boolean |
RendererConfigurationUtil.getBoolean(AttributeSet rcfg,
java.lang.String name)
Retrieves the value of a boolean(!) |
static double |
RendererConfigurationUtil.getDouble(AttributeSet rcfg,
java.lang.String name)
Retrieves the value of a boolean(!) |
static boolean |
RendererConfigurationUtil.contains(AttributeSet rcfg,
java.lang.String name)
Checks if the given setting is included in the current configuration |
| Uses of AttributeSet in com.tensegrity.gui.component |
| Methods in com.tensegrity.gui.component that return AttributeSet | |
AttributeSet |
AttributeEditor.getCurrentAttributeSet()
Returns the currently active AttributeSet. |
| Methods in com.tensegrity.gui.component with parameters of type AttributeSet | |
static boolean |
AttributeEditorUtil.renameCustomAttribute(AttributeSet set,
Attribute attribute,
java.lang.String value)
Renames the given custom attribute |
| Uses of AttributeSet in com.tensegrity.gui.container |
| Methods in com.tensegrity.gui.container that return AttributeSet | |
AttributeSet |
HiddenSlidesAttributableOnSet.getAttributes()
|
AttributeSet |
HiddenSlidesAttributableOnSet.getAttributesTree()
|
| Methods in com.tensegrity.gui.container with parameters of type AttributeSet | |
void |
HiddenSlidesAttributableOnSet.setAttributes(AttributeSet attributes)
|
void |
HiddenSlidesAttributableOnSet.setAttributesTree(AttributeSet attributes)
|
| Uses of AttributeSet in com.tensegrity.gui.document |
| Methods in com.tensegrity.gui.document that return AttributeSet | |
AttributeSet |
DocumentSettingsProvider.getDefaultAttributeSet(java.lang.String name)
|
| Uses of AttributeSet in com.tensegrity.gui.document.persistence |
| Methods in com.tensegrity.gui.document.persistence with parameters of type AttributeSet | |
protected abstract boolean |
DocumentInformationCheck.showDialog(AttributeSet lost)
Shows a dialog to the user informing him of elements that will not be stored and will probably get lost with the current include settings. |
| Uses of AttributeSet in com.tensegrity.gui.graphdocument |
| Fields in com.tensegrity.gui.graphdocument declared as AttributeSet | |
AttributeSet |
ElementDefinitionWrapper.layouts
layouts: All layouts of the loaded definition file |
| Methods in com.tensegrity.gui.graphdocument that return AttributeSet | |
AttributeSet |
ElementDefinitionUtil.RenameAttributable.getAttributes()
|
| Methods in com.tensegrity.gui.graphdocument with parameters of type AttributeSet | |
static java.util.List |
ElementDefinitionUtil.checkForLayoutConflicts(AttributeSet layoutConfiguration,
LayoutController lc)
Checks for a conflict between the settings of the given layout contexts attributes and the layout contexts in the service of the layout controller. |
static void |
ElementDefinitionUtil.applyLayoutConfiguration(AttributeSet layoutConfiguration,
AttributeList xmlData,
LayoutController defaultLayoutController,
VisualGraphView vgv,
int applyAction,
java.util.List visualGraphViews,
java.util.List layoutConflicts,
boolean addUnconflictingContexts,
java.util.Map layoutsRenameMap,
int layoutDomain)
Applies the layout configuration. |
static void |
ElementDefinitionUtil.applyLayoutConfiguration(AttributeSet layoutConfiguration,
AttributeList xmlData,
LayoutController defaultLayoutController,
VisualGraphView vgv,
int applyAction,
java.util.List visualGraphViews,
java.util.List layoutConflicts,
boolean addUnconflictingContexts,
java.util.Map layoutsRenameMap,
int layoutDomain,
boolean setGlobalOptions)
Applies the layout configuration. |
void |
ElementDefinitionUtil.RenameAttributable.setAttributesTree(AttributeSet attributes)
|
void |
ElementDefinitionUtil.RenameAttributable.setAttributes(AttributeSet attributes)
|
| Uses of AttributeSet in com.tensegrity.gui.graphdocument.persistence |
| Fields in com.tensegrity.gui.graphdocument.persistence declared as AttributeSet | |
protected AttributeSet |
GraphDocumentReader.layoutConfiguration
|
| Uses of AttributeSet in com.tensegrity.gui.swing.control.attributeeditor |
| Methods in com.tensegrity.gui.swing.control.attributeeditor that return AttributeSet | |
AttributeSet |
EditorStateAttributableOnSet.getAttributesTree()
|
AttributeSet |
EditorStateAttributableOnSet.getAttributes()
|
| Methods in com.tensegrity.gui.swing.control.attributeeditor with parameters of type AttributeSet | |
void |
EditorStateAttributableOnSet.setAttributesTree(AttributeSet attributes)
|
void |
EditorStateAttributableOnSet.setAttributes(AttributeSet attributes)
|
| Uses of AttributeSet in com.tensegrity.gui.swing.control.attributetable |
| Methods in com.tensegrity.gui.swing.control.attributetable that return AttributeSet | |
AttributeSet |
SwingAttributeTable.getCurrentAttributeSet()
Returns the AttributeSet currently displayed in the table. |
| Methods in com.tensegrity.gui.swing.control.attributetable with parameters of type AttributeSet | |
protected void |
SwingAttributeTable.rehashCategories(AttributeSet attributes)
|
| Uses of AttributeSet in com.tensegrity.gui.swing.control.attributetree |
| Methods in com.tensegrity.gui.swing.control.attributetree that return AttributeSet | |
protected AttributeSet |
AttributeTreeModel.getCurrentAttributeSet()
Returns the current AttributeSet |
AttributeSet |
SwingAttributeTree.getCurrentAttributeSet()
|
AttributeSet |
AttributeTreeCategory.getAttributes()
|
AttributeSet |
AttributeTreeCategory.getAttributesTree()
|
AttributeSet |
AttributeTreeNode.getAttributePath()
Returns the full qualified path of this node |
| Methods in com.tensegrity.gui.swing.control.attributetree with parameters of type AttributeSet | |
void |
AttributeTreeCategory.setAttributes(AttributeSet attributes)
|
void |
AttributeTreeCategory.setAttributesTree(AttributeSet attributes)
|
| Constructors in com.tensegrity.gui.swing.control.attributetree with parameters of type AttributeSet | |
AttributeTreeCategory(java.lang.String name,
AttributeSet attribs)
Constructor |
|
| Uses of AttributeSet in com.tensegrity.gui.swing.dialog |
| Methods in com.tensegrity.gui.swing.dialog with parameters of type AttributeSet | |
protected void |
CustomAttributesDialog.addAttribute(java.lang.String label,
AttributeSet parentSet,
java.lang.String path)
Adds a new Attribute with the given label to the parent set. |
| Uses of AttributeSet in com.tensegrity.gui.swing.dialog.graphtools |
| Constructors in com.tensegrity.gui.swing.dialog.graphtools with parameters of type AttributeSet | |
GraphLayoutReportDialog(java.awt.Frame frame,
UIManager uiManager,
AttributeSet attributeset,
java.lang.String title)
Creates the Report dialog. |
|
| Uses of AttributeSet in com.tensegrity.gui.swing.document.persistence |
| Methods in com.tensegrity.gui.swing.document.persistence with parameters of type AttributeSet | |
protected boolean |
SwingDocumentInformationCheck.showDialog(AttributeSet setLost)
|
| Uses of AttributeSet in com.tensegrity.gui.swing.graph |
| Methods in com.tensegrity.gui.swing.graph that return AttributeSet | |
static AttributeSet |
SwingGraphPanel.getRendererConfigurationLowDetail()
Returns the AttributeSet that can be used to configure
the low-detail rendering settings that used by all instances of
SwingGraphPanel during user-interaction. |
static AttributeSet |
RendererConfigurationUtil.rendererGetMemento(RendererConfiguration configuration)
Deprecated. This method read the settings stored in the given RendererConfiguration and returns a
memento-like AttributeSet with copied values. |
static AttributeSet |
NavigatorPanel.getRendererConfiguration()
Returns the AttributeSet that can be used to configure
the rendering settings that used by all instances of
NavigatorPanel during user-interaction. |
| Methods in com.tensegrity.gui.swing.graph with parameters of type AttributeSet | |
static void |
RendererConfigurationUtil.rendererApplyMemento2Renderer(AttributeSet attributeset,
RendererConfiguration configuration)
Deprecated. This method applies the settings stored in the given AttributeSet to the given RendererConfiguration. |
| Uses of AttributeSet in com.tensegrity.gui.swt.control.attributetree |
| Methods in com.tensegrity.gui.swt.control.attributetree that return AttributeSet | |
AttributeSet |
SwtAttributeTreeModel.getCurrentAttributeSet()
Returns the currently used AttributeSet |
AttributeSet |
SwtAttributeTree.getCurrentAttributeSet()
|
AttributeSet |
CopyOfSwtAttributeTable.getCurrentAttributeSet()
Returns the AttributeSet currently displayed in the
table. |
| Uses of AttributeSet in com.tensegrity.gui.swt.document.persitence |
| Methods in com.tensegrity.gui.swt.document.persitence with parameters of type AttributeSet | |
protected boolean |
SwtDocumentInformationCheck.showDialog(AttributeSet setLost)
|
| Uses of AttributeSet in com.tensegrity.gui.swt.graph |
| Methods in com.tensegrity.gui.swt.graph that return AttributeSet | |
protected static AttributeSet |
GraphPanelUtility.initRendererConfigurationLowDetail()
Returns the attributeset that determines the rendering-settings during user-interaction. |
static AttributeSet |
SwtNavigator.getRendererConfiguration()
Returns the AttributeSet that can be used to configure
the rendering settings that used by all instances of
NavigatorPanel during user-interaction. |
static AttributeSet |
SwtGraphPanel.getRendererConfigurationLowDetail()
Returns the AttributeSet that can be used to configure
the low-detail rendering settings that used by all instances of
SwingGraphPanel during user-interaction. |
| Uses of AttributeSet in com.tensegrity.gui.template |
| Methods in com.tensegrity.gui.template that return AttributeSet | |
AttributeSet |
TemplateAttributableOnSet.getAttributes()
|
AttributeSet |
TemplateAttributableOnSet.getAttributesTree()
|
AttributeSet |
AttributableOnSetList.getAttributes()
Manually merges all the AttributeSets of the currently listed attributables and returns the resulting Set. |
AttributeSet |
AttributableOnSetList.getAttributesTree()
|
| Methods in com.tensegrity.gui.template with parameters of type AttributeSet | |
void |
TemplateAttributableOnSet.setAttributes(AttributeSet attributes)
Sets all Template relevant attributes according to the existing categories of the parameter attributeset. |
void |
TemplateAttributableOnSet.setAttributesTree(AttributeSet attributes)
|
void |
AttributableOnSetList.setAttributes(AttributeSet attributes)
Passes the given AttributeSet to all listed Attributable's. |
void |
AttributableOnSetList.setAttributesTree(AttributeSet attributes)
|
| Uses of AttributeSet in com.tensegrity.skeleton.commands |
| Methods in com.tensegrity.skeleton.commands that return AttributeSet | |
protected AttributeSet |
LayoutCommand.getRendererConfigurationLowDetail()
|
protected abstract AttributeSet |
AbstractLayoutCommand.getRendererConfigurationLowDetail()
|
| Uses of AttributeSet in com.tensegrity.skeleton.container.swing |
| Methods in com.tensegrity.skeleton.container.swing that return AttributeSet | |
AttributeSet |
SwingAttributeTreeContainer.getCurrentAttributeSet()
|
AttributeSet |
SwingAttributeTableContainer.getCurrentAttributeSet()
|
| Uses of AttributeSet in com.tensegrity.skeleton.container.swt |
| Methods in com.tensegrity.skeleton.container.swt that return AttributeSet | |
AttributeSet |
SwtAttributeTreeContainer.getCurrentAttributeSet()
|
| Uses of AttributeSet in com.tensegrity.skeleton.swt.commands |
| Methods in com.tensegrity.skeleton.swt.commands that return AttributeSet | |
protected AttributeSet |
SwtLayoutCommand.getRendererConfigurationLowDetail()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||