|
Generation Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimension | |
---|---|
org.eclipse.gmf.gmfgraph | |
org.eclipse.gmf.gmfgraph.impl | |
org.eclipse.gmf.gmfgraph.util |
Uses of Dimension in org.eclipse.gmf.gmfgraph |
---|
Methods in org.eclipse.gmf.gmfgraph that return Dimension | |
---|---|
Dimension |
GMFGraphFactory.createDimension()
Returns a new object of class 'Dimension' |
Dimension |
DefaultSizeFacet.getDefaultSize()
Returns the value of the 'Default Size' containment reference |
Dimension |
GridLayout.getMargins()
Returns the value of the 'Margins' containment reference |
Dimension |
Figure.getMaximumSize()
Returns the value of the 'Maximum Size' containment reference |
Dimension |
Figure.getMinimumSize()
Returns the value of the 'Minimum Size' containment reference |
Dimension |
Figure.getPreferredSize()
Returns the value of the 'Preferred Size' containment reference |
Dimension |
XYLayoutData.getSize()
Returns the value of the 'Size' containment reference |
Dimension |
GridLayoutData.getSizeHint()
Returns the value of the 'Size Hint' containment reference |
Dimension |
GridLayout.getSpacing()
Returns the value of the 'Spacing' containment reference |
Dimension |
BorderLayout.getSpacing()
Returns the value of the 'Spacing' containment reference |
Methods in org.eclipse.gmf.gmfgraph with parameters of type Dimension | |
---|---|
void |
DefaultSizeFacet.setDefaultSize(Dimension value)
Sets the value of the ' Default Size ' containment reference |
void |
GridLayout.setMargins(Dimension value)
Sets the value of the ' Margins ' containment reference |
void |
Figure.setMaximumSize(Dimension value)
Sets the value of the ' Maximum Size ' containment reference |
void |
Figure.setMinimumSize(Dimension value)
Sets the value of the ' Minimum Size ' containment reference |
void |
Figure.setPreferredSize(Dimension value)
Sets the value of the ' Preferred Size ' containment reference |
void |
XYLayoutData.setSize(Dimension value)
Sets the value of the ' Size ' containment reference |
void |
GridLayoutData.setSizeHint(Dimension value)
Sets the value of the ' Size Hint ' containment reference |
void |
GridLayout.setSpacing(Dimension value)
Sets the value of the ' Spacing ' containment reference |
void |
BorderLayout.setSpacing(Dimension value)
Sets the value of the ' Spacing ' containment reference |
Uses of Dimension in org.eclipse.gmf.gmfgraph.impl |
---|
Classes in org.eclipse.gmf.gmfgraph.impl that implement Dimension | |
---|---|
class |
DimensionImpl
An implementation of the model object 'Dimension' |
Fields in org.eclipse.gmf.gmfgraph.impl declared as Dimension | |
---|---|
protected Dimension |
DefaultSizeFacetImpl.defaultSize
The cached value of the ' Default Size ' containment reference |
protected Dimension |
GridLayoutImpl.margins
The cached value of the ' Margins ' containment reference |
protected Dimension |
AbstractFigureImpl.maximumSize
The cached value of the ' Maximum Size ' containment reference |
protected Dimension |
AbstractFigureImpl.minimumSize
The cached value of the ' Minimum Size ' containment reference |
protected Dimension |
AbstractFigureImpl.preferredSize
The cached value of the ' Preferred Size ' containment reference |
protected Dimension |
XYLayoutDataImpl.size
The cached value of the ' Size ' containment reference |
protected Dimension |
GridLayoutDataImpl.sizeHint
The cached value of the ' Size Hint ' containment reference |
protected Dimension |
GridLayoutImpl.spacing
The cached value of the ' Spacing ' containment reference |
protected Dimension |
BorderLayoutImpl.spacing
The cached value of the ' Spacing ' containment reference |
Methods in org.eclipse.gmf.gmfgraph.impl that return Dimension | |
---|---|
Dimension |
GMFGraphFactoryImpl.createDimension()
|
Dimension |
DefaultSizeFacetImpl.getDefaultSize()
|
Dimension |
GridLayoutImpl.getMargins()
|
Dimension |
AbstractFigureImpl.getMaximumSize()
|
Dimension |
AbstractFigureImpl.getMinimumSize()
|
Dimension |
AbstractFigureImpl.getPreferredSize()
|
Dimension |
XYLayoutDataImpl.getSize()
|
Dimension |
GridLayoutDataImpl.getSizeHint()
|
Dimension |
GridLayoutImpl.getSpacing()
|
Dimension |
BorderLayoutImpl.getSpacing()
|
Uses of Dimension in org.eclipse.gmf.gmfgraph.util |
---|
Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Dimension | |
---|---|
T |
GMFGraphSwitch.caseDimension(Dimension object)
Returns the result of interpretting the object as an instance of 'Dimension' |
|
Generation Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.