See: Description
Interface | Description |
---|---|
IBendableContentPart<VR,V extends VR> |
An
IContentPart that supports content related bend, i.e. manipulation
of control points. |
IContentPart<VR,V extends VR> |
An
IVisualPart that visualizes an underlying content element. |
IContentPartFactory<VR> |
A factory for creating new
IContentPart s. |
IFeedbackPart<VR,V extends VR> |
An
IFeedbackPart is a controller that controls a visual, which is
used simply for feedback and does not correspond to anything in the
visualized model. |
IFeedbackPartFactory<VR> | |
IHandlePart<VR,V extends VR> |
An
IHandlePart is a controller that controls a visual, which is used
simply for tool interaction and does not correspond to anything in the
visualized model. |
IHandlePartFactory<VR> | |
IResizableContentPart<VR,V extends VR> |
An
IContentPart that supports content related resize. |
IRootPart<VR,V extends VR> | |
ITransformableContentPart<VR,V extends VR> |
An
IContentPart that supports content related transformations. |
IVisualPart<VR,V extends VR> |
An
IVisualPart plays the controller role in the model-view-controller
architecture. |
Class | Description |
---|---|
AbstractContentPart<VR,V extends VR> |
The abstract base implementation of
IContentPart , intended to be
sub-classed by clients to create their own custom IContentPart . |
AbstractFeedbackPart<VR,V extends VR> |
The abstract base implementation of
IFeedbackPart , intended to be
sub-classed by clients to create their own custom IFeedbackPart . |
AbstractHandlePart<VR,V extends VR> |
The abstract base implementation of
IHandlePart , intended to be
sub-classed by clients to create their own custom IHandlePart . |
AbstractRootPart<VR,V extends VR> | |
AbstractVisualPart<VR,V extends VR> |
The
AbstractVisualPart is an abstract implementation of the
IVisualPart interface. |
IBendableContentPart.BendPoint |
A representation of a bend point, which is defined either by a point or
by a content anchorage to which the content is attached.
|
PartUtils |
Provides utilities needed in the context of
IVisualPart s. |
Copyright (c) 2014 itemis AG and others. All rights reserved.