|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDecorator | |
---|---|
org.eclipse.graphiti.tb |
Uses of IDecorator in org.eclipse.graphiti.tb |
---|
Subinterfaces of IDecorator in org.eclipse.graphiti.tb | |
---|---|
interface |
IBorderDecorator
Border decorators can be used to add a border (a rectangle around the shape) to the visualization of a shape without modifying the dirty state of the displaying editor, see IDecorator . |
interface |
IColorDecorator
Color decorators can be used to modify the visualization of a shape without modifying the dirty state of the displaying editor, see IDecorator . |
interface |
IImageDecorator
Image decorators can be used to add an image to the visualization of a shape without modifying the dirty state of the displaying editor, see IDecorator . |
interface |
ITextDecorator
Text decorators can be used to add a text to the visualization of a shape without modifying the dirty state of the displaying editor, see IDecorator . |
Classes in org.eclipse.graphiti.tb that implement IDecorator | |
---|---|
class |
AbstractDecorator
The Class AbstractDecorator. |
class |
BorderDecorator
Border decorators can be used to add a border (a rectangle around the shape) to the visualization of a shape without modifying the dirty state of the displaying editor, see IDecorator . |
class |
ColorDecorator
Color decorators can be used to modify the visualization of a shape without modifying the dirty state of the displaying editor, see IDecorator . |
class |
ImageDecorator
Image decorators can be used to add an image to the visualization of a shape without modifying the dirty state of the displaying editor, see IDecorator . |
class |
TextDecorator
Text decorators can be used to add a text to the visualization of a shape without modifying the dirty state of the displaying editor, see IDecorator . |
Fields in org.eclipse.graphiti.tb declared as IDecorator | |
---|---|
private static IDecorator[] |
DefaultToolBehaviorProvider.NO_RENDERING_DECORATORS
|
Methods in org.eclipse.graphiti.tb that return IDecorator | |
---|---|
IDecorator[] |
DefaultToolBehaviorProvider.getDecorators(PictogramElement pe)
|
IDecorator[] |
IToolBehaviorProvider.getDecorators(PictogramElement pe)
Returns decorators which will be used at rendering time to decorate the graphical representation of the given pictogram element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |