|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDimension | |
---|---|
org.eclipse.graphiti.datatypes | |
org.eclipse.graphiti.platform | |
org.eclipse.graphiti.services | |
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.platform |
---|
Methods in org.eclipse.graphiti.platform that return IDimension | |
---|---|
IDimension |
IDiagramEditor.getCurrentSize()
Gets the current size. |
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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |