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 |
Modifier and Type | Method and Description |
---|---|
Position |
VisualInterfaceFactory.createPosition()
Returns a new object of class 'Position'.
|
Position |
XYChild.getPosition()
Returns the value of the 'Position' containment reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Position> |
Polygon.getPoints()
Returns the value of the 'Points' containment reference list.
|
org.eclipse.emf.common.util.EList<Position> |
Line.getPoints()
Returns the value of the 'Points' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
XYChild.setPosition(Position value)
Sets the value of the '
Position ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
PositionImpl
An implementation of the model object 'Position'.
|
Modifier and Type | Field and Description |
---|---|
protected Position |
XYChildImpl.position
The cached value of the '
Position ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Position> |
PolygonImpl.points
The cached value of the '
Points ' containment reference list. |
protected org.eclipse.emf.common.util.EList<Position> |
LineImpl.points
The cached value of the '
Points ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
Position |
VisualInterfaceFactoryImpl.createPosition() |
Position |
XYChildImpl.getPosition() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Position> |
PolygonImpl.getPoints() |
org.eclipse.emf.common.util.EList<Position> |
LineImpl.getPoints() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
XYChildImpl.basicSetPosition(Position newPosition,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
XYChildImpl.setPosition(Position newPosition) |
Modifier and Type | Field and Description |
---|---|
protected Position |
PositionTest.fixture
The fixture for this Position test case.
|
Modifier and Type | Method and Description |
---|---|
protected Position |
PositionTest.getFixture()
Returns the fixture for this Position test case.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PositionTest.setFixture(Position fixture)
Sets the fixture for this Position test case.
|
Modifier and Type | Method and Description |
---|---|
T |
VisualInterfaceSwitch.casePosition(Position object)
Returns the result of interpreting the object as an instance of 'Position'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.draw2d.geometry.Rectangle |
BasicViewElementFactory.create(Position position,
Dimension dimension) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.