Uses of Interface
org.eclipse.graphiti.mm.algorithms.Image

Packages that use Image
org.eclipse.graphiti.mm.algorithms   
org.eclipse.graphiti.mm.algorithms.impl   
org.eclipse.graphiti.mm.algorithms.util   
org.eclipse.graphiti.services   
org.eclipse.graphiti.services.impl   
 

Uses of Image in org.eclipse.graphiti.mm.algorithms
 

Methods in org.eclipse.graphiti.mm.algorithms that return Image
 Image AlgorithmsFactory.createImage()
          Returns a new object of class 'Image'.
 

Uses of Image in org.eclipse.graphiti.mm.algorithms.impl
 

Classes in org.eclipse.graphiti.mm.algorithms.impl that implement Image
 class ImageImpl
          An implementation of the model object 'Image'.
 

Methods in org.eclipse.graphiti.mm.algorithms.impl that return Image
 Image AlgorithmsFactoryImpl.createImage()
           
 

Uses of Image in org.eclipse.graphiti.mm.algorithms.util
 

Methods in org.eclipse.graphiti.mm.algorithms.util with parameters of type Image
 T AlgorithmsSwitch.caseImage(Image object)
          Returns the result of interpreting the object as an instance of 'Image'.
 

Uses of Image in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return Image
 Image IGaCreateService.createImage(GraphicsAlgorithmContainer gaContainer, String imageId)
          Creates a Image graphics algorithm with the given image id.
 Image IGaCreateService.createPlainImage(GraphicsAlgorithmContainer gaContainer, String imageId)
          Creates a plain Image graphics algorithm with the given image id.
 

Methods in org.eclipse.graphiti.services with parameters of type Image
 boolean IGaService.isProportional(Image image, boolean checkStyles)
          Checks if is proportional.
 boolean IGaService.isStretchH(Image image, boolean checkStyles)
          Checks if is stretch h.
 boolean IGaService.isStretchV(Image image, boolean checkStyles)
          Checks if is stretch v.
 

Uses of Image in org.eclipse.graphiti.services.impl
 

Methods in org.eclipse.graphiti.services.impl that return Image
 Image GaServiceImpl.createImage(GraphicsAlgorithmContainer gaContainer, String imageId)
           
 Image GaServiceImpl.createPlainImage(GraphicsAlgorithmContainer gaContainer, String imageId)
           
 

Methods in org.eclipse.graphiti.services.impl with parameters of type Image
 boolean GaServiceImpl.isProportional(Image image, boolean checkStyles)
           
 boolean GaServiceImpl.isStretchH(Image image, boolean checkStyles)
           
 boolean GaServiceImpl.isStretchV(Image image, boolean checkStyles)
           
 



Copyright (c) SAP AG 2005, 2012.