IBM Rational Software Modeler
Release 6.0

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.addShapeDecoration(org.eclipse.swt.graphics.Image image, IDecoratorTarget.Direction direction, int margin, boolean isVolatile)
          Adds an image as a decoration on a shape.
 IDecoration IDecoratorTarget.addConnectionDecoration(org.eclipse.swt.graphics.Image image, int percentageFromSource, boolean isVolatile)
          Adds an image as a decoration on a connection.
 

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


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.