|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AttributeException | |
| com.tensegrity.composite.persistence | Provides classes for making composite objects persistent. |
| 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.graphics | Contains basic classes and interfaces of the Tensegrity graphics framework. |
| 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. |
| Uses of AttributeException in com.tensegrity.composite.persistence |
| Methods in com.tensegrity.composite.persistence that throw AttributeException | |
static void |
CompositeConstants.addTransform(Transform2D transform,
AttributeList list)
Adds the Transform2D transform to the given
AttributeList. |
static void |
CompositeConstants.addFormat(AttributeCollection col,
java.lang.String name,
Format format)
Adds the Format format to the given
AttributeCollection, where name is the name
of the newly created Attribute. |
protected void |
CompositeGroupSerializer.addComposites(AttributeList composites)
Adds all Composites of the internal
CompositeGroup to the given AttributeList. |
protected void |
CompositeGroupSerializer.addBoundingBox(AttributeList list)
Adds the Boundingbox of the internal group to the given
AttributeList. |
protected void |
CompositeGroupSerializer.addContentBorder(AttributeList list)
Method addContentBorder adds the content border sizes of the internal group to the parameter list. |
protected void |
CompositeGroupSerializer.addFoldStateAttributes(AttributeList list)
Adds all fold-relevant elements of the internal group to the given AttributeList. |
protected Attribute |
CompositeGroupSerializer.getSizeAttribute(java.lang.String attributeName,
Size size)
Returns an Attribute for a given Size instance. |
protected void |
CompositeTableSerializer.addFoldStateAttributes(AttributeList list)
Adds all fold-relevant elements of the internal group to the given AttributeList. |
protected Attribute |
CompositeTableSerializer.getSizeAttribute(java.lang.String attributeName,
Size size)
Returns an Attribute for a given Size instance. |
protected void |
CompositeSerializer.addFlag(AttributeList list,
java.lang.String name,
boolean value)
Method addFlag adds a Flag as attribute to the given list. |
protected void |
CompositeSerializer.addLocation(AttributeList list,
Composite baseComposite)
Method addLocation adds the location of the internal composite to the given list. |
protected void |
CompositeSerializer.addSize(AttributeList list,
java.lang.String attName,
Size size)
Method addLocation adds the size of the internal composite to the given list. |
static void |
FormatIDMap.addFormats(AttributeList list)
This method adds all previously stored format instances to the given AttributeList by writing out Attributes where the name is obtained from FormatIDMap.keyIterator() and the value created by
FormatUtilities.getAttributeSetFromFormat(Object). |
void |
CompositeLabelSerializer.addCustomAttributes(AttributeList list)
Overridden method from CompositeSerializer, called by supers
method serialize(). |
| Uses of AttributeException in com.tensegrity.composite.style.persistence |
| Methods in com.tensegrity.composite.style.persistence that throw AttributeException | |
protected AttributeSet |
StyleItemBuilder.convertSet(AttributeSet set)
Method convertSet creates an AttributeSet from a given set of Formats. |
| Uses of AttributeException in com.tensegrity.generic.attribute |
| Subclasses of AttributeException in com.tensegrity.generic.attribute | |
class |
IllegalAttributeException
An IllegalAttributeException is thrown if an invalid Attribute
is constructed or added to a constrained AttributeCollection.
|
class |
IllegalNameException
Not every name may be assigned to an Attribute. |
class |
IllegalValueException
Not every value is permitted for an Attribute. |
class |
VisitException
This exception is thrown if one of the find methods is invoked
with an illegal path argument (ending with separator char, including empty
paths or similar). |
| Uses of AttributeException in com.tensegrity.graphics |
| Methods in com.tensegrity.graphics that throw AttributeException | |
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. |
| Uses of AttributeException in com.tensegrity.gui.component |
| Methods in com.tensegrity.gui.component that throw AttributeException | |
static boolean |
AttributeEditorUtil.renameCustomAttribute(AttributeSet set,
Attribute attribute,
java.lang.String value)
Renames the given custom attribute |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||