|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILocation | |
---|---|
org.eclipse.graphiti.datatypes | |
org.eclipse.graphiti.platform | |
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.platform |
---|
Methods in org.eclipse.graphiti.platform that return ILocation | |
---|---|
ILocation |
IDiagramEditor.getCurrentMouseLocation()
Gets the mouse location. |
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
|
Classes in org.eclipse.graphiti.tb that implement ILocation | |
---|---|
class |
ImageDecorator
The Class ImageDecorator. |
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 |