|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AttributeFactory | |
| com.tensegrity.generic.attribute | Contains interfaces that define the attribute framework and its associated exceptions. |
| com.tensegrity.graphics.primitive2D | Contains classes that define graphical primitives in 2D space. |
| Uses of AttributeFactory in com.tensegrity.generic.attribute |
| Methods in com.tensegrity.generic.attribute that return AttributeFactory | |
static AttributeFactory |
AttributeFactory.newInstance()
This method creates a new instance of an AttributeFactory. |
| Methods in com.tensegrity.generic.attribute with parameters of type AttributeFactory | |
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. |
| Uses of AttributeFactory in com.tensegrity.graphics.primitive2D |
| Methods in com.tensegrity.graphics.primitive2D with parameters of type AttributeFactory | |
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. |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||