|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimension | |
---|---|
org.eclipse.gmf.gmfgraph | |
org.eclipse.gmf.gmfgraph.impl | |
org.eclipse.gmf.gmfgraph.util | |
org.eclipse.gmf.graphdef.editor.edit.parts |
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 |
BorderLayout.getSpacing()
Returns the value of the 'Spacing' containment reference. |
Dimension |
GridLayout.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 |
BorderLayout.setSpacing(Dimension value)
Sets the value of the ' Spacing ' containment reference. |
void |
GridLayout.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()
|
Methods in org.eclipse.gmf.gmfgraph.impl with parameters of type Dimension | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DefaultSizeFacetImpl.basicSetDefaultSize(Dimension newDefaultSize,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
GridLayoutImpl.basicSetMargins(Dimension newMargins,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
AbstractFigureImpl.basicSetMaximumSize(Dimension newMaximumSize,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
AbstractFigureImpl.basicSetMinimumSize(Dimension newMinimumSize,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
AbstractFigureImpl.basicSetPreferredSize(Dimension newPreferredSize,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
XYLayoutDataImpl.basicSetSize(Dimension newSize,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
GridLayoutDataImpl.basicSetSizeHint(Dimension newSizeHint,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
GridLayoutImpl.basicSetSpacing(Dimension newSpacing,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
BorderLayoutImpl.basicSetSpacing(Dimension newSpacing,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
DefaultSizeFacetImpl.setDefaultSize(Dimension newDefaultSize)
|
void |
GridLayoutImpl.setMargins(Dimension newMargins)
|
void |
AbstractFigureImpl.setMaximumSize(Dimension newMaximumSize)
|
void |
AbstractFigureImpl.setMinimumSize(Dimension newMinimumSize)
|
void |
AbstractFigureImpl.setPreferredSize(Dimension newPreferredSize)
|
void |
XYLayoutDataImpl.setSize(Dimension newSize)
|
void |
GridLayoutDataImpl.setSizeHint(Dimension newSizeHint)
|
void |
GridLayoutImpl.setSpacing(Dimension newSpacing)
|
void |
BorderLayoutImpl.setSpacing(Dimension newSpacing)
|
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 interpreting the object as an instance of 'Dimension'. |
Uses of Dimension in org.eclipse.gmf.graphdef.editor.edit.parts |
---|
Methods in org.eclipse.gmf.graphdef.editor.edit.parts with parameters of type Dimension | |
---|---|
protected org.eclipse.draw2d.geometry.Dimension |
AbstractFigureEditPart.getDraw2dDimension(Dimension dimension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |