|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.algorithms |
---|
Subinterfaces of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.algorithms | |
---|---|
interface |
AbstractText
A representation of the model object 'Abstract Text'. |
interface |
Ellipse
A representation of the model object 'Ellipse'. |
interface |
GraphicsAlgorithm
A representation of the model object 'Graphics Algorithm'. |
interface |
Image
A representation of the model object 'Image'. |
interface |
MultiText
A representation of the model object 'Multi Text'. |
interface |
PlatformGraphicsAlgorithm
A representation of the model object 'Platform Graphics Algorithm'. |
interface |
Polygon
A representation of the model object 'Polygon'. |
interface |
Polyline
A representation of the model object 'Polyline'. |
interface |
Rectangle
A representation of the model object 'Rectangle'. |
interface |
RoundedRectangle
A representation of the model object 'Rounded Rectangle'. |
interface |
Text
A representation of the model object 'Text'. |
Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.algorithms.impl |
---|
Classes in org.eclipse.graphiti.mm.algorithms.impl that implement GraphicsAlgorithmContainer | |
---|---|
class |
AbstractTextImpl
An implementation of the model object 'Abstract Text'. |
class |
EllipseImpl
An implementation of the model object 'Ellipse'. |
class |
GraphicsAlgorithmImpl
An implementation of the model object 'Graphics Algorithm'. |
class |
ImageImpl
An implementation of the model object 'Image'. |
class |
MultiTextImpl
An implementation of the model object 'Multi Text'. |
class |
PlatformGraphicsAlgorithmImpl
An implementation of the model object 'Platform Graphics Algorithm'. |
class |
PolygonImpl
An implementation of the model object 'Polygon'. |
class |
PolylineImpl
An implementation of the model object 'Polyline'. |
class |
RectangleImpl
An implementation of the model object 'Rectangle'. |
class |
RoundedRectangleImpl
An implementation of the model object 'Rounded Rectangle'. |
class |
TextImpl
An implementation of the model object 'Text'. |
Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.algorithms.util |
---|
Methods in org.eclipse.graphiti.mm.algorithms.util with parameters of type GraphicsAlgorithmContainer | |
---|---|
T |
AlgorithmsSwitch.caseGraphicsAlgorithmContainer(GraphicsAlgorithmContainer object)
Returns the result of interpreting the object as an instance of 'Graphics Algorithm Container'. |
Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.impl |
---|
Classes in org.eclipse.graphiti.mm.impl that implement GraphicsAlgorithmContainer | |
---|---|
class |
GraphicsAlgorithmContainerImpl
An implementation of the model object 'Graphics Algorithm Container'. |
Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.pictograms |
---|
Subinterfaces of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.pictograms | |
---|---|
interface |
AdvancedAnchor
A representation of the model object ' Advanced Anchor'. |
interface |
Anchor
A representation of the model object 'Anchor'. |
interface |
AnchorContainer
A representation of the model object 'Anchor Container'. |
interface |
BoxRelativeAnchor
A representation of the model object 'Box Relative Anchor'. |
interface |
ChopboxAnchor
A representation of the model object 'Chopbox Anchor'. |
interface |
CompositeConnection
A representation of the model object ' Composite Connection'. |
interface |
Connection
A representation of the model object 'Connection'. |
interface |
ConnectionDecorator
A representation of the model object 'Connection Decorator'. |
interface |
ContainerShape
A representation of the model object 'Container Shape'. |
interface |
CurvedConnection
A representation of the model object ' Curved Connection'. |
interface |
Diagram
A representation of the model object 'Diagram'. |
interface |
FixPointAnchor
A representation of the model object 'Fix Point Anchor'. |
interface |
FreeFormConnection
A representation of the model object 'Free Form Connection'. |
interface |
ManhattanConnection
A representation of the model object 'Manhattan Connection'. |
interface |
PictogramElement
A representation of the model object 'Pictogram Element'. |
interface |
Shape
A representation of the model object 'Shape'. |
Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.pictograms.impl |
---|
Classes in org.eclipse.graphiti.mm.pictograms.impl that implement GraphicsAlgorithmContainer | |
---|---|
class |
AdvancedAnchorImpl
An implementation of the model object 'Advanced Anchor'. |
class |
AnchorContainerImpl
An implementation of the model object 'Anchor Container'. |
class |
AnchorImpl
An implementation of the model object 'Anchor'. |
class |
BoxRelativeAnchorImpl
An implementation of the model object 'Box Relative Anchor'. |
class |
ChopboxAnchorImpl
An implementation of the model object 'Chopbox Anchor'. |
class |
CompositeConnectionImpl
An implementation of the model object 'Composite Connection'. |
class |
ConnectionDecoratorImpl
An implementation of the model object 'Connection Decorator'. |
class |
ConnectionImpl
An implementation of the model object 'Connection'. |
class |
ContainerShapeImpl
An implementation of the model object 'Container Shape'. |
class |
CurvedConnectionImpl
An implementation of the model object 'Curved Connection'. |
class |
DiagramImpl
An implementation of the model object 'Diagram'. |
class |
FixPointAnchorImpl
An implementation of the model object 'Fix Point Anchor'. |
class |
FreeFormConnectionImpl
An implementation of the model object 'Free Form Connection'. |
class |
ManhattanConnectionImpl
An implementation of the model object 'Manhattan Connection'. |
class |
PictogramElementImpl
An implementation of the model object 'Pictogram Element'. |
class |
ShapeImpl
An implementation of the model object 'Shape'. |
Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.pictograms.util |
---|
Methods in org.eclipse.graphiti.mm.pictograms.util with parameters of type GraphicsAlgorithmContainer | |
---|---|
T |
PictogramsSwitch.caseGraphicsAlgorithmContainer(GraphicsAlgorithmContainer object)
Returns the result of interpreting the object as an instance of 'Graphics Algorithm Container'. |
Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.mm.util |
---|
Methods in org.eclipse.graphiti.mm.util with parameters of type GraphicsAlgorithmContainer | |
---|---|
T |
MmSwitch.caseGraphicsAlgorithmContainer(GraphicsAlgorithmContainer object)
Returns the result of interpreting the object as an instance of 'Graphics Algorithm Container'. |
Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.services |
---|
Methods in org.eclipse.graphiti.services with parameters of type GraphicsAlgorithmContainer | |
---|---|
MultiText |
IGaCreateService.createDefaultMultiText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer)
Creates a MultiText graphics algorithm with the default font
(Arial, size 8). |
MultiText |
IGaCreateService.createDefaultMultiText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
String value)
Creates a MultiText graphics algorithm with the default font
(Arial, size 8) and the given text. |
Text |
IGaCreateService.createDefaultText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer)
Creates a Text graphics algorithm with the default font (Arial,
size 8). |
Text |
IGaCreateService.createDefaultText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
String value)
Creates a Text graphics algorithm with the default font (Arial,
size 8) and the given text. |
Ellipse |
IGaCreateService.createEllipse(GraphicsAlgorithmContainer gaContainer)
Creates an Ellipse graphics algorithm. |
Image |
IGaCreateService.createImage(GraphicsAlgorithmContainer gaContainer,
String imageId)
Creates a Image graphics algorithm with the given image id. |
MultiText |
IGaCreateService.createMultiText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
String value,
String fontName,
int fontSize)
Creates a MultiText graphics algorithm with the given text and
font. |
MultiText |
IGaCreateService.createMultiText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
String value,
String fontName,
int fontSize,
boolean isFontItalic,
boolean isFontBold)
Creates a MultiText graphics algorithm with the given text and
font. |
MultiText |
IGaCreateService.createMultiText(GraphicsAlgorithmContainer gaContainer)
Creates a MultiText graphics algorithm. |
MultiText |
IGaCreateService.createMultiText(GraphicsAlgorithmContainer gaContainer,
String value)
Creates a MultiText graphics algorithm with the given text. |
Ellipse |
IGaCreateService.createPlainEllipse(GraphicsAlgorithmContainer gaContainer)
Creates a plain Ellipse graphics algorithm. |
Image |
IGaCreateService.createPlainImage(GraphicsAlgorithmContainer gaContainer,
String imageId)
Creates a plain Image graphics algorithm with the given image id. |
MultiText |
IGaCreateService.createPlainMultiText(GraphicsAlgorithmContainer gaContainer)
Creates a plain MultiText graphics algorithm. |
MultiText |
IGaCreateService.createPlainMultiText(GraphicsAlgorithmContainer gaContainer,
String value)
Creates a plain MultiText graphics algorithm with the given text. |
PlatformGraphicsAlgorithm |
IGaCreateService.createPlainPlatformGraphicsAlgorithm(GraphicsAlgorithmContainer gaContainer,
String id)
Creates the plain PlatformGraphicsAlgorithm . |
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. |
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. |
Rectangle |
IGaCreateService.createPlainRectangle(GraphicsAlgorithmContainer gaContainer)
Creates a plain Rectangle graphics algorithm. |
RoundedRectangle |
IGaCreateService.createPlainRoundedRectangle(GraphicsAlgorithmContainer gaContainer,
int cornerWidth,
int cornerHeight)
Creates a plain RoundedRectangle graphics algorithm with the
given corner dimensions. |
Text |
IGaCreateService.createPlainText(GraphicsAlgorithmContainer gaContainer)
Creates a plain Text graphics algorithm with empty text. |
Text |
IGaCreateService.createPlainText(GraphicsAlgorithmContainer gaContainer,
String value)
Creates a plain Text graphics algorithm with the given text. |
PlatformGraphicsAlgorithm |
IGaCreateService.createPlatformGraphicsAlgorithm(GraphicsAlgorithmContainer gaContainer,
String id)
Creates the PlatformGraphicsAlgorithm . |
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. |
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. |
Rectangle |
IGaCreateService.createRectangle(GraphicsAlgorithmContainer gaContainer)
Creates a Rectangle graphics algorithm. |
RoundedRectangle |
IGaCreateService.createRoundedRectangle(GraphicsAlgorithmContainer gaContainer,
int cornerWidth,
int cornerHeight)
Creates a RoundedRectangle graphics algorithm with the given
corner dimensions. |
Text |
IGaCreateService.createText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
String value,
String fontName,
int fontSize)
Creates a Text graphics algorithm with the given text and font. |
Text |
IGaCreateService.createText(Diagram diagram,
GraphicsAlgorithmContainer gaContainer,
String value,
String fontName,
int fontSize,
boolean isFontItalic,
boolean isFontBold)
Creates a Text graphics algorithm with the given text and font. |
Text |
IGaCreateService.createText(GraphicsAlgorithmContainer gaContainer)
Creates a Text graphics algorithm with empty text. |
Text |
IGaCreateService.createText(GraphicsAlgorithmContainer gaContainer,
String value)
Creates a Text graphics algorithm with the given text. |
Uses of GraphicsAlgorithmContainer in org.eclipse.graphiti.services.impl |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |