Uses of Class
com.tensegrity.graphics.Anchor

Packages that use Anchor
com.tensegrity.composite The Tensgrity Graph Framework supports complex visual representations of nodes and edges.  
com.tensegrity.composite.persistence Provides classes for making composite objects persistent. 
com.tensegrity.graphics Contains basic classes and interfaces of the Tensegrity graphics framework.  
com.tensegrity.gui.swing.control This package contains specific controls used within dialogs, such as the IntegerTextField, ProgressBar and SpinButton.  
com.tensegrity.gui.swing.control.attributeeditor   
com.tensegrity.gui.swt This package contains classes for a swt-based GraphApplication.  
com.tensegrity.gui.swt.control.labels   
 

Uses of Anchor in com.tensegrity.composite
 

Methods in com.tensegrity.composite that return Anchor
 Anchor CompositeGroup.getFoldingAnchor()
           
 Anchor CompositeGroup.getFoldStateButtonAnchor()
           
static Anchor GeometryDescriptionUtilities.parseAnchor(java.lang.String anchorString, java.lang.String exception_reason_message)
           
 

Methods in com.tensegrity.composite with parameters of type Anchor
 void CompositeGroup.setFoldingAnchor(Anchor anchor)
           
 void CompositeGroup.setFoldStateButtonAnchor(Anchor anchor)
           
 

Uses of Anchor in com.tensegrity.composite.persistence
 

Methods in com.tensegrity.composite.persistence that return Anchor
protected  Anchor CompositeGroupBuilder.getAnchorMayBeNull(AttributeList list, java.lang.String attributename)
           
 

Methods in com.tensegrity.composite.persistence with parameters of type Anchor
protected  Attribute CompositeGroupSerializer.getAnchorAttribute(java.lang.String attributeName, Anchor anchor)
           
 

Uses of Anchor in com.tensegrity.graphics
 

Methods in com.tensegrity.graphics with parameters of type Anchor
static Coordinate Anchor.computeLocation(Anchor anchor, Coordinate origin, Size size)
           
static Coordinate Anchor.computeLocation(Anchor anchor, Coordinate origin, Size size, Size sizeObject)
           
 

Constructors in com.tensegrity.graphics with parameters of type Anchor
Anchor(Anchor anchor)
           
AnchorConstraint(Anchor[] validStates)
           
 

Uses of Anchor in com.tensegrity.gui.swing.control
 

Methods in com.tensegrity.gui.swing.control that return Anchor
static Anchor AnchorComboBox.getAnchor(MultiSelectItem item)
          Returns the anchor value of a MultiSelectItem as the AnchorMultiSelectItem is not visible to the outside.
 Anchor AnchorComboBox.getAnchor()
          Returns the currently selected anchor
 

Methods in com.tensegrity.gui.swing.control with parameters of type Anchor
 void AnchorComboBox.setAnchor(Anchor anchor)
          Sets the selected anchor
 

Constructors in com.tensegrity.gui.swing.control with parameters of type Anchor
AnchorComboBox(UIManager uiManager, Anchor anchor)
          Constructor
AnchorComboBox(UIManager uiManager, int preferredControlHeight, Anchor anchor)
          Constructor
 

Uses of Anchor in com.tensegrity.gui.swing.control.attributeeditor
 

Constructors in com.tensegrity.gui.swing.control.attributeeditor with parameters of type Anchor
SwingAttributeEditorComponents.AnchorBox(Anchor anchor, UIManager uiManager, int controlHeight)
          Constructor
 

Uses of Anchor in com.tensegrity.gui.swt
 

Methods in com.tensegrity.gui.swt with parameters of type Anchor
static void SwtAnchorRenderer.draw(Anchor anchor, org.eclipse.swt.graphics.GC gc, org.eclipse.swt.graphics.Rectangle cArea, boolean enabled, boolean icon)
          This class draws an arrow to the specified graphic context which describes the direction of the given Anchor object.
 

Uses of Anchor in com.tensegrity.gui.swt.control.labels
 

Methods in com.tensegrity.gui.swt.control.labels that return Anchor
 Anchor AnchorLabel.getAnchor()
          Returns the currently used Anchor object
 

Constructors in com.tensegrity.gui.swt.control.labels with parameters of type Anchor
AnchorLabel(org.eclipse.swt.widgets.Composite parent, int style, Anchor anchor)
          Creates a new AnchorLabel
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.