|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Polyline in org.eclipse.graphiti.mm.algorithms |
---|
Subinterfaces of Polyline in org.eclipse.graphiti.mm.algorithms | |
---|---|
interface |
Polygon
A representation of the model object 'Polygon'. |
Methods in org.eclipse.graphiti.mm.algorithms that return Polyline | |
---|---|
Polyline |
AlgorithmsFactory.createPolyline()
Returns a new object of class 'Polyline'. |
Uses of Polyline in org.eclipse.graphiti.mm.algorithms.impl |
---|
Classes in org.eclipse.graphiti.mm.algorithms.impl that implement Polyline | |
---|---|
class |
PolygonImpl
An implementation of the model object 'Polygon'. |
class |
PolylineImpl
An implementation of the model object 'Polyline'. |
Methods in org.eclipse.graphiti.mm.algorithms.impl that return Polyline | |
---|---|
Polyline |
AlgorithmsFactoryImpl.createPolyline()
|
Uses of Polyline in org.eclipse.graphiti.mm.algorithms.util |
---|
Methods in org.eclipse.graphiti.mm.algorithms.util with parameters of type Polyline | |
---|---|
T |
AlgorithmsSwitch.casePolyline(Polyline object)
Returns the result of interpreting the object as an instance of 'Polyline'. |
Uses of Polyline in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services that return Polyline | |
---|---|
Polyline |
IGaCreateService.createPlainPolyline(GraphicsAlgorithmContainer gaContainer)
Creates a plain Polyline graphics algorithm. |
Polyline |
IGaCreateService.createPlainPolyline(GraphicsAlgorithmContainer gaContainer,
Collection<Point> points)
Creates a plain Polyline graphics algorithm with the given
points. |
Polyline |
IGaCreateService.createPlainPolyline(GraphicsAlgorithmContainer gaContainer,
int[] xy)
Creates a plain polyline graphics algorithm with the given points. |
Polyline |
IGaCreateService.createPlainPolyline(GraphicsAlgorithmContainer gaContainer,
int[] xy,
int[] beforeAfter)
Creates a plain Polyline graphics algorithm with the given
points. |
Polyline |
IGaCreateService.createPolyline(GraphicsAlgorithmContainer gaContainer)
Creates a Polyline graphics algorithm. |
Polyline |
IGaCreateService.createPolyline(GraphicsAlgorithmContainer gaContainer,
Collection<Point> points)
Creates a Polyline graphics algorithm with the given points. |
Polyline |
IGaCreateService.createPolyline(GraphicsAlgorithmContainer gaContainer,
int[] xy)
Creates a Polyline graphics algorithm with the given points. |
Polyline |
IGaCreateService.createPolyline(GraphicsAlgorithmContainer gaContainer,
int[] xy,
int[] beforeAfter)
Creates a Polyline graphics algorithm with the given points. |
Methods in org.eclipse.graphiti.services with parameters of type Polyline | |
---|---|
void |
IGaService.movePolylinePoint(Polyline polyline,
int index,
int deltaX,
int deltaY)
Move polyline point. |
Uses of Polyline in org.eclipse.graphiti.services.impl |
---|
Methods in org.eclipse.graphiti.services.impl that return Polyline | |
---|---|
Polyline |
GaServiceImpl.createPlainPolyline(GraphicsAlgorithmContainer gaContainer)
|
Polyline |
GaServiceImpl.createPlainPolyline(GraphicsAlgorithmContainer gaContainer,
Collection<Point> points)
|
Polyline |
GaServiceImpl.createPlainPolyline(GraphicsAlgorithmContainer gaContainer,
int[] xy)
|
Polyline |
GaServiceImpl.createPlainPolyline(GraphicsAlgorithmContainer gaContainer,
int[] xy,
int[] beforeAfter)
|
Polyline |
GaServiceImpl.createPolyline(GraphicsAlgorithmContainer gaContainer)
|
Polyline |
GaServiceImpl.createPolyline(GraphicsAlgorithmContainer gaContainer,
Collection<Point> points)
|
Polyline |
GaServiceImpl.createPolyline(GraphicsAlgorithmContainer gaContainer,
int[] xy)
|
Polyline |
GaServiceImpl.createPolyline(GraphicsAlgorithmContainer gaContainer,
int[] xy,
int[] beforeAfter)
|
Methods in org.eclipse.graphiti.services.impl with parameters of type Polyline | |
---|---|
private static IDimension |
GaServiceImpl.calculatePolylineMinSize(Polyline polyline)
|
void |
GaServiceImpl.movePolylinePoint(Polyline polyline,
int index,
int deltaX,
int deltaY)
|
Uses of Polyline in org.eclipse.graphiti.tb |
---|
Methods in org.eclipse.graphiti.tb with parameters of type Polyline | |
---|---|
int |
DefaultToolBehaviorProvider.getLineSelectionWidth(Polyline polyline)
Is asked to return the selection width (the tolerance area a user can click to still select) a lathy object (e.g. |
int |
IToolBehaviorProvider.getLineSelectionWidth(Polyline polyline)
Is asked to return the selection width (the tolerance area a user can click to still select) a lathy object (e.g. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |