|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Anchor in org.eclipse.graphiti.features.context |
---|
Methods in org.eclipse.graphiti.features.context that return Anchor | |
---|---|
Anchor |
IMoveAnchorContext.getAnchor()
Gets the anchor. |
Anchor |
IReconnectionContext.getNewAnchor()
Gets the new anchor. |
Anchor |
IReconnectionContext.getOldAnchor()
Gets the old anchor. |
Anchor |
IConnectionContext.getSourceAnchor()
Gets the source anchor. |
Anchor |
IConnectionContext.getTargetAnchor()
Gets the target anchor. |
Uses of Anchor in org.eclipse.graphiti.features.context.impl |
---|
Fields in org.eclipse.graphiti.features.context.impl declared as Anchor | |
---|---|
private Anchor |
AreaAnchorContext.anchor
|
private Anchor |
ReconnectionContext.newAnchor
|
private Anchor |
ReconnectionContext.oldAnchor
|
(package private) Anchor |
AddConnectionContext.sourceAnchor
The target anchor. |
private Anchor |
CreateConnectionContext.sourceAnchor
|
(package private) Anchor |
AddConnectionContext.targetAnchor
The target anchor. |
private Anchor |
CreateConnectionContext.targetAnchor
|
Methods in org.eclipse.graphiti.features.context.impl that return Anchor | |
---|---|
Anchor |
AreaAnchorContext.getAnchor()
Gets the anchor. |
Anchor |
ReconnectionContext.getNewAnchor()
Gets the new anchor. |
Anchor |
ReconnectionContext.getOldAnchor()
Gets the old anchor. |
Anchor |
AddConnectionContext.getSourceAnchor()
|
Anchor |
CreateConnectionContext.getSourceAnchor()
|
Anchor |
AddConnectionContext.getTargetAnchor()
|
Anchor |
CreateConnectionContext.getTargetAnchor()
|
Methods in org.eclipse.graphiti.features.context.impl with parameters of type Anchor | |
---|---|
private void |
AreaAnchorContext.setAnchor(Anchor anchor)
|
void |
ReconnectionContext.setNewAnchor(Anchor newAnchor)
Sets the new anchor. |
void |
ReconnectionContext.setOldAnchor(Anchor oldAnchor)
Sets the old anchor. |
void |
CreateConnectionContext.setSourceAnchor(Anchor sourceAnchor)
Sets the source anchor. |
void |
CreateConnectionContext.setTargetAnchor(Anchor targetAnchor)
Sets the target anchor. |
Constructors in org.eclipse.graphiti.features.context.impl with parameters of type Anchor | |
---|---|
AddConnectionContext(Anchor sourceAnchor,
Anchor targetAnchor)
Creates a new AddConnectionContext . |
|
AreaAnchorContext(Anchor anchor)
Creates a new AreaAnchorContext . |
|
ReconnectionContext(Connection connection,
Anchor oldAnchor,
Anchor newAnchor,
ILocation targetLocation)
Creates a new ReconnectionContext . |
Uses of Anchor in org.eclipse.graphiti.features.impl |
---|
Methods in org.eclipse.graphiti.features.impl that return Anchor | |
---|---|
protected Anchor |
DefaultReconnectionFeature.getNewAnchor(IReconnectionContext context)
Can be overridden by the user to influence the target anchor to use for the reconnect. |
Methods in org.eclipse.graphiti.features.impl that return types with arguments of type Anchor | |
---|---|
private java.util.List<Anchor> |
DefaultMoveShapeFeature.getAnchors(Shape theShape)
|
Methods in org.eclipse.graphiti.features.impl with parameters of type Anchor | |
---|---|
protected void |
DefaultMoveAnchorFeature.moveAnchor(Anchor anchor,
int posX,
int posY)
Move anchor. |
protected void |
DefaultRemoveFeature.removeAllConnections(Anchor anchor)
|
Uses of Anchor in org.eclipse.graphiti.mm.pictograms |
---|
Subinterfaces of Anchor in org.eclipse.graphiti.mm.pictograms | |
---|---|
interface |
AdvancedAnchor
A representation of the model object ' Advanced Anchor'. |
interface |
BoxRelativeAnchor
A representation of the model object 'Box Relative Anchor'. |
interface |
ChopboxAnchor
A representation of the model object 'Chopbox Anchor'. |
interface |
FixPointAnchor
A representation of the model object 'Fix Point Anchor'. |
Methods in org.eclipse.graphiti.mm.pictograms that return Anchor | |
---|---|
Anchor |
Connection.getEnd()
Returns the value of the 'End' reference. |
Anchor |
Connection.getStart()
Returns the value of the 'Start' reference. |
Methods in org.eclipse.graphiti.mm.pictograms with parameters of type Anchor | |
---|---|
void |
Connection.setEnd(Anchor value)
Sets the value of the ' End ' reference. |
void |
Connection.setStart(Anchor value)
Sets the value of the ' Start ' reference. |
Uses of Anchor in org.eclipse.graphiti.mm.pictograms.impl |
---|
Classes in org.eclipse.graphiti.mm.pictograms.impl that implement Anchor | |
---|---|
class |
AdvancedAnchorImpl
An implementation of the model object 'Advanced Anchor'. |
class |
AnchorImpl
An implementation of the model object 'Anchor'. |
class |
BoxRelativeAnchorImpl
An implementation of the model object 'Box Relative Anchor'. |
class |
ChopboxAnchorImpl
An implementation of the model object 'Chopbox Anchor'. |
class |
FixPointAnchorImpl
An implementation of the model object 'Fix Point Anchor'. |
Fields in org.eclipse.graphiti.mm.pictograms.impl declared as Anchor | |
---|---|
protected Anchor |
ConnectionImpl.end
The cached value of the ' End ' reference. |
protected Anchor |
ConnectionImpl.start
The cached value of the ' Start ' reference. |
Methods in org.eclipse.graphiti.mm.pictograms.impl that return Anchor | |
---|---|
Anchor |
ConnectionImpl.basicGetEnd()
|
Anchor |
ConnectionImpl.basicGetStart()
|
Anchor |
ConnectionImpl.getEnd()
|
Anchor |
ConnectionImpl.getStart()
|
Methods in org.eclipse.graphiti.mm.pictograms.impl with parameters of type Anchor | |
---|---|
NotificationChain |
ConnectionImpl.basicSetEnd(Anchor newEnd,
NotificationChain msgs)
|
NotificationChain |
ConnectionImpl.basicSetStart(Anchor newStart,
NotificationChain msgs)
|
void |
ConnectionImpl.setEnd(Anchor newEnd)
|
void |
ConnectionImpl.setStart(Anchor newStart)
|
Uses of Anchor in org.eclipse.graphiti.mm.pictograms.util |
---|
Methods in org.eclipse.graphiti.mm.pictograms.util with parameters of type Anchor | |
---|---|
T |
PictogramsSwitch.caseAnchor(Anchor object)
Returns the result of interpreting the object as an instance of 'Anchor'. |
Uses of Anchor in org.eclipse.graphiti.pattern |
---|
Methods in org.eclipse.graphiti.pattern that return types with arguments of type Anchor | |
---|---|
private java.util.List<Anchor> |
AbstractPattern.getAnchors(ContainerShape containerShape)
|
Uses of Anchor in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services that return Anchor | |
---|---|
Anchor |
IPeService.getChopboxAnchor(AnchorContainer anchorContainer)
Gets the chopbox anchor. |
Methods in org.eclipse.graphiti.services with parameters of type Anchor | |
---|---|
java.util.List<Connection> |
IPeService.getAllConnections(Anchor anchor)
Returns all connections of an anchor. |
Diagram |
IPeService.getDiagramForAnchor(Anchor anchor)
Returns the diagram for the given anchor. |
IRectangle |
IPeLayoutService.getGaBoundsForAnchor(Anchor anchor)
Returns the bounds of the graphics algorithm, which is referenced by the anchor. |
ILocation |
IPeLayoutService.getLocationRelativeToDiagram(Anchor anchor)
Returns the location of the anchor relative to the diagram. |
Uses of Anchor in org.eclipse.graphiti.tb |
---|
Methods in org.eclipse.graphiti.tb with parameters of type Anchor | |
---|---|
ISelectionInfo |
DefaultToolBehaviorProvider.getSelectionInfoForAnchor(Anchor anchor)
|
ISelectionInfo |
IToolBehaviorProvider.getSelectionInfoForAnchor(Anchor anchor)
Return the selection info for the given anchor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |