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.primitives |
Provides controllers to the graphical elements in the views.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Arc
A representation of the model object 'Arc'.
|
interface |
Ellipse
A representation of the model object 'Ellipse'.
|
interface |
Line
A representation of the model object 'Line'.
|
interface |
Polygon
A representation of the model object 'Polygon'.
|
interface |
Rectangle
A representation of the model object 'Rectangle'.
|
interface |
RoundedRectangle
A representation of the model object 'Rounded Rectangle'.
|
Modifier and Type | Class and Description |
---|---|
class |
ArcImpl
An implementation of the model object 'Arc'.
|
class |
EllipseImpl
An implementation of the model object 'Ellipse'.
|
class |
LineImpl
An implementation of the model object 'Line'.
|
class |
PolygonImpl
An implementation of the model object 'Polygon'.
|
class |
RectangleImpl
An implementation of the model object 'Rectangle'.
|
class |
RoundedRectangleImpl
An implementation of the model object 'Rounded Rectangle'.
|
class |
ShapeImpl
An implementation of the model object 'Shape'.
|
Modifier and Type | Method and Description |
---|---|
protected Shape |
ShapeTest.getFixture()
Returns the fixture for this Shape test case.
|
Modifier and Type | Method and Description |
---|---|
T |
VisualInterfaceSwitch.caseShape(Shape object)
Returns the result of interpreting the object as an instance of 'Shape'.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ShapeController.applyCommon(Shape element) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.