|
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 |
GridLayout.getMargins()
Returns the value of the 'Margins' containment reference |
Dimension |
GridLayout.getSpacing()
Returns the value of the 'Spacing' 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 |
BorderLayout.getSpacing()
Returns the value of the 'Spacing' containment reference |
Dimension |
GridLayoutData.getSizeHint()
Returns the value of the 'Size Hint' containment reference |
Dimension |
GMFGraphFactory.createDimension()
Returns a new object of class 'Dimension' |
Dimension |
XYLayoutData.getSize()
Returns the value of the 'Size' containment reference |
| Methods in org.eclipse.gmf.gmfgraph with parameters of type Dimension | |
void |
GridLayout.setMargins(Dimension value)
Sets the value of the ' Margins' containment reference |
void |
GridLayout.setSpacing(Dimension value)
Sets the value of the ' Spacing' 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 |
BorderLayout.setSpacing(Dimension value)
Sets the value of the ' Spacing' containment reference |
void |
GridLayoutData.setSizeHint(Dimension value)
Sets the value of the ' Size Hint' containment reference |
void |
XYLayoutData.setSize(Dimension value)
Sets the value of the ' Size' 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 |
LabeledContainerImpl.maximumSize
The cached value of the ' Maximum Size' containment reference |
protected Dimension |
LabeledContainerImpl.minimumSize
The cached value of the ' Minimum Size' containment reference |
protected Dimension |
LabeledContainerImpl.preferredSize
The cached value of the ' Preferred Size' containment reference |
protected Dimension |
GridLayoutDataImpl.sizeHint
The cached value of the ' Size Hint' containment reference |
protected Dimension |
GridLayoutImpl.margins
The cached value of the ' Margins' containment reference |
protected Dimension |
GridLayoutImpl.spacing
The cached value of the ' Spacing' containment reference |
protected Dimension |
XYLayoutDataImpl.size
The cached value of the ' Size' containment reference |
protected Dimension |
BorderLayoutImpl.spacing
The cached value of the ' Spacing' containment reference |
protected Dimension |
LabelImpl.maximumSize
The cached value of the ' Maximum Size' containment reference |
protected Dimension |
LabelImpl.minimumSize
The cached value of the ' Minimum Size' containment reference |
protected Dimension |
LabelImpl.preferredSize
The cached value of the ' Preferred Size' containment reference |
protected Dimension |
CustomFigureImpl.maximumSize
The cached value of the ' Maximum Size' containment reference |
protected Dimension |
CustomFigureImpl.minimumSize
The cached value of the ' Minimum Size' containment reference |
protected Dimension |
CustomFigureImpl.preferredSize
The cached value of the ' Preferred Size' containment reference |
protected Dimension |
ShapeImpl.maximumSize
The cached value of the ' Maximum Size' containment reference |
protected Dimension |
ShapeImpl.minimumSize
The cached value of the ' Minimum Size' containment reference |
protected Dimension |
ShapeImpl.preferredSize
The cached value of the ' Preferred Size' containment reference |
| Methods in org.eclipse.gmf.gmfgraph.impl that return Dimension | |
Dimension |
GMFGraphFactoryImpl.createDimension()
|
Dimension |
LabeledContainerImpl.getMaximumSize()
|
Dimension |
LabeledContainerImpl.getMinimumSize()
|
Dimension |
LabeledContainerImpl.getPreferredSize()
|
Dimension |
GridLayoutDataImpl.getSizeHint()
|
Dimension |
GridLayoutImpl.getMargins()
|
Dimension |
GridLayoutImpl.getSpacing()
|
Dimension |
XYLayoutDataImpl.getSize()
|
Dimension |
BorderLayoutImpl.getSpacing()
|
Dimension |
LabelImpl.getMaximumSize()
|
Dimension |
LabelImpl.getMinimumSize()
|
Dimension |
LabelImpl.getPreferredSize()
|
Dimension |
CustomFigureImpl.getMaximumSize()
|
Dimension |
CustomFigureImpl.getMinimumSize()
|
Dimension |
CustomFigureImpl.getPreferredSize()
|
Dimension |
ShapeImpl.getMaximumSize()
|
Dimension |
ShapeImpl.getMinimumSize()
|
Dimension |
ShapeImpl.getPreferredSize()
|
| Uses of Dimension in org.eclipse.gmf.gmfgraph.util |
| Methods in org.eclipse.gmf.gmfgraph.util with parameters of type Dimension | |
java.lang.Object |
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.