Package | Description |
---|---|
org.eclipse.scada.vi.model | |
org.eclipse.scada.vi.model.impl | |
org.eclipse.scada.vi.model.tests | |
org.eclipse.scada.vi.model.util | |
org.eclipse.scada.vi.ui.draw2d | |
org.eclipse.scada.vi.ui.draw2d.primitives |
Provides controllers to the graphical elements in the views.
|
Modifier and Type | Method and Description |
---|---|
Dimension |
VisualInterfaceFactory.createDimension()
Returns a new object of class 'Dimension'.
|
Dimension |
RoundedRectangle.getCorner()
Returns the value of the 'Corner' containment reference.
|
Dimension |
Symbol.getDesignSize()
Returns the value of the 'Design Size' containment reference.
|
Dimension |
XYChild.getDimension()
Returns the value of the 'Dimension' containment reference.
|
Dimension |
Figure.getSize()
Returns the value of the 'Size' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
RoundedRectangle.setCorner(Dimension value)
Sets the value of the '
Corner ' containment reference. |
void |
Symbol.setDesignSize(Dimension value)
Sets the value of the '
Design Size ' containment reference. |
void |
XYChild.setDimension(Dimension value)
Sets the value of the '
Dimension ' containment reference. |
void |
Figure.setSize(Dimension value)
Sets the value of the '
Size ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
DimensionImpl
An implementation of the model object 'Dimension'.
|
Modifier and Type | Field and Description |
---|---|
protected Dimension |
RoundedRectangleImpl.corner
The cached value of the '
Corner ' containment reference. |
protected Dimension |
SymbolImpl.designSize
The cached value of the '
Design Size ' containment reference. |
protected Dimension |
XYChildImpl.dimension
The cached value of the '
Dimension ' containment reference. |
protected Dimension |
FigureImpl.size
The cached value of the '
Size ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Dimension |
VisualInterfaceFactoryImpl.createDimension() |
Dimension |
RoundedRectangleImpl.getCorner() |
Dimension |
SymbolImpl.getDesignSize() |
Dimension |
XYChildImpl.getDimension() |
Dimension |
FigureImpl.getSize() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
RoundedRectangleImpl.basicSetCorner(Dimension newCorner,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
SymbolImpl.basicSetDesignSize(Dimension newDesignSize,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
XYChildImpl.basicSetDimension(Dimension newDimension,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
FigureImpl.basicSetSize(Dimension newSize,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
RoundedRectangleImpl.setCorner(Dimension newCorner) |
void |
SymbolImpl.setDesignSize(Dimension newDesignSize) |
void |
XYChildImpl.setDimension(Dimension newDimension) |
void |
FigureImpl.setSize(Dimension newSize) |
Modifier and Type | Field and Description |
---|---|
protected Dimension |
DimensionTest.fixture
The fixture for this Dimension test case.
|
Modifier and Type | Method and Description |
---|---|
protected Dimension |
DimensionTest.getFixture()
Returns the fixture for this Dimension test case.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DimensionTest.setFixture(Dimension fixture)
Sets the fixture for this Dimension test case.
|
Modifier and Type | Method and Description |
---|---|
T |
VisualInterfaceSwitch.caseDimension(Dimension object)
Returns the result of interpreting the object as an instance of 'Dimension'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.draw2d.geometry.Rectangle |
BasicViewElementFactory.create(Position position,
Dimension dimension) |
Modifier and Type | Method and Description |
---|---|
Dimension |
FigureController.getPreferredSize() |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.draw2d.geometry.Dimension |
FigureController.create(Dimension dimension) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.