|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Point in org.eclipse.graphiti.features.context |
---|
Methods in org.eclipse.graphiti.features.context that return Point | |
---|---|
Point |
IBendpointContext.getBendpoint()
Gets the bendpoint. |
Uses of Point in org.eclipse.graphiti.features.context.impl |
---|
Fields in org.eclipse.graphiti.features.context.impl declared as Point | |
---|---|
private Point |
MoveBendpointContext.bendpoint
|
private Point |
RemoveBendpointContext.bendpoint
|
Methods in org.eclipse.graphiti.features.context.impl that return Point | |
---|---|
Point |
AddBendpointContext.getBendpoint()
|
Point |
MoveBendpointContext.getBendpoint()
Gets the bendpoint. |
Point |
RemoveBendpointContext.getBendpoint()
|
Methods in org.eclipse.graphiti.features.context.impl with parameters of type Point | |
---|---|
private void |
MoveBendpointContext.setBendpoint(Point bendpoint)
|
void |
RemoveBendpointContext.setBendpoint(Point bendpoint)
Sets the bendpoint. |
Constructors in org.eclipse.graphiti.features.context.impl with parameters of type Point | |
---|---|
MoveBendpointContext(Point bendpoint)
Creates a new MoveBendpointContext . |
|
RemoveBendpointContext(FreeFormConnection freeFormConnection,
Point bendpoint)
Creates a new RemoveBendpointContext . |
Uses of Point in org.eclipse.graphiti.mm.algorithms.styles |
---|
Methods in org.eclipse.graphiti.mm.algorithms.styles that return Point | |
---|---|
Point |
StylesFactory.createPoint()
Returns a new object of class 'Point'. |
Uses of Point in org.eclipse.graphiti.mm.algorithms.styles.impl |
---|
Classes in org.eclipse.graphiti.mm.algorithms.styles.impl that implement Point | |
---|---|
class |
PointImpl
An implementation of the model object 'Point'. |
Methods in org.eclipse.graphiti.mm.algorithms.styles.impl that return Point | |
---|---|
Point |
StylesFactoryImpl.createPoint()
|
Uses of Point in org.eclipse.graphiti.mm.algorithms.styles.util |
---|
Methods in org.eclipse.graphiti.mm.algorithms.styles.util with parameters of type Point | |
---|---|
T |
StylesSwitch.casePoint(Point object)
Returns the result of interpreting the object as an instance of 'Point'. |
Uses of Point in org.eclipse.graphiti.mm.pictograms |
---|
Methods in org.eclipse.graphiti.mm.pictograms that return Point | |
---|---|
Point |
FixPointAnchor.getLocation()
Returns the value of the 'Location' containment reference. |
Methods in org.eclipse.graphiti.mm.pictograms with parameters of type Point | |
---|---|
void |
FixPointAnchor.setLocation(Point value)
Sets the value of the ' Location ' containment reference. |
Uses of Point in org.eclipse.graphiti.mm.pictograms.impl |
---|
Fields in org.eclipse.graphiti.mm.pictograms.impl declared as Point | |
---|---|
protected Point |
FixPointAnchorImpl.location
The cached value of the ' Location ' containment reference. |
Methods in org.eclipse.graphiti.mm.pictograms.impl that return Point | |
---|---|
Point |
FixPointAnchorImpl.basicGetLocation()
|
Point |
FixPointAnchorImpl.getLocation()
|
Methods in org.eclipse.graphiti.mm.pictograms.impl with parameters of type Point | |
---|---|
NotificationChain |
FixPointAnchorImpl.basicSetLocation(Point newLocation,
NotificationChain msgs)
|
void |
FixPointAnchorImpl.setLocation(Point newLocation)
|
Uses of Point in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services that return Point | |
---|---|
Point |
IGaCreateService.createPoint(int x,
int y)
Creates a point datatype for the given x/y coordinates. |
Point |
IGaCreateService.createPoint(int x,
int y,
int before,
int after)
Creates a point datatype for the given x/y coordinates. |
Methods in org.eclipse.graphiti.services that return types with arguments of type Point | |
---|---|
List<Point> |
IGaCreateService.createPointList(int[] xy)
Creates a list of point datatypes for the given x/y coordinates. |
List<Point> |
IGaCreateService.createPointList(int[] xy,
int[] beforeAfter)
Creates a list of point datatypes for the given x/y coordinates. |
Method parameters in org.eclipse.graphiti.services with type arguments of type Point | |
---|---|
Polygon |
IGaCreateService.createPolygon(GraphicsAlgorithmContainer gaContainer,
Collection<Point> points)
Creates a polygon graphics algorithm with the given points. |
Polyline |
IGaCreateService.createPolyline(GraphicsAlgorithmContainer gaContainer,
Collection<Point> points)
Creates a polyline graphics algorithm with the given points. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |