|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILocation | |
---|---|
org.eclipse.graphiti.datatypes | |
org.eclipse.graphiti.features.context | |
org.eclipse.graphiti.features.context.impl | |
org.eclipse.graphiti.services | |
org.eclipse.graphiti.tb |
Uses of ILocation in org.eclipse.graphiti.datatypes |
---|
Subinterfaces of ILocation in org.eclipse.graphiti.datatypes | |
---|---|
interface |
IAdvancedLocation
The Interface IAdvancedLocation. |
interface |
IRectangle
An interface for the rectangle data type. |
Methods in org.eclipse.graphiti.datatypes that return ILocation | |
---|---|
ILocation |
IAdvancedLocation.getLocationCopy()
|
ILocation |
IAdvancedLocation.setLocation(ILocation location)
Sets the location. |
ILocation |
IAdvancedLocation.setLocation(int x,
int y)
Sets the location. |
ILocation |
IAdvancedLocation.translate(int dx,
int dy)
Translates the current location. |
Methods in org.eclipse.graphiti.datatypes with parameters of type ILocation | |
---|---|
boolean |
IRectangle.contains(ILocation location)
Checks whether the point with the given location is inside the rectangle. |
ILocation |
IAdvancedLocation.setLocation(ILocation location)
Sets the location. |
Uses of ILocation in org.eclipse.graphiti.features.context |
---|
Methods in org.eclipse.graphiti.features.context that return ILocation | |
---|---|
ILocation |
ICreateConnectionContext.getSourceLocation()
|
ILocation |
ICreateConnectionContext.getTargetLocation()
|
ILocation |
IReconnectionContext.getTargetLocation()
|
Uses of ILocation in org.eclipse.graphiti.features.context.impl |
---|
Fields in org.eclipse.graphiti.features.context.impl declared as ILocation | |
---|---|
private ILocation |
CreateConnectionContext.sourceLocation
|
private ILocation |
CreateConnectionContext.targetLocation
|
private ILocation |
ReconnectionContext.targetLocation
|
Methods in org.eclipse.graphiti.features.context.impl that return ILocation | |
---|---|
ILocation |
CreateConnectionContext.getSourceLocation()
|
ILocation |
CreateConnectionContext.getTargetLocation()
|
ILocation |
ReconnectionContext.getTargetLocation()
|
Methods in org.eclipse.graphiti.features.context.impl with parameters of type ILocation | |
---|---|
void |
CreateConnectionContext.setSourceLocation(ILocation sourceLocation)
|
void |
CreateConnectionContext.setTargetLocation(ILocation targetLocation)
|
void |
ReconnectionContext.setTargetLocation(ILocation targetLocation)
|
Constructors in org.eclipse.graphiti.features.context.impl with parameters of type ILocation | |
---|---|
ReconnectionContext(Connection connection,
Anchor oldAnchor,
Anchor newAnchor,
ILocation targetLocation)
Creates a new ReconnectionContext . |
Uses of ILocation in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services that return ILocation | |
---|---|
ILocation |
IPeLayoutService.getConnectionMidpoint(Connection c,
double d)
Gets the connection midpoint. |
ILocation |
IPeLayoutService.getLocationRelativeToDiagram(Anchor anchor)
Returns the location of the anchor relative to the diagram. |
ILocation |
IPeLayoutService.getLocationRelativeToDiagram(Shape shape)
Returns the location of the shape relative to the diagram. |
Uses of ILocation in org.eclipse.graphiti.tb |
---|
Subinterfaces of ILocation in org.eclipse.graphiti.tb | |
---|---|
interface |
IImageDecorator
Image decorators can be used to add an image to the visualization of a shape without modifying the dirty state of the displaying editor, see IDecorator . |
Classes in org.eclipse.graphiti.tb that implement ILocation | |
---|---|
class |
ImageDecorator
Image decorators can be used to add an image to the visualization of a shape without modifying the dirty state of the displaying editor, see IDecorator . |
Methods in org.eclipse.graphiti.tb that return ILocation | |
---|---|
protected ILocation |
DefaultToolBehaviorProvider.getAbsoluteLocation(GraphicsAlgorithm ga)
Returns the location of the graphics algorithm in absolute coordinates. |
protected ILocation |
DefaultToolBehaviorProvider.getAbsoluteLocation(PictogramElement pe)
Returns the location of the graphics algorithm associated to the pictogram element in absolute coordinates. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |