|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CompositeLabel | |
| com.tensegrity.composite | The Tensgrity Graph Framework supports complex visual representations of nodes and edges. |
| com.tensegrity.composite.label | Contains classes used by the CompositeLabel. |
| com.tensegrity.skeleton.commands | The command package contains all the predefined commands of the skeleton, like Save, Print, Quit, Zoom, etc. |
| Uses of CompositeLabel in com.tensegrity.composite |
| Methods in com.tensegrity.composite that return CompositeLabel | |
abstract CompositeLabel |
CompositeFactory.newCompositeLabel(CoordinateSystem coordSystem)
|
| Methods in com.tensegrity.composite with parameters of type CompositeLabel | |
void |
CompositeLabelRepresentation.registerCompositeLabel(CompositeLabel compositelabel,
Label2D label)
Registers the given Label2D lying within the specified
CompositeLabel to be used with this
CompositeLabelRepresentation-instance. |
CompositeLabelRepresentation |
CompositeLabelRepresentation.deepCopy(CompositeLabel compositelabel,
Label2D label)
Returns a deep-copy of this CompositeLabelRepresentations
instance. |
| Uses of CompositeLabel in com.tensegrity.composite.label |
| Methods in com.tensegrity.composite.label with parameters of type CompositeLabel | |
void |
CompositeLabelRectangle.registerCompositeLabel(CompositeLabel compositelabel,
Label2D label)
|
CompositeLabelRepresentation |
CompositeLabelRectangle.deepCopy(CompositeLabel compositelabel,
Label2D label)
|
void |
CompositeLabelEllipse.registerCompositeLabel(CompositeLabel compositelabel,
Label2D label)
|
CompositeLabelRepresentation |
CompositeLabelEllipse.deepCopy(CompositeLabel compositelabel,
Label2D label)
|
| Uses of CompositeLabel in com.tensegrity.skeleton.commands |
| Methods in com.tensegrity.skeleton.commands that return CompositeLabel | |
static CompositeLabel |
TableCommand.getCompositeLabel(VisualGraphView vgv,
CompositeTable table,
int x,
int y)
Returns the CompositeLabel located at the
(x, y) in the CompositeTable of the given
VisualGraphView. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||