|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Polygon in org.eclipse.graphiti.mm.algorithms |
|---|
| Methods in org.eclipse.graphiti.mm.algorithms that return Polygon | |
|---|---|
Polygon |
AlgorithmsFactory.createPolygon()
Returns a new object of class 'Polygon'. |
| Uses of Polygon in org.eclipse.graphiti.mm.algorithms.impl |
|---|
| Classes in org.eclipse.graphiti.mm.algorithms.impl that implement Polygon | |
|---|---|
class |
PolygonImpl
An implementation of the model object 'Polygon'. |
| Methods in org.eclipse.graphiti.mm.algorithms.impl that return Polygon | |
|---|---|
Polygon |
AlgorithmsFactoryImpl.createPolygon()
|
| Uses of Polygon in org.eclipse.graphiti.mm.algorithms.util |
|---|
| Methods in org.eclipse.graphiti.mm.algorithms.util with parameters of type Polygon | |
|---|---|
T |
AlgorithmsSwitch.casePolygon(Polygon object)
Returns the result of interpreting the object as an instance of 'Polygon'. |
| Uses of Polygon in org.eclipse.graphiti.services |
|---|
| Methods in org.eclipse.graphiti.services that return Polygon | |
|---|---|
Polygon |
IGaCreateService.createPlainPolygon(GraphicsAlgorithmContainer gaContainer)
Creates a plain Polygon graphics algorithm. |
Polygon |
IGaCreateService.createPlainPolygon(GraphicsAlgorithmContainer gaContainer,
Collection<Point> points)
Creates a plain Polygon graphics algorithm with the given points. |
Polygon |
IGaCreateService.createPlainPolygon(GraphicsAlgorithmContainer gaContainer,
int[] xy)
Creates a plain Polygon graphics algorithm with the given points. |
Polygon |
IGaCreateService.createPlainPolygon(GraphicsAlgorithmContainer gaContainer,
int[] xy,
int[] beforeAfter)
Creates a plain Polygon graphics algorithm with the given points. |
Polygon |
IGaCreateService.createPolygon(GraphicsAlgorithmContainer gaContainer)
Creates a Polygon graphics algorithm. |
Polygon |
IGaCreateService.createPolygon(GraphicsAlgorithmContainer gaContainer,
Collection<Point> points)
Creates a Polygon graphics algorithm with the given points. |
Polygon |
IGaCreateService.createPolygon(GraphicsAlgorithmContainer gaContainer,
int[] xy)
Creates a Polygon graphics algorithm with the given points. |
Polygon |
IGaCreateService.createPolygon(GraphicsAlgorithmContainer gaContainer,
int[] xy,
int[] beforeAfter)
Creates a Polygon graphics algorithm with the given points. |
| Uses of Polygon in org.eclipse.graphiti.services.impl |
|---|
| Methods in org.eclipse.graphiti.services.impl that return Polygon | |
|---|---|
Polygon |
GaServiceImpl.createPlainPolygon(GraphicsAlgorithmContainer gaContainer)
|
Polygon |
GaServiceImpl.createPlainPolygon(GraphicsAlgorithmContainer gaContainer,
Collection<Point> points)
|
Polygon |
GaServiceImpl.createPlainPolygon(GraphicsAlgorithmContainer gaContainer,
int[] xy)
|
Polygon |
GaServiceImpl.createPlainPolygon(GraphicsAlgorithmContainer gaContainer,
int[] xy,
int[] beforeAfter)
|
Polygon |
GaServiceImpl.createPolygon(GraphicsAlgorithmContainer gaContainer)
|
Polygon |
GaServiceImpl.createPolygon(GraphicsAlgorithmContainer gaContainer,
Collection<Point> points)
|
Polygon |
GaServiceImpl.createPolygon(GraphicsAlgorithmContainer gaContainer,
int[] xy)
|
Polygon |
GaServiceImpl.createPolygon(GraphicsAlgorithmContainer gaContainer,
int[] xy,
int[] beforeAfter)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||