Domain Modeling Layer

Uses of Interface
com.ibm.xtools.presentation.services.decorator.IDecoration

Packages that use IDecoration
com.ibm.xtools.presentation.services.decorator Decorator Service Package Specification This package exposes the Decorator Service Provider API so that a client can add a new decorator. 
 

Uses of IDecoration in com.ibm.xtools.presentation.services.decorator
 

Methods in com.ibm.xtools.presentation.services.decorator that return IDecoration
 IDecoration IDecoratorTarget.addConnectionDecoration(Image image, int percentageFromSource, boolean isVolatile)
          Deprecated. Adds an image as a decoration on a connection.
 IDecoration IDecoratorTarget.addShapeDecoration(Image image, IDecoratorTarget.Direction direction, int margin, boolean isVolatile)
          Deprecated. Adds an image as a decoration on a shape.
 

Methods in com.ibm.xtools.presentation.services.decorator with parameters of type IDecoration
 void IDecoratorTarget.removeDecoration(IDecoration decoration)
          Deprecated. Removes the decoration from the shape or connection it has been added to.
 


Domain Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.