|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GeometryItem | |
| com.tensegrity.composite.geometry | Provides interfaces and classes for defining and dealing with geometries and styles for composites. |
| com.tensegrity.composite.geometry.persistence | Provides interfaces and classes for making geometry attributes of composites persistent. |
| com.tensegrity.graph.view.geometry | |
| 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. |
| Uses of GeometryItem in com.tensegrity.composite.geometry |
| Classes in com.tensegrity.composite.geometry that implement GeometryItem | |
class |
DefaultGeometryItem
Default implementation of interface GeometryItem. |
| Methods in com.tensegrity.composite.geometry that return GeometryItem | |
GeometryItem |
GeometryDescriptorItem.getItem()
Returns the GeometryItem belonging to this descriptor. |
static GeometryItem |
GeometryItemPool.get(java.lang.String name)
Returns the pooled GeometryItem stored under the given name. |
static GeometryItem |
GeometryItemPool.remove(java.lang.String name)
Removes the GeometryItem with the given name from the pool. |
GeometryItem |
DefaultGeometryDescriptorItem.getItem()
|
| Methods in com.tensegrity.composite.geometry with parameters of type GeometryItem | |
static void |
GeometryItemPool.pool(GeometryItem geometry)
Pools the given GeometryItem under it's name. |
| Uses of GeometryItem in com.tensegrity.composite.geometry.persistence |
| Methods in com.tensegrity.composite.geometry.persistence that return GeometryItem | |
protected GeometryItem |
GeometryDescriptorItemBuilder.getGeometryItem(java.lang.String name)
Method getGeometryItem returns the GeometryItem with the given name from the GeometryItemPool. |
| Constructors in com.tensegrity.composite.geometry.persistence with parameters of type GeometryItem | |
GeometryItemSerializer(GeometryItem item)
Constructor for GeometryItemSerializer. |
|
| Uses of GeometryItem in com.tensegrity.graph.view.geometry |
| Subinterfaces of GeometryItem in com.tensegrity.graph.view.geometry | |
interface |
NodeGeometryItem
This interface defines the constant that identifies the NodeGeometryItem related objects in the resource files. |
| Uses of GeometryItem in com.tensegrity.gui.graphdocument |
| Methods in com.tensegrity.gui.graphdocument with parameters of type GeometryItem | |
static boolean |
ElementDefinitionUtil.internalCompareGeometryItemWithAttributeList(GeometryItem item,
AttributeList list)
Compares a GeometryItem instance with an AttributeList
of a serialized GeometryItem. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||