Uses of Interface
org.eclipse.graphiti.datatypes.IDimension

Packages that use IDimension
org.eclipse.graphiti.datatypes   
org.eclipse.graphiti.services   
org.eclipse.graphiti.services.impl   
org.eclipse.graphiti.ui.services   
 

Uses of IDimension in org.eclipse.graphiti.datatypes
 

Subinterfaces of IDimension in org.eclipse.graphiti.datatypes
 interface IAdvancedDimension
          The Interface IAdvancedDimension.
 interface IRectangle
          An interface for the rectangle data type.
 

Methods in org.eclipse.graphiti.datatypes that return IDimension
 IDimension IAdvancedDimension.expand(int dw, int dh)
          Expands the current dimension
 IDimension IAdvancedDimension.getDimensionCopy()
           
 IDimension IAdvancedDimension.setDimension(IDimension dimension)
          Sets the width and height of the dimension.
 IDimension IAdvancedDimension.setDimension(int width, int height)
          Sets the width and height of the dimension.
 

Methods in org.eclipse.graphiti.datatypes with parameters of type IDimension
 IDimension IAdvancedDimension.setDimension(IDimension dimension)
          Sets the width and height of the dimension.
 

Uses of IDimension in org.eclipse.graphiti.services
 

Methods in org.eclipse.graphiti.services that return IDimension
 IDimension IGaLayoutService.calculateSize(GraphicsAlgorithm ga)
          Calculates the size of the given graphics algorithm.
 IDimension IGaLayoutService.calculateSize(GraphicsAlgorithm ga, boolean considerLineWidth)
          Calculates the size of the given graphics algorithm.
 

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

Methods in org.eclipse.graphiti.services.impl that return IDimension
private static IDimension GaServiceImpl.calculatePolylineMinSize(Polyline polyline)
           
 IDimension GaServiceImpl.calculateSize(GraphicsAlgorithm ga)
           
 IDimension GaServiceImpl.calculateSize(GraphicsAlgorithm ga, boolean considerLineWidth)
           
 

Uses of IDimension in org.eclipse.graphiti.ui.services
 

Methods in org.eclipse.graphiti.ui.services that return IDimension
 IDimension IUiLayoutService.calculateTextSize(java.lang.String text, Font font)
          Calculates the width and height of the given text in the given font.
 



Copyright (c) SAP AG 2005, 2012.